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

IBM WebSphere 8.5.5.8(Liberty) + Spring Security 3.1.3.RELEASE

We have a sample web application built on appfuse starter kit version 2.2.1 which uses Spring security 3.1.3.RELEASE. We are going to deploy it on WAS 7 and we are testing it on IBM WebSphere 8.5.5.8(Liberty). Our problem is after successful/failed…
Kayvan Tehrani
  • 3,070
  • 2
  • 32
  • 46
1
vote
1 answer

AppFuse + wicket: No qualifying bean of type [org.hibernate.SessionFactory]

I have a small application written in AppFuse (multi-modular project). I want to try to use the Apache Wicket to make some kind of UI. Since AppFuse is based on Spring I found a tutorial for using Spring and Wicket together. I setted up the Wicket…
Cajova_Houba
  • 44
  • 1
  • 9
1
vote
2 answers

Web Application for Apache Hive

I want to develop a Hive Interface, which is uploading contents a excel file to Apache Hive(Big Data) Database using Java. And also, i will get data from other sources using Restful Api and data will store in Hive. Is it possible to develop this…
1
vote
1 answer

Old AppFuse ... What Framework is StraightForward Migration?

We started building our website / application back in 2006, and chose to use appFuse 1.9.4 as our application framework. There isn't a direct upgrade path to AppFuse 2.x and now AppFuse has been discontinued. We're stuck on Spring 2.0 and Hibernate…
Anthony
  • 167
  • 2
  • 16
1
vote
1 answer

Flash Attributes are not working

I have got an Spring MVC project (AppFuse) and Flash attributes are not transmitted to the GET request. What I do: In the transmitter method: @RequestMapping(method = RequestMethod.POST) public String onSubmit(Entity entity, BindingResult errors,…
JRr
  • 1,552
  • 1
  • 19
  • 23
1
vote
2 answers

while creating archetype getting following error

D:\Training\workspace\vppsource>mvn archetype:generate -B -DarchetypeGroupId=org .appfuse.archetypes -DarchetypeArtifactId=appfuse-modular-struts-archetype -Darc hetypeVersion=2.1.0-M1 -DgroupId=com.vmware -DartifactId=vpp [INFO] Scanning for…
munna
  • 314
  • 5
  • 21
1
vote
1 answer

Defining userDao in AppFuse 3.5

I am following the tutorials on http://appfuse.org/display/APF/Tutorials and I am confused on the "Register a personDao bean definition" section. If it is necessary to register dao beans in the applicationContext.xml (or in…
Armon Inez
  • 23
  • 3
1
vote
2 answers

POM.xml Shows errors - Beginner

I created a project using the following command mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-light-spring-security-archetype -DarchetypeVersion=2.2.1 -DgroupId=com.app.PROJECT1…
Illep
  • 16,375
  • 46
  • 171
  • 302
1
vote
1 answer

Allow unauthorized users to access RichFaces Skin CSS files

I've created a small web application using AppFuse(with JSP as Web Framework) and RichFaces. There is a page that uses rich:dataTable that should be accessible without authentication. To make this page public I put it into a folder called "public"…
Tom
  • 586
  • 1
  • 4
  • 9
1
vote
1 answer

Java PrintWriter not flushing full String

Im using AJAX to retrieve a JSONP response of an external system, however the response is being (for the lack of a better work) truncated. My front-end page will make the AJAX call to the URL, my system will generate a response which is added to a…
CodeNameGrant
  • 124
  • 4
  • 16
1
vote
0 answers

Appfuse app velocity error while deploying on cloudbees

I have appfuse stuts app when I deploy it on cloudbees I get below errors. I have bound database to the application in cloudbees. Are following errors due to JPA annotations or not getting connected to the DB? Caused by:…
user3339592
  • 127
  • 1
  • 1
  • 13
1
vote
1 answer

Issue in removing value in tooltip dynamically

I want to load the values in applicationResources.properties in jsp dynamically. ApplicationResource.properties would be like this. message=Message for invalid password. i did like the following code to retrive the value from property file in…
Pravin
  • 645
  • 3
  • 7
  • 21
1
vote
1 answer

Where to add dependencies in MAVEN multi-module project

I am trying to make sense of all the dependency thing in maven multiple module projects. As a starting point I used appfuse to create a new spring mvc multi-module project. It initially has web and core modules. I found the knowledge of deploying…
diyoda_
  • 5,274
  • 8
  • 57
  • 89
1
vote
1 answer

Deploying Appfuse Spring MVC project to Tomcat direcly from STS - ERROR

I am trying to deploy my project to Tomcat using STS. My project is building (installing) ok. But when I try to run tomcat:run it is not working. I am getting this error. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J:…
diyoda_
  • 5,274
  • 8
  • 57
  • 89
1
vote
1 answer

Using App Fuse to generate CRUD operations directly from database schema

I was told that one can generate CRUD operations directly form the database schema using app fuse. But I was unsuccessful in doing that using it and it look very long without any clue. One possibility is to create the models and annotate it and…
diyoda_
  • 5,274
  • 8
  • 57
  • 89