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
i agree with johannes It seems AWS-cloud json sends YOUR_AWS_ACCOUNT_ID as cleartext since Authorization header is allowed: "x-amazon-apigateway-integration": { "responses": { "default": { "statusCode": "200", "responseParameters": {

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! Count on me for any help as

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
+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 experiments with Struts2 as AWS Lambda functions in the last time and it will be soon hopefully supported by AWS itself. See:

RE: A book of Struts

2018-10-17 Thread Yasser Zamani
Wow! No idea but please feel free to count on me (if you liked) on any aspect of the book where I'm able to assist (if you needed or wished any). Kind regards. >-Original Message- >From: Lukasz Lenart >Sent: Wednesday, October 17, 2018 11:08 AM >To: Struts Users Mailing List >Subject:

AW: A book of Struts

2018-10-17 Thread Christoph.Nenning
Hi, 3 things come to my mind that might be useful in a book, depending on target audience: - focus on app development, or how to use struts, useful for beginners - describe what changed from 2.3 to 2.5 to 2.6, useful for experienced app developers - explain struts internals, useful for new

Re: struts 2 with OpenJDK 11

2018-10-17 Thread Lukasz Lenart
wt., 16 paź 2018 o 11:44 Britta Katzenbach napisał(a): > Thank you for the information! As the bug entry is a year old, do you have > any perspective when this will be solved? I hope it will be soon, we are now moving all our effort to work on Struts 2.6 and release a new version in 2-3 months.

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