Maybe http://struts.apache.org/2.x/docs/spring-plugin.html can be of some
help.
Cheers,
Peter
-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: den 14 juni 2007 13:59
To: Struts Users Mailing List
Subject: Re: [S2] Getting DAO from Spring in Struts Action
--- "M. Bit
Yes, we don't to have to tell them to read Webwork in Action anymore... :)
-Original Message-
From: Musachy Barroso [mailto:[EMAIL PROTECTED]
Sent: den 29 maj 2007 20:01
To: Struts Users Mailing List
Subject: Re: [ANN] "Starting with Struts2" Book
Good job! Finally a book to recommend t
I use Jetty as web container to deploy my Struts2 projects (Struts 2.0.3)
and I also use the Maven-Jetty-plugin without any problems. I don't recall
any special configuration to get it running.
What's the error message and your version of Struts2?
Cheers,
Peter
-Original Message-
From: al
I really like -MM-DD because that's the way we always write dates in
Sweden... :)
-Original Message-
From: Stefan [mailto:[EMAIL PROTECTED]
Sent: den 24 februari 2007 22:40
To: Struts Users Mailing List
Subject: Re: [S2] doubt working with dates in brazilian format (dd/MM/)
Dani
I've never used it either but I know from other peoples experience that it
works great for EJB 2.1.
I don't know how good it supports Ejb 3 though but you can always ask at
http://forum.springframework.org/forumdisplay.php?f=29.
Cheers,
Peter
-Original Message-
From: [EMAIL PROTECTED] [m
Struts 2 isn't an updated version of Struts 1, it's an updated version of
Webwork 2.2. They're so similar that all you need to do to switch from
Webwork 2.2 to Struts 2(.0.0) is rename some packages and property-files.
What I mean to say is that it's, correct me if I'm wrong, nearly impossible
to t
>To answer that part: not that I know of, but the existing WebWork in Action
from Manning is very good, and applies equally well to Struts 2 with minor
adjustments for package renaming etc.
Maybe it's time to create a web forum for Struts 2 and make a sticky thread
that says "Read Webwork in Actio
You can access all your actions public getters (and setters) from your JSP
with something like .
Action:
Public String getPetName() {
return "Dinky";
}
JSP:
Or did I misunderstand you?
Hth,
Peter
-Original Message-
From: Dariusz Wojtas [mailto:[EMAIL PROTECTED]
Sent: den 20 decemb
"Webwork in action" have a 20-page chapter on Type conversion.
-Original Message-
From: Andrew Stepanenko [mailto:[EMAIL PROTECTED]
Sent: den 6 december 2006 14:13
To: Struts Users Mailing List
Subject: Re: STRUTS 2 . Populating values in Action
Hello,
there is also a lot of posts on T
I thought that was just what Andrew did? :)
If I'm not mistaken, Struts2 showcase has some examples of conversion.
Hth,
Peter
-Original Message-
From: Juan Espinosa [mailto:[EMAIL PROTECTED]
Sent: den 6 december 2006 14:57
To: 'Struts Users Mailing List'
Subject: RE: STRUTS 2 . Populati
This list has numerous posts with this question so search the archives.
"Webwork in action" is a good resource because Struts 2 pretty much is
Webwork(with a bunch of new features).
Hth,
Peter
-Original Message-
From: Nuwan Chandrasoma [mailto:[EMAIL PROTECTED]
Sent: den 5 december 2006
See the following thread:
http://www.nabble.com/-S2--Duty-now-for-the-future--%28was-Re%3A-Question-ab
out-struts2%29-tf2559552.html#a7132875
Struts2 also depends on a beta(snapshot) release of XWork2.
Hth,
Peter
-Original Message-
From: Tarek Nabil [mailto:[EMAIL PROTECTED]
Sent: den 2
A REALLY simple architecture overview picture:
http://cwiki.apache.org/WW/home.html
A more detailed architecture overview:
http://cwiki.apache.org/WW/architecture.html
Hth,
Peter
-Original Message-
From: Mike Duffy [mailto:[EMAIL PROTECTED]
Sent: den 4 november 2006 18:04
To: user@struts
We are using quite the same setup as Mark and have had no problems at all.
I've also been a member of the Webwork forums for quite some time and I
don't recall anyone having problems using Spring 2 instead of Spring 1.
Cheers,
Peter
-Original Message-
From: Mark Menard [mailto:[EMAIL PROT
> I wonder how long it would take them if I opened a ticket complaining that
it doesn't support Struts 2... :)
Exactly my thought too... :)
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
To convert from Webwork 2.2 to Struts 2 is really about changing some
package names and filenames. That's how equal they are.
Cheer,
Peter
-Original Message-
From: Li [mailto:[EMAIL PROTECTED]
Sent: den 31 oktober 2006 03:10
To: Struts Users Mailing List
Subject: Re: Struts 2 and Webwor
The switch from Webwork 2.2 to Struts 2 is almost painless. Have a look at
http://cwiki.apache.org/confluence/display/WW/Migration+Guide (seems to down
for the moment) or http://forums.opensymphony.com/thread.jspa?threadID=44773
for the steps involved.
I know/guess you haven't an application that u
Same here.
-Original Message-
From: Matthew J. Vincent [mailto:[EMAIL PROTECTED]
Sent: den 24 oktober 2006 20:45
To: user@struts.apache.org
Subject: Unable to Download Struts2
Hi all,
I get a connection timeout everytime I try to download:
http://people.apache.org/builds/struts/2.0.1/
Maybe I should add that the excellent Maven has support for creating
project-files for IDEA IntelliJ also.
Cheers,
Peter
-Original Message-
From: Wesslan [mailto:[EMAIL PROTECTED]
Sent: den 18 oktober 2006 20:02
To: 'Struts Users Mailing List'
Subject: RE: Struts2 Showcase E
Try http://maven.apache.org/.
http://maven.apache.org/download.html#installation for installation
instructions.
Hth,
Peter
-Original Message-
From: Jim Reynolds [mailto:[EMAIL PROTECTED]
Sent: den 18 oktober 2006 19:49
To: Struts Users Mailing List
Subject: Re: Struts2 Showcase Example a
This would be a great place to start:
http://java.sun.com/products/javamail/downloads/index.html
You also maybe want to take a look at Commons Email because it REALLY
simplifies the task of sending email with Java!
Commons Email: http://jakarta.apache.org/commons/email/
Hth,
Peter
-Original
I don't know the answer to your question but Acegi *is* a Spring subproject
and will be renamed "Spring security". So now you only use ONE new
technology... :)
-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: den 11 oktober 2006 17:50
To: Struts Users Mailing List
Subj
Or try Maven, http://maven.apache.org/.
Hth,
Peter
-Original Message-
From: RAJESH THIHARIE [mailto:[EMAIL PROTECTED]
Sent: den 11 oktober 2006 07:25
To: Struts Users Mailing List
Subject: RE: setup file
Use Ant. http://ant.apache.org is where you should head.
-Original Message
?
On 10/6/06, Wesslan <[EMAIL PROTECTED]> wrote:
> Well, the subject says it all, doesn't it? :-)
>
> I've recently switched from Webwork to Struts2 and I like to use the
nightly
> builds with Maven2. Is there a repository for this?
The snapshot repository is here:
http
Well, the subject says it all, doesn't it? :-)
I've recently switched from Webwork to Struts2 and I like to use the nightly
builds with Maven2. Is there a repository for this?
Cheers,
Peter
25 matches
Mail list logo