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 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 the advanced or both) is testing.
>
>Yeah, this is a great idea, unit testing - just added it to the book.
>

+1 I like testing section idea. FYI I have some clean nice interesting 
practices done in it such as:

* Integrating Spring, Struts, Hibernate and DBUnit to work properly together to 
test an application via extending them.
* Having an in-memory from-scratch database for each test to keep tests 
independent from environment.
* How to disable that database foreign keys in tests.
* How to initialize that database with data via XML files for each test.

Regards.

-
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-28 Thread Lukasz Lenart
niedz., 28 paź 2018 o 14:05 Jeffery Samuel Eman
 napisał(a):
> 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.

These 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.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-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., 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 the advanced or both) is testing.
>
> Yeah, this is a great idea, unit testing - just added it to the book.
>
> > Validation is another thing that people ask a lot of questions about; not
> > sure if it's in Book 1 or the nascent book 2 :)
>
> I think a basic info about setting up validation is also a useful idea,
> added :)
>
>
> Thanks & 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-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 the advanced or both) is testing.

Yeah, this is a great idea, unit testing - just added it to the book.

> Validation is another thing that people ask a lot of questions about; not
> sure if it's in Book 1 or the nascent book 2 :)

I think a basic info about setting up validation is also a useful idea, added :)


Thanks & 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-25 Thread Dave Newton
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 the advanced or both) is testing.

Validation is another thing that people ask a lot of questions about; not
sure if it's in Book 1 or the nascent book 2 :)

Dave


On Thu, Oct 25, 2018 at 7:18 AM albert kao  wrote:

> I think two books are in order:
> First, S2 Basics / introduction : one single app development example.
> Later, S2 Advanced: advanced 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/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
> 7_final-word.txt
>
>
> On Thu, Oct 25, 2018 at 2:59 AM Lukasz Lenart 
> wrote:
>
> > pt., 19 paź 2018 o 14:06 Dave Newton  napisał(a):
> > >
> > > 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, and convert to final format. This
> also
> > > allows you to write in code snippets you can pull from the same or
> > > different repos, which is very convenient. I haven't found a great way
> to
> > > do code fallouts though, 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/lukaszlenart/struts-mini-book
> >
> >
> > 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 <https://twitter.com/dave_newton>
li: dave-newton <https://www.linkedin.com/in/dave-newton/>
gh: davelnewton <https://github.com/davelnewton>
so: Dave Newton <http://stackoverflow.com/users/438992/dave-newton>
bl: Bucky Bits <http://buckybits.blogspot.com/>
sk: davelnewton_skype


Re: A book of Struts

2018-10-25 Thread albert kao
I think two books are in order:
First, S2 Basics / introduction : one single app development example.
Later, S2 Advanced: advanced 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/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
7_final-word.txt


On Thu, Oct 25, 2018 at 2:59 AM Lukasz Lenart 
wrote:

> pt., 19 paź 2018 o 14:06 Dave Newton  napisał(a):
> >
> > 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, and convert to final format. This also
> > allows you to write in code snippets you can pull from the same or
> > different repos, which is very convenient. I haven't found a great way to
> > do code fallouts though, 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/lukaszlenart/struts-mini-book
>
>
> 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-25 Thread Lukasz Lenart
pt., 19 paź 2018 o 14:06 Dave Newton  napisał(a):
>
> 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, and convert to final format. This also
> allows you to write in code snippets you can pull from the same or
> different repos, which is very convenient. I haven't found a great way to
> do code fallouts though, 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/lukaszlenart/struts-mini-book


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-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, and convert to final format. This also
allows you to write in code snippets you can pull from the same or
different repos, which is very convenient. I haven't found a great way to
do code fallouts though, like PragProg or Manning, in a trivial way.

On Fri, Oct 19, 2018 at 3:05 AM Lukasz Lenart 
wrote:

> 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 Dave for you insights on this :)
>
> The idea is similar to long ago published book on InfoQ [1]. I would
> like to focus on the following topics:
> - creating an app using Maven Archetypes [2] with an explanation of
> each part, how to use it, when to use it, etc.
> - basic configuration: struts.xml and including other xml files,
> properties, bundles
> - internal DI, show some examples and how to develop and register your own
> beans
> - integration with Spring
> - integration with Tiles
> - basic login and auth implementation
>
> wdyt?
>
> Dave
> do you have any recommendation what to use to write and publish the
> book? I thought about using leanpub.com
>
> [1] https://www.infoq.com/minibooks/starting-struts2
> [2] https://struts.apache.org/maven-archetypes/
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> czw., 18 paź 2018 o 15:44 Prasanth  napisał(a):
> >
> > 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 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
> > >
> > >
> >
>
> -
> 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-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 Dave for you insights on this :)

The idea is similar to long ago published book on InfoQ [1]. I would
like to focus on the following topics:
- creating an app using Maven Archetypes [2] with an explanation of
each part, how to use it, when to use it, etc.
- basic configuration: struts.xml and including other xml files,
properties, bundles
- internal DI, show some examples and how to develop and register your own beans
- integration with Spring
- integration with Tiles
- basic login and auth implementation

wdyt?

Dave
do you have any recommendation what to use to write and publish the
book? I thought about using leanpub.com

[1] https://www.infoq.com/minibooks/starting-struts2
[2] https://struts.apache.org/maven-archetypes/


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

czw., 18 paź 2018 o 15:44 Prasanth  napisał(a):
>
> 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 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
> >
> >
>

-
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-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 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 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]<https://stackoverflow.com/questions/18264601/how-to-send-a-correct-authorization-header-for-basic-authentication>

jquery - How to send a correct authorization header for 
...<https://stackoverflow.com/questions/18264601/how-to-send-a-correct-authorization-header-for-basic-authentication>
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


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



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.html
Sent from the Struts - User mailing list archive at Nabble.com.


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



RE: Which is Best book for Struts 1.2.9??

2008-10-29 Thread Gundersen, Richard
If you're starting from scratch, why not use Struts 2 instead? I used
'Practical Struts 2: Web 2.0 Projects' by Ian Roughly (who wrote a lot
of Struts 2 I think??) to get to grips with the basics. 

It's easy to read and flows nicely, building an app step by step (as
opposed to the Spring docs which are good but jump around all over the
place!)

Don't know about books for 1.2.9 sorry

Richard Gundersen
Java Developer
 
Email: [EMAIL PROTECTED]
Phone: 01618302398
Fax: 01618342536
London Scottish Bank plc
24 Mount Street
Manchester
M2 3LS

-Original Message-
From: Casinova [mailto:[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 in advance


-- 
View this message in context:
http://www.nabble.com/Which-is-Best-book-for-Struts-1.2.9---tp20229400p2
0229400.html
Sent from the Struts - User mailing list archive at Nabble.com.


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


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

As a responsible corporate citizen, London Scottish Bank plc asks you to 
consider the environment before printing this email.

*** Disclaimer *** 

This electronic communication is confidential and for the exclusive use of the 
addressee. It may contain private and confidential information. The 
information, attachments and opinions contained in this E-mail are those of its 
author only and do not necessarily represent those of London Scottish Bank PLC 
or any other members of the London Scottish Group. 

If you are not the intended addressee, you are prohibited from any disclosure, 
distribution or further copying or use of this communication or the information 
in it or taking any action in reliance on it. If you have received this 
communication in error please notify the Information Security Manager at [EMAIL 
PROTECTED] as soon as possible and delete the message from all places in your 
computer where it is stored. 

We utilise virus scanning software but we cannot guarantee the security of 
electronic communications and you are advised to check any attachments for 
viruses. We do not accept liability for any loss resulting from any corruption 
or alteration of data or importation of any virus as a result of receiving this 
electronic communication. 

Replies to this E-mail may be monitored for operational or business reasons. 
London Scottish Bank PLC is authorised and regulated by the Financial Services 
Authority.


London Scottish Bank plc, Registered Office: 201 Deansgate, Manchester M3 3NW 
Registered Number 973008 England.

Subsidiary Companies:-

London Scottish Finance Limited, Registered Office: 201 Deansgate, Manchester 
M3 3NW Registered Number 233259 England.

London Scottish Broking Limited, Registered Office: 201 Deansgate, Manchester 
M3 3NW Registered Number 230110 England.

Robinson Way  Company Limited, Registered Office: 201 Deansgate, Manchester M3 
3NW Registered Number 885896 England.

__
This email has been scanned by the MessageLabs Email Security System.

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



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 Source
web: http://www.fdar.com - email: [EMAIL PROTECTED]



wicketshafi wrote:

Hello,,

is there any book on struts2 in the market...

if it is there please send a message.

regards
-Shafi
  


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



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-on-struts-2--in-the-market.-tf4855723.html#a13894838
 Sent from the Struts - User mailing list archive at Nabble.com.


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




-- 
Scott
[EMAIL PROTECTED]


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 list archive at Nabble.com.


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



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
  



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



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-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: good book about struts

2004-10-05 Thread Robin Mannering
Hi,

Can't say which is best as I have only read Struts in Action: Ted Husted.

I find it invaluable as a reference and very easy to read ! I recommend it.  Nice 
extra chapters too, especially the chapter on replacing JSPs with Velocity 
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
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-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This e-mail and any attachments may be confidential and/or legally
privileged. If you have received this e-mail and you are not a named
addressee, please inform Landmark Information Group on 01491 413030
and then delete the e-mail from your system. If you are not a named
addressee you must not use, disclose, distribute, copy, print or rely 
on this e-mail. This email and any attachments have been scanned for
viruses and to the best of our knowledge are clean. To ensure 
regulatory compliance and for the protection of our clients and 
business, we may monitor and read e-mails sent to and from our 
servers.


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



RE: good book about struts

2004-10-05 Thread Ricardo Andres Quintero
How much u know about Struts?
I read programming Jakarta Struts of chuck Cavaness, OReally.
It is a very very nice book if u dont know anything about Struts.


On Tue, 5 Oct 2004 16:45:44 +0100, Robin Mannering wrote
 Hi,
 
 Can't say which is best as I have only read Struts in Action: Ted 
 Husted.
 
 I find it invaluable as a reference and very easy to read ! I 
 recommend it.  Nice extra chapters too, especially the chapter on 
 replacing JSPs with Velocity 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
 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-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 This e-mail and any attachments may be confidential and/or legally
 privileged. If you have received this e-mail and you are not a named
 addressee, please inform Landmark Information Group on 01491 413030
 and then delete the e-mail from your system. If you are not a named
 addressee you must not use, disclose, distribute, copy, print or 
 rely on this e-mail. This email and any attachments have been 
 scanned for viruses and to the best of our knowledge are clean. To 
 ensure regulatory compliance and for the protection of our clients 
 and business, we may monitor and read e-mails sent to and from our servers.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


--
Ricardo Andrés Quintero R.
Ubiquando Ltda.


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



Re: good book about struts

2004-10-05 Thread Robert Barksdale
+1 for Ted Husted's Struts in Action


On Tue, 5 Oct 2004 10:48:41 -0400, Ricardo Andres Quintero
[EMAIL PROTECTED] wrote:
 How much u know about Struts?
 I read programming Jakarta Struts of chuck Cavaness, OReally.
 It is a very very nice book if u dont know anything about Struts.
 
 On Tue, 5 Oct 2004 16:45:44 +0100, Robin Mannering wrote
 
 
  Hi,
 
  Can't say which is best as I have only read Struts in Action: Ted
  Husted.
 
  I find it invaluable as a reference and very easy to read ! I
  recommend it.  Nice extra chapters too, especially the chapter on
  replacing JSPs with Velocity 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
  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-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
  
  This e-mail and any attachments may be confidential and/or legally
  privileged. If you have received this e-mail and you are not a named
  addressee, please inform Landmark Information Group on 01491 413030
  and then delete the e-mail from your system. If you are not a named
  addressee you must not use, disclose, distribute, copy, print or
  rely on this e-mail. This email and any attachments have been
  scanned for viruses and to the best of our knowledge are clean. To
  ensure regulatory compliance and for the protection of our clients
  and business, we may monitor and read e-mails sent to and from our servers.
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 --
 Ricardo Andrés Quintero R.
 Ubiquando Ltda.
 
 
 
 
 -
 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]