Re: [appfuse-user] is AppFuse alive ?

2009-08-03 Thread pasta
Good to hear that... I like AppFuse and I cannot find any other project simmilar to it to replace it in case of discontinuity... mraible wrote: > > Yes, I hope to finish the 2.1 release this quarter. You can see the > progress > on 2.1 on the roadmap on the following page. > > http://issues

[appfuse-user] full support for eclipse ?

2009-08-03 Thread pasta
Hi All, is there any plan to give a FULL eclipse support ? by FULL I mean without red simbols in eclipse !... as actually it has a lot of those in the JSP pages thanks -- View this message in context: http://www.nabble.com/full-support-for-eclipse---tp24789243s2369p24789243.html Sent from the

Re: [appfuse-user] full support for eclipse ?

2009-08-03 Thread tibi
jsp interpreters can't handle a lot of links so they think there are errors but there aren't annoying but I don;t think appfuse can fix that tibi pasta wrote: > Hi All, > > is there any plan to give a FULL eclipse support ? > > by FULL I mean without red simbols in eclipse !... as actually it h

[appfuse-user] cannot understand the code appfuse 1.0

2009-08-03 Thread Bhawna Shah
Hi, I hired someone to do a small project of mine. He did teh stuff in appfuse 1.0 and has eloped now. I am stuck with this huge code. I know basic JAVA. I would like to understand the code in and out to be able to handle it myself. Can someone give me start pointers. I went through the tutoria

Re: [appfuse-user] full support for eclipse ?

2009-08-03 Thread Ice-Man
Oh, that's really! It's something really annoying, but I think that's a matter o Eclipse-Ganymedi. See it - for instance: When we have a Project in Eclipse3.2, with zero erros and we migrate to 3.4 so a lot of boring erros (red crosses) appears, get it?!! Ice-Man 2009/8/3 tibi > jsp interpre

Re: [appfuse-user] full support for eclipse ?

2009-08-03 Thread tibi
i have no errors with a fresh appfuse install and eclipse 3.4 only sometimes it complains about stuff in my target dir. i delete those problems and for a while all is fine. tibi Ice-Man wrote: > Oh, that's really! It's something really annoying, but I think > that's a matter o Eclipse-Ganymedi

Re: [appfuse-user] cannot understand the code appfuse 1.0

2009-08-03 Thread Matt Raible
This might help: http://today.java.net/pub/a/today/2004/07/15/thefuse.html Matt On Mon, Aug 3, 2009 at 3:03 AM, Bhawna Shah wrote: > > Hi, > I hired someone to do a small project of mine. He did teh stuff in appfuse > 1.0 and has eloped now. I am stuck with this huge code. I know basic JAVA. I

Re: [appfuse-user] cannot understand the code appfuse 1.0

2009-08-03 Thread DUSTIN PEARCE
That is unfortunate. If only he/she built it using Basic JAVA. The good news is that they used a very well documented framework, which in turn uses very common and well documented frameworks. The alternative is much worse, where someone writes a tangled mess by hand and you have no wher

[appfuse-user] How to load Velocity Templates in Service Tier??

2009-08-03 Thread Oscar Alvarez
Hello. I'm trying to send e-mails in my appfuse2-strut2-basic web application. But i don't find an example on how to do this in service tier... I extended GenericManager and overrides save method to do the logic needed, because i don't want to put it in struts2 action. It complicates so much the

Re: [appfuse-user] How to load Velocity Templates in Service Tier??

2009-08-03 Thread tibi
you could follow this in the signupAction // Send an account information e-mail mailMessage.setSubject(getText("signup.email.subject")); line 104 good luck tibi Oscar Alvarez wrote: > Hello. > > I'm trying to send e-mails in my appfuse2-strut2-basic web > application. But i don'

Re: [appfuse-user] How to load Velocity Templates in Service Tier??

2009-08-03 Thread Oscar Alvarez
Many Thanks for the quick reply... I will use the mail engine in my service =) Best Regards 2009/8/3 tibi > you could follow this in the signupAction >// Send an account information e-mail >mailMessage.setSubject(getText("signup.email.subject")); > line 104 > > good luck > > ti

[appfuse-user] Simple, ant-oriented appfuse light with Tap 5, Spring, Hibernate

2009-08-03 Thread ross.efi
I'm trying to follow the info from this post: http://raibledesigns.com/rd/entry/appfuse_light_converted_to_maven I checked out version 171 of appfuse-light, did the cd into appfuse-light/tapestry, ran mvn archetype:create-from-project I'm getting a similar error to one of the followup posts, i

Re: [appfuse-user] Simple, ant-oriented appfuse light with Tap 5, Spring, Hibernate

2009-08-03 Thread Matt Raible
Try adding the following as a repository in the pom.xml: http://oss.sonatype.org/content/groups/appfuse/ On Mon, Aug 3, 2009 at 10:56 AM, ross.efi wrote: > > I'm trying to follow the info from this post: > > http://raibledesigns.com/rd/entry/appfuse_light_converted_to_maven > > I checked out ve

Re: [appfuse-user] Simple, ant-oriented appfuse light with Tap 5, Spring, Hibernate

2009-08-03 Thread ross.efi
Well, that seemed to work, although now when I try cd target/generated-sources/archetype mvn install I get [INFO] Error building POM (may not be this project's POM). Project ID: org.appfuse:appfuse-light-tapestry-archetype Reason: Invalid project file: distribution status must not be specifi

Re: [appfuse-user] Simple, ant-oriented appfuse light with Tap 5, Spring, Hibernate

2009-08-03 Thread Matt Raible
On Aug 3, 2009, at 11:28 AM, ross.efi wrote: Well, that seemed to work, although now when I try cd target/generated-sources/archetype mvn install I get [INFO] Error building POM (may not be this project's POM). Project ID: org.appfuse:appfuse-light-tapestry-archetype Reason: Invalid proj

Re: [appfuse-user] Simple, ant-oriented appfuse light with Tap 5, Spring, Hibernate

2009-08-03 Thread ross.efi
Super. A few more things... I was able to use mvn to generate my new archetype in my development dir, although it looks like ant still uses maven under the covers to fill in dependencies. Is that an accurate understanding? Running ant, it looks like its trying to download dependent libraries (

Re: [appfuse-user] Simple, ant-oriented appfuse light with Tap 5, Spring, Hibernate

2009-08-03 Thread Matt Raible
My guess is that too much has changed since I wrote this blog post, that's the problem with working with snapshots. :( As far as using Maven under-the-covers: yes, AppFuse Light uses Maven Ant Tasks to resolve dependencies. Back in AppFuse 1.x days, we kept all JARs in the distribution and