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

Getting error while running AppFuse project: "Failed to execute goal on project"

I'm using AppFuse and I wanna create a multi-module project. I tried to follow the AppFuse quick start guide so I used the below command to create the project: mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes…
Majid Abarghooei
  • 663
  • 7
  • 21
0
votes
2 answers

hibernate configuration error

i had created my J2EE application with appfuse , i want to save some data to database but the problem in hibernante configuration ,this is the exception: WARN [http-8080-1] ConnectionProviderInitiator.initiateService(143) | HHH000181: No appropriate…
asma
  • 75
  • 1
  • 10
0
votes
1 answer

Is appuse 2.2.1 possible to use a smtp server which need authentication?

I have specified the smtp server and authentication info in the mail.properties, but appfuse 2.2 just ignores the mail.username and mail.password properties. How to workarround this problem?
sanigo
  • 625
  • 4
  • 14
0
votes
1 answer

Error in creating fuse project in Fuse IDE

I am new to Fuse. I just started learning Fuse. I have installed Fuse IDE (latest ver). And set the reference to apache maven installation directory. I started creating a new fuse project as mentioned in the document but when I click on the Finish…
kaaviraaj
  • 31
  • 1
  • 3
0
votes
1 answer

AppFuse project is rewriting my URLs. How? Why?

I created a project using AppFuse (which I am not at all familiar with). I find that when the page http://machine/foo contains a link like this: the browser does not navigate to http://machine/bar. Instead it issues a request for…
mcherm
  • 23,999
  • 10
  • 44
  • 50
0
votes
1 answer

Is there an open source C# .net mvc project that eliminates the ramp up time when developing Appfuse applications for new customers?

For example, I am looking for an Appfuse equivalent for .NET MVC apps. I use Appfuse in Java to crank out a quick web app pre-configured with the front-end and backend frameworks of my choice. Appfuse used ANT or Maven to build a web application. …
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

AppFuse Save two new entities at once

I'm trying to save 2 entities in AppFuse (Struts2, Hibernate and Spring) at once, Here is an example (Address and person are new objects): person.setAddress(address); personManager.save(person); But this doesn't work, i get this exception: object…
jzafrilla
  • 1,416
  • 3
  • 18
  • 41
0
votes
0 answers

War file compresses resource file even in the exploded version

I am packaging my Spring application into a war file to deploy to my tomcat server. When I put the war file in the tomcat6/webapps folder it auto-explodes, but some of my resource files still remain compressed. For example I have a sinewave.raw and…
ishan
  • 1,029
  • 1
  • 12
  • 19
-1
votes
1 answer

does JHipster come with in build signup/login/logout feature

I have used AppFuse. It has in build signup/login/logout feature. But I have not use JHipster, can I know whether above in build feature available with JHipster also?
tech share
  • 37
  • 6
-1
votes
1 answer

appfuse: Embedded error: java.sql.SQLException: Field 'x' doesn't have a default value

appfuse: Embedded error: java.sql.SQLException: Field 'x' doesn't have a default value
flybywire
  • 261,858
  • 191
  • 397
  • 503
-2
votes
1 answer

Trying to build project with appfuse

I building my project with app fuse but unable to create it. Can any one help me to build appfuse spring project.
Qasim
  • 9,058
  • 8
  • 36
  • 50
1 2 3 4 5 6 7
8