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
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
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
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
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
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
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
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
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
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'
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
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
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
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
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
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 (
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
17 matches
Mail list logo