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
0
votes
2 answers

Appfuse bootstrap glyphicons not showing

Glyphicons are not showing in my appfuse app. As much as I could see, appfuse includes bootstrap as jar file. I tried to fix the problem by manualy including bootstrap by adding:
legionar
  • 75
  • 2
  • 8
0
votes
0 answers

Ajax4jsf in JSF 2.1 myfaces

Our team is upgrading my very big Webapplication from Myfaces-1.1.5 to Myfaces-2.1.9 and from Tomahawk-1.1.3 to Tomahawk-1.1.14. Problem is my current application using ajax4jsf filter..
0
votes
1 answer

Hibernate Persist Object Hieararchy Not Working- AppFuse

It is been a long time I hung up in the following issue. I have a one to many relationship and I am generating the database according to the model using Hibernate. It gives the following error. But it seems I am doing it correct and nothing wrong…
diyoda_
  • 5,274
  • 8
  • 57
  • 89
0
votes
0 answers

AppFuse 3 does not deploy to Tomcat 8

I have downloaded AppFuse version 3.0 following the quick start guide here: http://appfuse.org/display/APF/AppFuse+QuickStart my set up string is this: mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes…
Armon Inez
  • 23
  • 3
0
votes
1 answer

JAX-WS: Assembling the enunciate app using CXF

I am customizing an appfuse 3.0.0 Web Service Only artifact. I have faced this stacktrace when trying to add a checked exception to my Web Service: [ERROR] Failed to execute goal org.codehaus.enunciate:maven-enunciate-cxf-plugin:1.28:assemble…
Kayvan Tehrani
  • 3,070
  • 2
  • 32
  • 46
0
votes
1 answer

Failed to convert property value of type java.lang.String to required type java.util.Date for property fromDate;

I need to save Date type in this Format(dd/mm/yyyy) and currently this format works for me(mm/dd/yyyy) My jsp Code I am using a script for date format as "format:…
Aravinthan K
  • 1,763
  • 2
  • 19
  • 22
0
votes
1 answer

Check whether user is Logged In to Application (Appfuse Project)

How can I check whether a certain user is already signed into my application? I want to do this so I can redirect someone that tries to login using the same username to logout. FYI: I use appfuse project generator.
idzi
  • 65
  • 7
0
votes
0 answers

Call simple action before login

I'm working with Appfuse - Spring security,Struts and urlrewrite and I'm trying to call an action before login the app (I forgot my password functionality). The problem is I can only access the action when the user is logged. The action is being…
JDavid
  • 3
  • 5
0
votes
1 answer

Restrict the access of REST URL's in browser

How to restrict the access of REST urls in browser, can any one please guide me what are the necessary changes to made in security.xml. My web app runs on spring MVC framework.
rsr
  • 13
  • 1
  • 5
0
votes
1 answer

Deploy Appfuse SpringMCV in Tomcat

I want to ask how to deploy application in application server such as tomcat, Im using SpringMVC and run in idea using jetty, when I run in localhost:8080, it works, but when deploy using war in tomcat, the url will be like localhost:8080/app, the…
Imam Baihaqi
  • 175
  • 1
  • 10
0
votes
0 answers

Can I use HttpSession objects with anonymous user in AppFuse Spring MVC project?

When I'm logged in everything works like a charm, but when anonymous user hits the page with session I get the following error: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data I use HttpSession object like…
legionar
  • 75
  • 2
  • 8
0
votes
0 answers

How to access the REST service url in the REST Client

I have developed web-service application using app-fuse frame work But I couldn't reach the service url admin authentication username :admin and password :admin and here no any Oauth configuration my service url is : http://…
Shan007
  • 5
  • 4
0
votes
2 answers

Generating CRUD with Appfuse Maven Plugin(AMP)

A few Days Ago I Used the Command mvn appfuse:gen to generate CRUD with the Appfuse. But it Generated the folllowing files/classes for a given class (say, Category): 1) Category-validation.xml 2) CategoryAction-validation.xml 3)…
saeid
  • 1
  • 4
0
votes
1 answer

running "mvn appfuse:gen" does nothing

I'm Using Oracle db alongside the Appfuse ,but it does nothing when using command above (mvn appfuse:gen).for example, it's expected to generate a PersonDao/PersonDaoHibernate class in the dao folder if we use the command . but nothing's happened.…
saeid
  • 1
  • 4
0
votes
1 answer

Appfuse user management from administrator end - setting password vs password hint

On appfuse (http://appfuse.org/display/APF/Demos), an Administrator can add users. When adding a new user, the administrator can set "Password Hint" for the user being added, but not the user's actual password. When the user comes to login, how will…
Rajeev
  • 173
  • 1
  • 9