2014-04-07 15:23 GMT+02:00 bphill...@ku.edu :
> Luskaz:
>
> Is this the source code for the Struts CRUD example project -
> https://github.com/strutsathon/struts2-crud-example that you and I think
> should be added to our example apps in our new Git repo?
>
> I'd like to review it in some detail
Luskaz:
Is this the source code for the Struts CRUD example project -
https://github.com/strutsathon/struts2-crud-example that you and I think
should be added to our example apps in our new Git repo?
I'd like to review it in some detail to see what we would need to add to the
Struts Getting Sta
2014-04-05 14:51 GMT+02:00 bphill...@ku.edu :
> I vote for adding it to the Maven example projects.
>
> I do think we need to also add a tutorial page about it as part of our
> Struts Getting Started tutorials:
> http://struts.apache.org/release/2.3.x/docs/getting-started.html
>
> The Getting Start
I vote for adding it to the Maven example projects.
I do think we need to also add a tutorial page about it as part of our
Struts Getting Started tutorials:
http://struts.apache.org/release/2.3.x/docs/getting-started.html
The Getting Started tutorials build upon themselves so we can expect th
2014-03-31 12:14 GMT+02:00 Johannes Geppert :
> Hi Lukasz,
>
> is this necessary? With the REST Showcase we already have a kind of CRUD
> demo.
> To many different examples may confuse the users.
It was users' idea so I'm not going to be against it ;-) Just looking
for good place for it and struts
Hi Lukasz,
is this necessary? With the REST Showcase we already have a kind of CRUD
demo.
To many different examples may confuse the users.
Johannes
#
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
2014-03-28 15:46 GMT+01:00 Luka
On Thu, Mar 7, 2013 at 8:19 AM, Lukasz Lenart wrote:
> Hi Philip,
>
> I'm going to update your CRUD Demo [1] to the latest version of Struts
> - I hope you don't mind?
>
Sorry for the late reply - I somehow missed your mail. Of course there's no
problem to rewrite the thing - if memory serves me
Nice idea Ken!
But first I would propose to open source it first, extend it a bit (as
you mentioned lack of some features) and then we can think about
including it in the Struts2 code base.
My idea behind the example apps is to have small apps that can be used
as examples for users and to proof o
I've yet to figure out if it's been a good idea or not but I've got a set
of Struts2 (S2) actions for CRUD operations that work against a set of
Entities, it currently picks up a single package and then allows CRUD
access to all those Entities.
The value is to quickly provide JS developers with CR