Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
193 views

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 ...
5
votes
4answers
2k views

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 ...
3
votes
7answers
2k views

appfuse vs roo - what would you use

Appfuse vs. Roo, what would you use and why? What are the sweet spots of each.
2
votes
1answer
77 views

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] ...
2
votes
3answers
80 views

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 ...
2
votes
1answer
367 views

Comments & experience with hibernate-generic-dao and the likes?

I had a hard time writing my own generic search method (Using SearchCriteria DTO) in my DAO's. So I decided to look for a generic DAO Open-Source library and see how they do it. I've been reading ...
2
votes
1answer
139 views

AppFuse Benefits?

I am starting on a brand new web application and would like to know more about AppFuse. What are major reasons for choosing AppFuse apart from boilerplate code generation? Is it flexible enough to ...
1
vote
1answer
32 views

Filter to track time spent by an user in each page in a spring application

I am working on a spring application in which I want to track the users time spent on each page. I am planning to do it via Spring filters. Is there a spring filter that intercepts each and every page ...
1
vote
1answer
613 views

import org.appfuse.webapp.action.BaseAction cannot resolve

i was following the guide http://appfuse.org/display/APF/Using+Struts+2 to make a simple appfuse site, but i got an error while compiling with Maven, which is reporting ...
1
vote
0answers
142 views

How to display just the child menu items in appfuse

(I think this is coming from appfuse, anyway. I'm not always clear on what's part of which framework still.) I've got this in my menu-config.xml: <?xml version="1.0" encoding="UTF-8"?> ...
1
vote
3answers
840 views

How to print the year in a JSP?

I want to do something like this: <?php echo date('Y'); ?> But then in a .jsp file. All the tutorials I'm seeing require building a class somewhere. We're running appFuse and Tapestry. ...
1
vote
1answer
263 views

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 ...
1
vote
1answer
2k views

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 ...
1
vote
1answer
842 views

websphere portal 6.1 development - which web framework to use?

I am starting a portal project using websphere portal server 6.1. This involves lot of portlets and i am inclined to use JSR286 specs rather than JSR168 Also, i wanted to use Spring Portlet MVC but ...
0
votes
0answers
18 views

Appfuse: merging Struts appfuse-basic-struts-archetype into existing Web Services Only project

I am new to Spring framework and this is probably the root of my problems to solve the following. We need to include Struts presentation layer into our Web-Services-Only existing project. We have ...
0
votes
0answers
13 views

AppFuse quick start — jetty module fails to build

Working through AppFuse Quick Start example, generated a multiple-module app server. The maven code executes, the core module builds fine (mvn install), but when compiling the 'web' module (mvn ...
0
votes
0answers
7 views

appfuse DAO test

Can someone please explain me what is the reason for the following: I am adding test cases to the UserDaoTest class in Appfuse framework, and I was investigating how saveUser() and remove() for the ...
0
votes
0answers
118 views

JRebel and Maven plugin setup for IntelliJ - java.lang.OutOfMemoryError: PermGen space

Can anyone help? I am using Appfuse archetype project in IDEA with maven and JRebel plugins. Below is what I am getting when I run jetty:run from the Maven Projects in Idea. I increased MAVEN_OPTS in ...
0
votes
0answers
99 views

EntityManager + Hibernate + JPA not working in APPFUSE

I'm developing an app using appFuse and want to use JSP and entityManager. I'm getting this error whenever I try to access my entity class... Caused by: java.lang.IllegalStateException: ...
0
votes
1answer
74 views

Sitemesh different decorators for the same URL

I'm using urlrewriteFilter (org.tuckey.web.filters.urlrewrite.UrlRewriteFilter) to forward pages like www.mysite.com/myname to a Struts2 action. The action is mapped up in sitemesh, and it works ...
0
votes
0answers
63 views

StaleObjectStateException - for all read operations?

I am working on an appfuse project with underlying Spring and Hibernate application. My application has a page, which gets a lot of concurrent hits. I have a method in the controller class that uses ...
0
votes
1answer
43 views

Create Spring MVC , ibatis project using Appfuse-

can anyone give some references and help to do this? Currently i am referncing this site http://appfuse.org/display/APF/AppFuse+QuickStart
0
votes
1answer
45 views

create new project using appfuse

i use following command in http://appfuse.org/display/APF/AppFuse+QuickStart mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts-archetype ...
0
votes
1answer
44 views

Appfuse with Tapestry 4

I want ask about appfuse. I want create an appfuse project with tapestry 4. but when i look at appfuse website, it only support tapestry 5 and not tapestry 4 anymore. How or where can i find a ...
0
votes
0answers
55 views

Updating a context attribute from a spring controller

I am having a appfuse based spring application. This application has a StartupListener which implements ServletContextListener. This StartupListener is used for loading master configuration ...
0
votes
1answer
185 views

Transactions in Spring / Hibernate / appfuse

As a follow up to the question here: Spring 2.0 Annotations and ant We were able to get the annotations working (@Transactional), and also tried manually coding a Transaction. In both cases, we are ...
0
votes
1answer
288 views

Error while starting AppFuse Based App in Apache-tomcat Server

I am testing one AppFuse based application in eclipse IDE. When I am starting apache-tomcat it gives me an error. Below is the stack trace of it. How can i overcome this problme? INFO: Initializing ...
0
votes
2answers
69 views

Same Code wrapping for different dao methods

I was going through the hibernate tutorial and noticed that in every dao you have to get session,begin transaction.Perform all operations and then commit private void createAndStoreEvent(String ...
0
votes
1answer
620 views

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 ...
0
votes
3answers
401 views

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 ...
0
votes
0answers
484 views

welcome-file tag seems to be ignored

based on struts2 appfuse maven project I am trying to set up my personal HelloWorld struts2 maven project. I have simplified a lot of things in pom.xml, web.xml and struts.xml file. As a result of ...
0
votes
0answers
90 views

How to read one tag value in other tag?

I am using spring mvc .In the form full country names are shown to select But in my form controller,I dont get full name of country I get is02 country code.Eg Belgium =BE I have 2 tags i want to ...
0
votes
0answers
212 views

passing multiple param in appfuse jsp tag

I want to pass 2 parameters in my jsp tag.But appfuse library doesnt support this.Here i want to pass user name and userId as part of request. i tried below but it doesnt work <display:table ...
0
votes
0answers
133 views

Jsp getting iso2 country code insead of full country name

I am using appfuse taglib to select the country for user. <div> <appfuse:label key="user.address.country"/> <appfuse:country></appfuse:country> ...
0
votes
1answer
65 views

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 ...
0
votes
1answer
91 views

Spring project expects to be at root directory, freaks out when it's not

I have a spring project that works beautifully when it's located at the web root - i.e. http://myserver/index.html but it breaks terribly when it's not - i.e. http://myserver/spring-project/index.html ...
0
votes
1answer
260 views

Saving owned/child objects in Hibernate

I'm having a hard time wrapping my head around the way hibernate objects work. Here's a little chunk of what my model looks like: JobOpening: ...
0
votes
1answer
1k views

while running mvn jetty:run showing the following error

C:\source\myproject>mvn jetty:run [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building AppFuse Spring MVC Application [INFO] ...
0
votes
1answer
449 views

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 ...
0
votes
1answer
495 views

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
0
votes
1answer
140 views

appfuse: should I configure jdbc credentials twice?

New to appfuse - I like the concept. I configured the username/password to the database in jdbc.properties. It didn't work. So I also configured my credentials in pom.xml Why is it so? Am I doing ...
0
votes
1answer
296 views

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

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. Seeing as .net has ...
0
votes
1answer
324 views

AppFuse Generic/Universal DAO and Manager usage

I've been using AppFuse to create my projects for a while now. And I'm already aware that there are two approaches to developing your DAO and Manager classes: GenericDao/GenericManager approach ...
0
votes
4answers
1k views

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 ...