I went through Web Work in Action in one night. It is an easy read if you've done web development for a few years.

I'm very excited about the future of where we are heading! The possibilities are endless.

If you are in or near Atlanta, tonight Gavin King will be presenting on JBoss Seam at our local user group (ajug.org), which should be pretty interesting. I'm thinking about asking how well Seam works with Geronimo ;)

--
James Mitchell
EdgeTech, Inc.
http://edgetechservices.net/
678.910.8017
Skype: jmitchtx



On Jan 17, 2006, at 11:47 AM, David G. Friedman wrote:

+1 on Struts in Action. The cheesy thing was I ALMOST brought it in for the author to sign when he was talking last
week but I decided not to at the last minute. LOL.

Now, wouldn't you be better off buying "WebWork in Action" since Webwork 2.2 will be the base for Struts (Action) 2.0? I bought that book on the weekend but haven't started it yet. I do know I was VERY impressed with what webwork can do now. It felt like it was Struts mixed with Commons chains, then put the two on steroids for expandability.

Now, for my disclaimer: I'd looked at Webwork a few years ago before starting with Struts 1.0 (when 1.1 was in beta) and was very impressed with it. If there had been a lot of jobs on dice.com with Webwork in the requirements and a larger community back then, I probably would have chosen Webwork over Struts years ago. So from my point of view, Webwork becoming Struts 2.0, now that I've seen it again via Ted Husted's presentation at a Boston Java Users Group, is a
_great_ thing.

Regards,
David Friedman / [EMAIL PROTECTED] and a man full of opinions

-----Original Message-----
From: Ayusman dikshit [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 17, 2006 6:06 AM
To: Struts Users Mailing List
Subject: RE: Struts UTF-8



Struts in action is a good book.
Also professional struts.

Regards
Ayusman
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:35 PM
To: user@struts.apache.org
Subject: RE: Struts UTF-8


Can anybody tell me the best book to start with struts????
How to proceed with using struts...????

-----Original Message-----
From: Alan Comeau [mailto:[EMAIL PROTECTED]

Sent: Monday, January 16, 2006 7:24 PM
To: Struts Users Mailing List
Subject: RE: Struts UTF-8

Should have added a filter mapping in the web.xml

<filter-mapping>
      <filter-name>setCharaterEncoding</filter-name>
      <servlet-name>StrutsActionServlet</servlet-name>
   </filter-mapping>



-----Original Message-----
From: Marcio Ghiraldelli [mailto:[EMAIL PROTECTED]

Sent: 16 January 2006 13:38
To: user@struts.apache.org
Subject: Struts UTF-8

I am trying to use UTF-8 in my Tomcat 5.5 / Struts 1.2.7 app, but my
form beans shows "??" chars in place of international chars.

    1) My JSP's has the UTF-8 encoding declaration
    <[EMAIL PROTECTED] pageEncoding="UTF-8"%>

    2) The Tomcat java proccess is running with UTF-8 option:
    /usr/local/jdk1.5.0_05/bin/java -Dfile.encoding=UTF-8


    The third step is to translate the default ISO request sent by
traditional browsers to UTF chars, but Struts automatically populate the
formbean when the form is submited, how can I do this?

    Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



The information contained in this electronic message and any attachments
to this message are intended for the exclusive use of the addressee(s)
and may contain proprietary, confidential or privileged information. If
you are not the intended recipient, you should not disseminate,
distribute or copy this e-mail. Please notify the sender immediately and
destroy all copies of this message and any attachments.


WARNING: Computer viruses can be transmitted via email. The recipient
should check this email and any attachments for the presence of viruses.
The company accepts no liability for any damage caused by any virus
transmitted by this email.


www.wipro.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to