RE: A book of Struts

2018-10-29 Thread Yasser Zamani
>From: Lukasz Lenart >Sent: Sunday, October 28, 2018 1:42 PM >To: Struts Users Mailing List >Subject: Re: A book of Struts > >czw., 25 paź 2018 o 15:03 Dave Newton napisał(a): >> I'd probably keep Spring in the first book since basic integration is >> pretty s

Re: A book of Struts

2018-10-28 Thread Lukasz Lenart
are very crucial and complicated topics, I think it would be good to put those into a dedicated book about Struts Internals. Most users assume that what they got with the framework is secure and they relay in this case on us. Regards -- Łukasz + 48 606 323 122 http://www.lena

Re: A book of Struts

2018-10-28 Thread Jeffery Samuel Eman
How about a section on Security? I.e how to secure Struts, with the recent high/critical CVEs I would love to read more on Ognl, Serialization, OpenSymphony, how you fixed the Struts security related issues. Thanks Regards, Jeff On Sun, 28 Oct 2018 at 6:11 PM, Lukasz Lenart wrote: > czw.,

Re: A book of Struts

2018-10-28 Thread Lukasz Lenart
czw., 25 paź 2018 o 15:03 Dave Newton napisał(a): > I'd probably keep Spring in the first book since basic integration is > pretty simple, and a lot of people use the two together. > > I think the only potentially-missing thing (and I say potentially because > it might belong in either basic or

Re: A book of Struts

2018-10-25 Thread Dave Newton
ed topics, deep customization, Internals, Spring > integration, Javascript such as JQuery, etc. > > I suggest > - moving Spring integration to the S2 Advanced book. > - adding IDE (Eclipse, ...) configuration to chapter 3. > > Therefore https://github.com/lukaszl

Re: A book of Struts

2018-10-25 Thread albert kao
(Eclipse, ...) configuration to chapter 3. Therefore https://github.com/lukaszlenart/struts-mini-book becomes: 1_introduction.txt 2_generate-project-with-maven.txt 3_basic-configuration.txt (with IDE (Eclipse, ...)) 4_internal-di.txt 5_integration-with-tiles.txt 6_login-and-authenticate.txt

Re: A book of Struts

2018-10-25 Thread Lukasz Lenart
ough, like PragProg or Manning, in a trivial way. Thanks a lot Dave! Yeah, plain text is my favourite format :D I made a first step and the basic book setup is ready, you can preview it here [1] and the source code is available here [2] [1] https://leanpub.com/struts-mini-book [2] https://github.com

Re: A book of Struts

2018-10-19 Thread Dave Newton
No recommendations; I'm forced to use Word right now for a Kindle book I'm working on and I hate it (same when I did the S2 book) so don't do that--makes code stuff needlessly complicated. There are many plain-ish-text systems out there--my personal preference would be one of those, in a repo,

Re: A book of Struts

2018-10-19 Thread Lukasz Lenart
Thanks a lot for such a huge feedback, I am impressed and thankful :) After rethinking all your comments I think I will strat with a mini-book. I never wrote a book so starting with a small thing should be easier and achievable as I would like to finish the book till the end of this year. Thanks

Re: A book of Struts

2018-10-18 Thread Prasanth
Would be good to include a chapter on how to implement a multi form wizard. Thanks, Prasanth On 10/17/18 9:11 PM, sharmila thota wrote: > Probably Problems and solutions section > > Thanks > Sharmila > > Sent from my iPhone > >> On Oct 17, 2018, at 3:38 AM, Lukasz Lenart wrote: >> >> Hi

Re: A book of Struts

2018-10-17 Thread sharmila thota
Probably Problems and solutions section Thanks Sharmila Sent from my iPhone > On Oct 17, 2018, at 3:38 AM, Lukasz Lenart wrote: > > Hi everyone, > > I would like to (finally ;-) write a book about the latest version of > the Apache Struts, probably targeting Struts 2.6. I wonder what kind >

Re: A book of Struts

2018-10-17 Thread programmierer
Sounds great! :) +1 Am 2018-10-17 09:38, schrieb Lukasz Lenart: > Hi everyone, > > I would like to (finally ;-) write a book about the latest version of > the Apache Struts, probably targeting Struts 2.6. I wonder what kind > of book this should be: > - an introduction from zero to a full blown

Re: A book of Struts

2018-10-17 Thread Arjuna Bandara
I mentioned jQuery since dojo plugin was depreciated. ✌ On Wed, 17 Oct 2018 9:38 pm Dave Newton, wrote: > On Wed, Oct 17, 2018 at 11:57 AM Arjuna Bandara > wrote: > > > - ajax with jQuery > > > > I'd be a little cautious going down that rabbit hole as I learned in my > previous S2 book. > > I

Re: A book of Struts

2018-10-17 Thread Dave Newton
On Wed, Oct 17, 2018 at 11:57 AM Arjuna Bandara wrote: > - ajax with jQuery > I'd be a little cautious going down that rabbit hole as I learned in my previous S2 book. I think covering the basics of Ajax from the S2 side is good; I don't know how far down a jQuery-specific path I'd go.

Re: A book of Struts

2018-10-17 Thread Dave Newton
I have a long-standing, and way overdue, book about S2 internals :( I think two books are in order: * S2 Basics: (modern) app development * S2 Internals: advanced topics, deep customization, etc. Misc thoughts: * 2.0 → 2.3 → 2.5 → 2.6 migrations are appendices: focus book on "current" version

Re: A book of Struts

2018-10-17 Thread Arjuna Bandara
Hi, ++ For the commitment. I would like to suggest few things as a beginner to the framework. - dependency injection and spring integration - authorization ( category or individual permission techniques for action URLs) and spring security integration - ajax with jQuery - testing Good luck 

Re: A book of Struts

2018-10-17 Thread M Huzaifah
Hii Lukas, Sounds great, consider to add integration with other framework such as spring, mybatis, etc Regards On Wed, Oct 17, 2018, 2:38 PM Lukasz Lenart wrote: > Hi everyone, > > I would like to (finally ;-) write a book about the latest version of > the Apache Struts, probably targeting

Re: A book of Struts

2018-10-17 Thread Martin Gainty
ny). > > Kind regards. > > >-Original Message- > >From: Lukasz Lenart > >Sent: Wednesday, October 17, 2018 11:08 AM > >To: Struts Users Mailing List > >Subject: A book of Struts > > > >Hi everyone, > > > >I would like to (finally

Re: A book of Struts

2018-10-17 Thread Brajesh Patel
+1, Awesome. On Wed, Oct 17, 2018 at 8:52 PM Martin Gainty wrote: > > > From: Johannes Geppert > Sent: Wednesday, October 17, 2018 4:30 AM > To: Struts Users Mailing List > Subject: Re: A book of Struts > > +1 for new Struts2 book!

Re: A book of Struts

2018-10-17 Thread Martin Gainty
From: Johannes Geppert Sent: Wednesday, October 17, 2018 4:30 AM To: Struts Users Mailing List Subject: Re: A book of Struts +1 for new Struts2 book! Count on me for any help as well. Maybe Struts2 as micro service could be a topic as well? I made some

Re: A book of Struts

2018-10-17 Thread Johannes Geppert
r 17, 2018 11:08 AM > >To: Struts Users Mailing List > >Subject: A book of Struts > > > >Hi everyone, > > > >I would like to (finally ;-) write a book about the latest version of the > Apache > >Struts, probably targeting Struts 2.6. I wonder what kind of

RE: A book of Struts

2018-10-17 Thread Yasser Zamani
st >Subject: A book of Struts > >Hi everyone, > >I would like to (finally ;-) write a book about the latest version of the >Apache >Struts, probably targeting Struts 2.6. I wonder what kind of book this should >be: >- an introduction from zero to a full blown app >-

AW: A book of Struts

2018-10-17 Thread Christoph.Nenning
17. Oktober 2018 09:38 An: Struts Users Mailing List Betreff: A book of Struts Hi everyone, I would like to (finally ;-) write a book about the latest version of the Apache Struts, probably targeting Struts 2.6. I wonder what kind of book this should be: - an introduction from zero to a full bl

A book of Struts

2018-10-17 Thread Lukasz Lenart
Hi everyone, I would like to (finally ;-) write a book about the latest version of the Apache Struts, probably targeting Struts 2.6. I wonder what kind of book this should be: - an introduction from zero to a full blown app - a 101 good practices/examples - any other idea I hope you will give me

Which is Best book for Struts 1.2.9??

2008-10-29 Thread Casinova
I am using net beans 6.1 and they have provided strut 1.2.9 . so i m searching a good book for 1.2.9 . Please suggest me book and link where can i download? Thanks in advance -- View this message in context: http://www.nabble.com/Which-is-Best-book-for-Struts-1.2.9---tp20229400p20229400

RE: Which is Best book for Struts 1.2.9??

2008-10-29 Thread Gundersen, Richard
:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 3:21 PM To: user@struts.apache.org Subject: Which is Best book for Struts 1.2.9?? I am using net beans 6.1 and they have provided strut 1.2.9 . so i m searching a good book for 1.2.9 . Please suggest me book and link where can i download? Thanks

Re: is there any book on struts 2 in the market.................

2007-11-24 Thread Ian Roughley
Practical Apache Struts2 Web 2.0 Project was published a few days ago. You can purchase it via Apache at http://opensource.atlassian.com/confluence/oss/display/BOOKS/ISBN-1590599039 /Ian -- Ian Roughley From Down Around, Inc. Consulting * Training / Mentoring * Agile Process * Open

Re: is there any book on struts 2 in the market.................

2007-11-23 Thread stanlick
http://www.manning.com/dbrown/ On Nov 22, 2007 5:07 AM, wicketshafi [EMAIL PROTECTED] wrote: Hello,, is there any book on struts2 in the market... if it is there please send a message. regards -Shafi -- View this message in context: http://www.nabble.com/is-there-any-book

is there any book on struts 2 in the market.................

2007-11-22 Thread wicketshafi
Hello,, is there any book on struts2 in the market... if it is there please send a message. regards -Shafi -- View this message in context: http://www.nabble.com/is-there-any-book-on-struts-2--in-the-market.-tf4855723.html#a13894838 Sent from the Struts - User mailing

Re: is there any book on struts 2 in the market.................

2007-11-22 Thread Antonio Petrelli
2007/11/22, wicketshafi [EMAIL PROTECTED]: Hello,, is there any book on struts2 in the market... if it is there please send a message. http://struts.apache.org/2.x/docs/home.html See the books section. Antonio

Re: is there any book on struts 2 in the market.................

2007-11-22 Thread Giovanni Azua
hi wicketshafi, You may also want to consider buying WebWork in Action I found it to be a great reference for Struts 2. HTH, regards, Giovanni wicketshafi wrote: Hello,, is there any book on struts2 in the market... if it is there please send a message. regards -Shafi

good book about struts

2004-10-05 Thread Ye, Young
Hi Struters, I am working in a project which use struts. I would like to buy a book about struts. But there are many of them in the market. Can you recommend the one which you think is best? Thanks a lot - To unsubscribe, e

RE: good book about struts

2004-10-05 Thread Robin Mannering
, Young [mailto:[EMAIL PROTECTED] Sent: 05 October 2004 16:39 To: 'Struts Users Mailing List' Subject: good book about struts Hi Struters, I am working in a project which use struts. I would like to buy a book about struts. But there are many of them in the market. Can you recommend the one which

RE: good book about struts

2004-10-05 Thread Ricardo Andres Quintero
To: 'Struts Users Mailing List' Subject: good book about struts Hi Struters, I am working in a project which use struts. I would like to buy a book about struts. But there are many of them in the market. Can you recommend the one which you think is best? Thanks a lot

Re: good book about struts

2004-10-05 Thread Robert Barksdale
templates Robin -Original Message- From: Ye, Young [mailto:[EMAIL PROTECTED] Sent: 05 October 2004 16:39 To: 'Struts Users Mailing List' Subject: good book about struts Hi Struters, I am working in a project which use struts. I would like to buy a book about