Questions tagged [appfuse]

AppFuse is a full-stack framework for building web applications on the JVM. It was originally developed to eliminate the ramp-up time found when building new web applications. Over the years, it has matured into a very testable and secure system for creating Java-based webapps.

AppFuse is a full-stack framework for building web applications on the JVM. It was originally developed to eliminate the ramp-up time found when building new web applications. Over the years, it has matured into a very testable and secure system for creating Java-based webapps. At its core, AppFuse is a project skeleton, similar to the one that's created by your IDE when you click through a wizard to create a new web project.

References:

116 questions
2
votes
1 answer

Comments & experience with hibernate-generic-dao and the likes?

I had a hard time writing my own generic search method (Using SearchCriteria DTO) in my DAO's. So I decided to look for a generic DAO Open-Source library and see how they do it. I've been reading hibernate-generic-dao since this morning and it looks…
thirdy
  • 612
  • 8
  • 18
2
votes
4 answers

/struts/webconsole.html is still working after setting Struts2 devMode=false

I set the following configuration parameters in struts.xml: and in…
Parmanand
  • 355
  • 2
  • 6
  • 15
2
votes
1 answer

while running mvn jetty:run showing the following error

C:\source\myproject>mvn jetty:run [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building AppFuse Spring MVC Application [INFO] task-segment: [jetty:run] [INFO]…
munna
  • 314
  • 5
  • 21
2
votes
1 answer

Errors in Stuts2 appfuse app in Eclipse

I have build a Stuts2 multimodule app using Appfuse archetype from Eclipse Juno. It works fine when ran through MVN Jetty:run. But When I try to validate the project in Eclipse , it is giving me so many errors I am going to copy the errors here…
Mohamed
  • 35
  • 6
2
votes
1 answer

How to deploy SpringMVC to heroku with postgres default data

I have an appfuse app(Spring MVC + hibernate) I would like to deploy on heroku. The app has already been pushed to heroku master and the app seems to be running but the postgres dev keeps complaining that tables do not exist. (saying something like…
iecanfly
  • 638
  • 7
  • 15
2
votes
0 answers

Appfuse Persistent Perm gen space

I'm developing an application with appfuse. Everything is working well, but when i deploy it on Tomcat (6 and 7), i get the next error: Perm gen space. I modified catalina.bat file adding this line: set JAVA_OPTS="-Xmx1024M -XX:PermSize=512m…
jzafrilla
  • 1,416
  • 3
  • 18
  • 41
2
votes
1 answer

sendRedirect to another domain not working in Appfuse application

I have created a new Appfuse 2.1.0 struts2 application and from the servlet i want to redirect to https://gmail.com, i have used the following code: response.sendRedirect("https://gmail.com"); But this line was not working, my application was not…
Pawan
  • 273
  • 1
  • 7
  • 21
1
vote
1 answer

AppFuse PassWord Management in struts framework

I got one doubt. In AppFuse during Login some action is to be called to check the credentials. In login page there is a action name /j_security-check but I can't find any action class for that action name in struts.xml file. Then how its…
rajNaveen
  • 145
  • 7
1
vote
1 answer

Filter to track time spent by an user in each page in a spring application

I am working on a spring application in which I want to track the users time spent on each page. I am planning to do it via Spring filters. Is there a spring filter that intercepts each and every page request? Or if you know any better ways of doing…
Abhishek
  • 6,862
  • 22
  • 62
  • 79
1
vote
0 answers

JRebel and Maven plugin setup for IntelliJ - java.lang.OutOfMemoryError: PermGen space

Can anyone help? I am using Appfuse archetype project in IDEA with maven and JRebel plugins. Below is what I am getting when I run jetty:run from the Maven Projects in Idea. I increased MAVEN_OPTS in /etc/launchd.conf (MAC) and added added…
vlr
  • 780
  • 4
  • 16
  • 33
1
vote
1 answer

websphere portal 6.1 development - which web framework to use?

I am starting a portal project using websphere portal server 6.1. This involves lot of portlets and i am inclined to use JSR286 specs rather than JSR168 Also, i wanted to use Spring Portlet MVC but 3.0 release is still in M2 and does not have proper…
Gaurav
1
vote
2 answers

import org.appfuse.webapp.action.BaseAction cannot resolve

i was following the guide http://appfuse.org/display/APF/Using+Struts+2 to make a simple appfuse site, but i got an error while compiling with Maven, which is reporting org.appfuse.webapp.action.BaseAction does not exist. I searched a lot from the…
Mythox
  • 873
  • 2
  • 8
  • 14
1
vote
1 answer

artifacts are not in local repository error

I am trying to create a appfuse project using netbeans. I have added to following to the pom file: mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts…
kittu
  • 6,662
  • 21
  • 91
  • 185
1
vote
1 answer

How to display just the child menu items in appfuse

(I think this is coming from appfuse, anyway. I'm not always clear on what's part of which framework still.) I've got this in my menu-config.xml:
sprugman
  • 19,351
  • 35
  • 110
  • 163
1
vote
2 answers

Dont validate Input number HTML on Spring (appfuse)

I have an input as: I just want to import from -99 to…
Lets Smile
  • 11
  • 2