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
231
votes
31 answers

Tomcat: How to find out running Tomcat version?

I'm trying to get Appfuse + Tomcat + jRebel working. Appfuse by default uses Cargo to download tomcat (ver. 7.0.33) and deploy the application to it. I wish to use an already installed tomcat (ver. 7.0.27) instead of the downloaded one. I made the…
Yichz
  • 9,250
  • 10
  • 54
  • 92
31
votes
2 answers

Get HttpServletRequest in Jax Rs / Appfuse application?

I created a basic application shell with AppFuse, and followed the AppFuse tutorial to create a a simple RESTful service with Jax-RS. That works just fine. A call to http://localhost:8080/services/api/persons returns a collection of Person objects…
prototype
  • 7,249
  • 15
  • 60
  • 94
9
votes
12 answers

appfuse vs roo - what would you use

Appfuse vs. Roo, what would you use and why? What are the sweet spots of each.
flybywire
  • 261,858
  • 191
  • 397
  • 503
7
votes
3 answers

fn JSTL not supported

when am using ${fn:contains()}" it causes the following exception: org.apache.taglibs.standard.lang.jstl.parser.ParseException: EL functions are not supported How can i solve this exception? and if I need to download a newer version of jstl.jar &…
Ali
  • 115
  • 1
  • 2
  • 9
6
votes
3 answers

What is the purpose of Managers / Transactions?

I'm building a spring application for the first time. I'm running into lots of problems with concurrency, and I suspect that there is something wrong with the way I'm managing the backend. The only difference I can see between my backend code and…
maxdj
  • 427
  • 2
  • 5
  • 15
6
votes
4 answers

spring roo vs appfuse generate service /dao layer

I am looking for feedback from experienced users on spring roo and appfuse. Which do you think does a better job reverse engineering database tables and generating a service layer, dao layer, and jpa entities? If I am not mistaken, spring roo…
cometta
  • 35,071
  • 77
  • 215
  • 324
6
votes
1 answer

org.hibernate.exception.SQLGrammarException: ORA-01747: invalid user.table.column, table.column, or column specification

I am using Appfuse to develop my application. I got an exception as below. I guess the hibernate mapping had a problem with special column name ADSL_DEVICE.VALIDATE (using notation) cause errors. Please help me to resolve this problem. When execute…
Vunb
  • 484
  • 8
  • 34
5
votes
3 answers

Different configuration file for dev and prod using Maven

I have to different log4j.xml and property files which are to be used in Dev and Production. I am using maven for building and packaging. Is there a way I can let maven choose dev or prod by a configurable maven property in POM or passing a run time…
Abhishek
  • 6,862
  • 22
  • 62
  • 79
5
votes
2 answers

unable to create project from archetype in springsource

I am trying to create a AppFuse archetype for creating a web application with Hibernate, Spring and Spring MVC using spring source. But I am getting the following error. Unable to create project from archetype…
ajm
  • 12,863
  • 58
  • 163
  • 234
4
votes
4 answers

How to properly setup a multi module SpringMVC application created by appfuse in Eclipse?

I am trying to setup a multi module SpringMVC appfuse applicaiton in Eclipse but it seems that I'm facing lots of errors in Eclipse after I import the project in Eclipse. Can anyone please help me with a step by step guideline showing the ideal way…
Mozammel
  • 1,011
  • 1
  • 13
  • 15
3
votes
2 answers

Use an alternative Maven Profile during test phase

I'm trying to build an application starting from an Appfuse Archetype, but I get some strange problems. For once I'd like to use a hsqldb for automated unit tests and integration tests, and a mysql db for my manual testing so that I can easily…
cdecker
  • 4,515
  • 8
  • 46
  • 75
3
votes
2 answers

jQgrid filterToolbar fails with searchOnEnter

I have an exposed web service that returns data in either JSON or XML. I've set up a JSP page and added in jQgrid. The data displays just fine, however when I try to filter the results with filterToolbar it fails. Firebug says " TypeError:…
Bobby King
  • 141
  • 1
  • 8
3
votes
1 answer

Maven skinny war with warpath

I have a project where 3 war-modules are packaged in an ear-module. My problem is that each of the library jars are included in each of the war-modules, as well as in the ear-module, which makes the resulting ear-file really large (at the moment…
Tobb
  • 11,850
  • 6
  • 52
  • 77
2
votes
0 answers

Why does maven-resources-plugin copy files multiple times (appfuse-basic-spring-archetype v2.1.0)

When successfully running >mvn package on an appfuse-basic-spring-archetype v2.1.0 project, the console output displays: [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ ScanillionAppTier02 --- [debug] execute…
cdhabecker
  • 1,693
  • 1
  • 14
  • 23
2
votes
3 answers

what's the matter about appfuse,please

when run the command:mvn jetty:run in the web directory,it's the error message: [WARNING] The POM for com.mycompany:core:jar:1.0-SNAPSHOT is missing, no dependency information available [INFO]…
Lu Jimmy
  • 21
  • 2
1
2 3 4 5 6 7 8