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
> 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 some positive feedback to start working on this task 
> :)
> 
> 
> Kind regards
> -- 
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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 app
> - a 101 good practices/examples
> - any other idea
> 
> I hope you will give me some positive feedback to start working on this task 
> :)
> 
> Kind regards

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 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.
>
> Although it might be worth covering the S2 jQuery plugin--I'm not sure; I'd
> have to think about that.
>


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.

Although it might be worth covering the S2 jQuery plugin--I'm not sure; I'd
have to think about that.


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
* Interacting with current web app tech (e.g., React, GraphQL, JWT, ???)
* Best practices (which code goes where)
* How is S2 still relevant
* "Boundary crossings": DB, external APIs, etc.
* Scaling

Chances are I could go on.

A book covering all of S2 *and* internals would be (a) too big, (b) too
much work. Split it up: save yourself.

I can come up with more stuff as well, or if you'd like to work together,
that's fine too.

Dave


On Wed, 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
> 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 some positive feedback to start working on this
> task :)
>
>
> Kind regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

-- 
em: davelnew...@gmail.com
mo: 908-380-8699
tw: @dave_newton 
li: dave-newton 
gh: davelnewton 
so: Dave Newton 
bl: Bucky Bits 
sk: davelnewton_skype


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 

On Wed, 17 Oct 2018 1:08 pm 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
> 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 some positive feedback to start working on this
> task :)
>
>
> Kind regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


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 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 some positive feedback to start working on this
> task :)
>
>
> Kind regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


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": {
"method.response.header.Access-Control-Allow-Methods": 
"'GET,OPTIONS'",
"method.response.header.Access-Control-Allow-Headers": 
"'Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token'",
"method.response.header.Access-Control-Allow-Origin": "'*'"
  }
}
  },

to avoid MIM interception..could we populate username+password to the AWS 
service using Node.js ?

var requestPromise = require('request-promise');var user = 'user';var password 
= 'password';var base64encodedData = new Buffer(user + ':' + 
password).toString('base64');

requestPromise.get({
  uri: 'https://example.org/whatever',
  headers: {
'Authorization': 'Basic ' + base64encodedData
  },
  json: true})

https://stackoverflow.com/questions/18264601/how-to-send-a-correct-authorization-header-for-basic-authentication

[https://cdn.sstatic.net/Sites/stackoverflow/img/apple-touch-i...@2.png?v=73d79a89bded]

jquery - How to send a correct authorization header for 
...
Join Stack Overflow to learn, share knowledge, and build your career.
stackoverflow.com

?

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

See:
http://www.jgeppert.com/2018/05/serverless-aws-lambda-performance-of-apache-struts2-vs-spring-boot/
https://github.com/awslabs/aws-serverless-java-container/issues/149
https://github.com/struts-community-plugins/struts2-cloud-support

Best Regards

Johannes



Am Mi., 17. Okt. 2018 um 10:05 Uhr schrieb Yasser Zamani <
yasserzam...@apache.org>:

> 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: 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
> >- a 101 good practices/examples
> >- any other idea
> >
> >I hope you will give me some positive feedback to start working on this
> task :)
> >
> >
> >Kind regards
> >--
> >Łukasz
> >+ 48 606 323 122 http://www.lenart.org.pl/
> >
> >-
> >To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> >For additional commands, e-mail: user-h...@struts.apache.org
>
>


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 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:
>
> http://www.jgeppert.com/2018/05/serverless-aws-lambda-performance-of-apache-struts2-vs-spring-boot/
> https://github.com/awslabs/aws-serverless-java-container/issues/149
> https://github.com/struts-community-plugins/struts2-cloud-support
>
> Best Regards
>
> Johannes
>
>
>
> Am Mi., 17. Okt. 2018 um 10:05 Uhr schrieb Yasser Zamani <
> yasserzam...@apache.org>:
>
> > 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: 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
> > >- a 101 good practices/examples
> > >- any other idea
> > >
> > >I hope you will give me some positive feedback to start working on this
> > task :)
> > >
> > >
> > >Kind regards
> > >--
> > >Łukasz
> > >+ 48 606 323 122 http://www.lenart.org.pl/
> > >
> > >-
> > >To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > >For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
>


-- 
Thanks
Brajesh Patel
skype: brajesh.patel11
Cell :- +91 8750709907


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

See:
http://www.jgeppert.com/2018/05/serverless-aws-lambda-performance-of-apache-struts2-vs-spring-boot/
https://github.com/awslabs/aws-serverless-java-container/issues/149
https://github.com/struts-community-plugins/struts2-cloud-support

Best Regards

Johannes



Am Mi., 17. Okt. 2018 um 10:05 Uhr schrieb Yasser Zamani <
yasserzam...@apache.org>:

> 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: 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
> >- a 101 good practices/examples
> >- any other idea
> >
> >I hope you will give me some positive feedback to start working on this
> task :)
> >
> >
> >Kind regards
> >--
> >Łukasz
> >+ 48 606 323 122 http://www.lenart.org.pl/
> >
> >-
> >To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> >For additional commands, e-mail: user-h...@struts.apache.org
>
>


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:
http://www.jgeppert.com/2018/05/serverless-aws-lambda-performance-of-apache-struts2-vs-spring-boot/
https://github.com/awslabs/aws-serverless-java-container/issues/149
https://github.com/struts-community-plugins/struts2-cloud-support

Best Regards

Johannes



Am Mi., 17. Okt. 2018 um 10:05 Uhr schrieb Yasser Zamani <
yasserzam...@apache.org>:

> 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: 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
> >- a 101 good practices/examples
> >- any other idea
> >
> >I hope you will give me some positive feedback to start working on this
> task :)
> >
> >
> >Kind regards
> >--
> >Łukasz
> >+ 48 606 323 122 http://www.lenart.org.pl/
> >
> >-
> >To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> >For additional commands, e-mail: user-h...@struts.apache.org
>
>


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: 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
>- a 101 good practices/examples
>- any other idea
>
>I hope you will give me some positive feedback to start working on this task :)
>
>
>Kind regards
>--
>Łukasz
>+ 48 606 323 122 http://www.lenart.org.pl/
>
>-
>To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>For additional commands, e-mail: user-h...@struts.apache.org



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 contributors :)

>101 good practices/examples

This would be great as there are so many ways how things could be done. 
Guidance on which way to use is surly important.


Regards,
Christoph



-Ursprüngliche Nachricht-
Von: Lukasz Lenart [mailto:lukaszlen...@apache.org] 
Gesendet: Mittwoch, 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 blown app
- a 101 good practices/examples
- any other idea

I hope you will give me some positive feedback to start working on this task :)


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


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.


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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 some positive feedback to start working on this task :)


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org