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
1 answer

File upload with advanced mode not working

I'm trying to add advanced mode of FileUpload in Appfuse project and i followed this link: http://www.primefaces.org/showcase/ui/file/upload/multiple.xhtml. I add it but when in choose my files, there is no files displayed in growl tag and the…
yaityaich
  • 1
  • 1
  • 3
0
votes
1 answer

confirm password missing on Appfuse with Spring MVC + Spring + Hibernate

All the online demos for Appfuse on appfuse.org, apart from the Spring MVC + Spring + Hibernate version, have a Confirm Password form element on the signup page. Is there a reason for the Spring MVC + Spring + Hibernate version not having a Confirm…
Interition
  • 381
  • 2
  • 15
0
votes
2 answers

Why is appfuse not sending emails? (SMTPSendFailedException)

I used the appfuse quickstart to create a basic Spring MVC project. mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-spring-archetype -DarchetypeVersion=3.0.0 -DgroupId=com.mycompany…
Mike R
  • 4,448
  • 3
  • 33
  • 40
0
votes
1 answer

Deploying AppFuse app on cloudbees

I have searched a lot for this but have not found any documentation or blog post on how to deploy Appfuse app on cloudbees. I am kind of new to all this. Does anyone have any documentation or blog describing step by step about how to deploy Appfuse…
user3339592
  • 127
  • 1
  • 1
  • 13
0
votes
1 answer

spring-webflow jars not available

I have wasted a 4 hours on finding a reason for not adding of webflow jars tp the reference library of my my modular maven project which is generated from appfuse.I want to add a webflow to this project. But when I do the registering as below, I get…
diyoda_
  • 5,274
  • 8
  • 57
  • 89
0
votes
4 answers

Errors in Spring MVC appfuse app in Eclipse

I have build a Spring MVC multimodule app using Appfuse. It works fine when ran through MVN Jetty:run. I am able to build and run the app very well through maven. But When I imported all the modules in Eclipse through M2E it is giving me so many…
user3339592
  • 127
  • 1
  • 1
  • 13
0
votes
1 answer

Invoke db function with Appfuse

I'm working with Postgress and appfuse. Unfortunately, documentation is all about dao and bean but nothing when you need to call a db function. What is the best approach to do that? I tryed to create a DbUtil class: public class DbUtil extends…
iko
  • 67
  • 8
0
votes
1 answer

Deploy Appfuse in with Jboss EAP 6.1

I use Appfuse with struts2 and trying to deploy in Jboss EAP 6.1. Thing I have tried: Add: jboss-deployment-structure.xml in WEB-INF/:
0
votes
1 answer

difference between basic struts and modular struts

While creating a Struts application with Maven I found two archetypes: appfuse-basic-struts and appfuse-modular-struts. What is the difference between them ?
Asadullah Ali
  • 1,056
  • 14
  • 31
0
votes
1 answer

Migrating AppFuse application from Tomcat 7 to Jboss EAP 6.1

I am very new with Java Web Servers and Web Applications. We had a very old Appfuse framework based application running fine on Tomcat 5. Appfuse is a sprint based frame work with hubernet and few others things build into it. I need to transfer it…
Shanewaj
  • 2,078
  • 1
  • 20
  • 16
0
votes
1 answer

cometd spring Request method 'POST' not supported for /cometd/handshake

Am try to integrate cometd(spring-jquery-jetty7) with the appfuse spring MVC project. my web.xml is dispatcher org.springframework.web.servlet.DispatcherServlet
mathi
  • 1,127
  • 12
  • 19
0
votes
1 answer

genericdaohibernate add getbyfield other than id

I am using org.appfuse.dao.hibernatepackage and I have used all the method in the GenericDaoHibernate class. I found these methods public List getAll(); public List getAllDistinct(); public List search(String searchTerm); public T…
Coder
  • 6,948
  • 13
  • 56
  • 86
0
votes
1 answer

AppFuse - Spring Hibernate - no session found for the current thread

This is my problem: I started testing AppFuse in order to understand if it fits or not my needs. So I start creating a project (AppFuse not the Light version, not the multi module project). Then I followed the step from Persistance chapter (using…
AlexD
  • 81
  • 2
  • 5
0
votes
1 answer

Exception when saving a result

I am developping J2EE application with appfuse , i have a webform called easyVolAction that contain a method search() I need to save the result of search method in database but and an excpetion is generated when clicking in the action search…
asma
  • 75
  • 1
  • 10
0
votes
1 answer

Start appfuse project with tomcat7-maven-plugin stops in "Starting ProtocolHandler" step

I am adding tomcat plugin in my appfuse light project pom file org.apache.tomcat.maven tomcat7-maven-plugin 2.1 after executing this…
Nik Kashi
  • 4,447
  • 3
  • 40
  • 63