Re: What can you do with S2?
--- On Tue, 6/17/08, Al Sutton <[EMAIL PROTECTED]> wrote: > How about a Jacking Struts Day? That's... a little disturbing ;) Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
How about a Jacking Struts Day? Dave Newton wrote: --- On Mon, 6/16/08, dusty <[EMAIL PROTECTED]> wrote: For sure, but since we are Java developers with a captial J, then we can call it something other than hackfest which suits the script kitties well. ;-) No thanks; as a founding member of The Society for Preserving the True Hacking Heritage we must not allow the original definition of the word to be besmirched, watered-down, or used inappropriately. Dave - 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]
Re: What can you do with S2?
--- On Mon, 6/16/08, dusty <[EMAIL PROTECTED]> wrote: > For sure, but since we are Java developers with a captial J, > then we can call it something other than hackfest which suits > the script kitties well. ;-) No thanks; as a founding member of The Society for Preserving the True Hacking Heritage we must not allow the original definition of the word to be besmirched, watered-down, or used inappropriately. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
For sure, but since we are Java developers with a captial J, then we can call it something other than hackfest which suits the script kitties well. ;-) Ian Roughley wrote: > > I was thinking about this myself the other day. One of the interesting > things that the ruby/rails community has (perhaps others, but ruby/rails > seems to push it more) is the idea of a hackfest - a night(usually a few > hours) or a weekend, where people get together to get something useful > done. This might be writing a very simple app, but it could also be to > work on a plug-in, or fix specific bugs. I wonder if there would > interest to do something similar for s2? > > -- > Ian Roughley > From Down & Around, Inc. > Consulting * Training / Mentoring * Agile Process * Open Source > web: http://www.fdar.com - email: [EMAIL PROTECTED] > > > > Al Sutton wrote: >> Well, OK, S2.1 (but the title wouldn't sound so catchy). >> >> A push is being made for a high quality 2.1 GA release, and in order >> to do this the codebase needs a jolly good thrashing in every way >> imaginable, and the best way of doing this is to write S2.1 apps (and >> don't worry, the codebase loves a good thrashing). >> >> So, in the space of 5 working days, what can you produce that uses S2.1? >> >> On Monday I started writing a webapp that you can now play with at >> http://www.lifefeed.info/, so it's possible to write at least >> something in that amount of time :). >> >> So come on, show us what you can do >> >> Al. >> >> P.S. For those who are interested, in order to cut down on the coding >> time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like >> trying a better combination? >> >> - >> 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] > > > -- View this message in context: http://www.nabble.com/What-can-you-do-with-S2--tp17828202p17866472.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: What can you do with S2?
I was thinking about this myself the other day. One of the interesting things that the ruby/rails community has (perhaps others, but ruby/rails seems to push it more) is the idea of a hackfest - a night(usually a few hours) or a weekend, where people get together to get something useful done. This might be writing a very simple app, but it could also be to work on a plug-in, or fix specific bugs. I wonder if there would interest to do something similar for s2? -- Ian Roughley From Down & Around, Inc. Consulting * Training / Mentoring * Agile Process * Open Source web: http://www.fdar.com - email: [EMAIL PROTECTED] Al Sutton wrote: Well, OK, S2.1 (but the title wouldn't sound so catchy). A push is being made for a high quality 2.1 GA release, and in order to do this the codebase needs a jolly good thrashing in every way imaginable, and the best way of doing this is to write S2.1 apps (and don't worry, the codebase loves a good thrashing). So, in the space of 5 working days, what can you produce that uses S2.1? On Monday I started writing a webapp that you can now play with at http://www.lifefeed.info/, so it's possible to write at least something in that amount of time :). So come on, show us what you can do Al. P.S. For those who are interested, in order to cut down on the coding time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like trying a better combination? - 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]
Re: What can you do with S2?
Yes, I just wasn't sure about the semicolon, but I guess it is fine. REST needs to be fixed then. musachy On Sun, Jun 15, 2008 at 1:31 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Sat, Jun 14, 2008 at 3:48 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > >> Not sure about WAS, but don't (at least) Tomcat and Resin do that (a) before >> it knows if cookies are enabled, and (b) if cookies aren't enabled? > > It's part of the Servlet spec. Tracking by cookies is required. If > the client won't accept a cookie, the container may do url rewriting, > and if it chooses to do so, it must use a path parameter called > jsessionid. (SRV.7.1.3) The container is required to support > sessions for clients that do not accept cookies. While the spec > doesn't mandate url rewriting, it does say containers commonly support > it. > > I'm curious what difference you're seeing between Jetty and Tomcat? > It sounds like Tomcat stops appending the jsessionid, but Jetty > continues doing it? That's certainly valid (at least for the first > response)... perhaps the framework needs to deal with it better? > > -- > Wendy > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
Many moons ago I started out using Tomcat, but moved to Jetty because I work with at a company along with Greg Wilkins and imho he had the righ attitude towards doing things (get it right rather than just get it out the door), and I had seen people encounter some problems with Tomcat (such as the one described at http://www.jguru.com/faq/view.jsp?EID=1037039), but the way it's handling jsessionid makes me think it's time to move on to a different appserver. My current interim approach apache/tomcat55 setup is based on what OpenSuSE provides as packages (so I can benefit from OpenSuSEs automatic update system), but even that causes problems (see my recent email about javamail problems with the 5 day S2.1 demo site I've done). Maybe Glassfish is my next step, and maybe we need a chart of appservers we need to test against for a good GA release of struts and the plugins. Al. Musachy Barroso wrote: I haven't looked into it yet, but I don't like how it uses a colon (";jsessionid=xwy"), which might be valid, not sure. For the moment I am using glassfish, which starts really quick: https://maven-glassfish-plugin.dev.java.net/ musachy On 6/14/08, Al Sutton <[EMAIL PROTECTED]> wrote: Is it a REST thing or a Jetty thing? My view would be that as Jetty is adding the jsessionid Jetty should also recognize it, strip it off, and not pass it to the underlying webapp because it's part of the webapp magic of session to request mapping. Al. Musachy Barroso wrote: I just hit the same problem, I think the REST plugin doesn't handle that case very well. musachy On Fri, Jun 13, 2008 at 2:15 PM, Al Sutton <[EMAIL PROTECTED]> wrote: OK, Problem solved (switched to using apache and tomcat). Now, as I was saying... can you do better that http://www.lifefeed.info/ ? Al. Al Sutton wrote: OK, small hitch atm, Jetty in it's infinite wisdom is adding a jsessionid to all requests which is screwing over the REST plugin argggh!! Al Sutton wrote: Well, OK, S2.1 (but the title wouldn't sound so catchy). A push is being made for a high quality 2.1 GA release, and in order to do this the codebase needs a jolly good thrashing in every way imaginable, and the best way of doing this is to write S2.1 apps (and don't worry, the codebase loves a good thrashing). So, in the space of 5 working days, what can you produce that uses S2.1? On Monday I started writing a webapp that you can now play with at http://www.lifefeed.info/, so it's possible to write at least something in that amount of time :). So come on, show us what you can do Al. P.S. For those who are interested, in order to cut down on the coding time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like trying a better combination? - 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] - 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] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
It's been pointed out to me that people couldn't see the full demo of lifefeed.info because registration was broken, but it's now fixed. Al. For those that are interested; OpenSuSE installs gnu-javamail when you install the tomcat55 package and symlinks to gnu-javamail from common-lib. This means that if you put Suns Javamail in your webapps WEB-INF\lib directory you enter jar hell and your app won't be able to send emails. The fix is to uninstall gnu-javamail using --nodeps so that tomcat55's dependency is ignored. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
I think it's more a case of Tomcat doesn't pass the jsessionid down to the filters & webapp, whereas jetty does. The jsessionid is still appended onto the URL in the browser, but with Tomcat the app works, with Jetty the error occurs. Al. Wendy Smoak wrote: On Sat, Jun 14, 2008 at 3:48 PM, Dave Newton <[EMAIL PROTECTED]> wrote: Not sure about WAS, but don't (at least) Tomcat and Resin do that (a) before it knows if cookies are enabled, and (b) if cookies aren't enabled? It's part of the Servlet spec. Tracking by cookies is required. If the client won't accept a cookie, the container may do url rewriting, and if it chooses to do so, it must use a path parameter called jsessionid. (SRV.7.1.3) The container is required to support sessions for clients that do not accept cookies. While the spec doesn't mandate url rewriting, it does say containers commonly support it. I'm curious what difference you're seeing between Jetty and Tomcat? It sounds like Tomcat stops appending the jsessionid, but Jetty continues doing it? That's certainly valid (at least for the first response)... perhaps the framework needs to deal with it better? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
On Sat, Jun 14, 2008 at 3:48 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > Not sure about WAS, but don't (at least) Tomcat and Resin do that (a) before > it knows if cookies are enabled, and (b) if cookies aren't enabled? It's part of the Servlet spec. Tracking by cookies is required. If the client won't accept a cookie, the container may do url rewriting, and if it chooses to do so, it must use a path parameter called jsessionid. (SRV.7.1.3) The container is required to support sessions for clients that do not accept cookies. While the spec doesn't mandate url rewriting, it does say containers commonly support it. I'm curious what difference you're seeing between Jetty and Tomcat? It sounds like Tomcat stops appending the jsessionid, but Jetty continues doing it? That's certainly valid (at least for the first response)... perhaps the framework needs to deal with it better? -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
Not sure about WAS, but don't (at least) Tomcat and Resin do that (a) before it knows if cookies are enabled, and (b) if cookies aren't enabled? I agree, though, I don't think it's that unusual. --- On Sat, 6/14/08, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > From: Frank W. Zammetti <[EMAIL PROTECTED]> > Subject: Re: What can you do with S2? > To: "Struts Users Mailing List" > Date: Saturday, June 14, 2008, 2:05 PM > Musachy Barroso wrote: > > I haven't looked into it yet, but I don't like > how it uses a colon > > (";jsessionid=xwy"), which might be valid, > not sure. For the moment I > > am using glassfish, which starts really quick: > > > > https://maven-glassfish-plugin.dev.java.net/ > > > > musachy > > > I don't think use of a semicolon is too unusual > (although I can't > comment on it's standards compliance)... I seem to > remember Websphere > doing that as well (I could be wrong, I don't have an > install here to > check, but that's what I remember seeing). > > Frank > > -- > Frank W. Zammetti > Author of "Practical DWR 2 Projects" > and "Practical JavaScript, DOM Scripting and Ajax > Projects" > and "Practical Ajax Projects With Java > Technology" > for info: > apress.com/book/search?searchterm=zammetti&act=search > Java Web Parts - javawebparts.sourceforge.net > Supplying the wheel, so you don't have to reinvent it! > My "look ma, I have a blog too!" blog: > zammetti.com/blog > > > On 6/14/08, Al Sutton <[EMAIL PROTECTED]> wrote: > >> Is it a REST thing or a Jetty thing? > >> > >> My view would be that as Jetty is adding the > jsessionid Jetty should also > >> recognize it, strip it off, and not pass it to the > underlying webapp because > >> it's part of the webapp magic of session to > request mapping. > >> > >> Al. > >> > >> > >> Musachy Barroso wrote: > >> > >> > >>> I just hit the same problem, I think the REST > plugin doesn't handle > >>> that case very well. > >>> > >>> musachy > >>> > >>> On Fri, Jun 13, 2008 at 2:15 PM, Al Sutton > <[EMAIL PROTECTED]> wrote: > >>> > >>> > >>> > >>>> OK, Problem solved (switched to using > apache and tomcat). > >>>> > >>>> Now, as I was saying... can you do better > that http://www.lifefeed.info/ > >>>> > >> ? > >> > >>>> Al. > >>>> > >>>> Al Sutton wrote: > >>>> > >>>> > >>>> > >>>>> OK, small hitch atm, Jetty in it's > infinite wisdom is adding a > >>>>> > >> jsessionid > >> > >>>>> to all requests which is screwing over > the REST plugin > >>>>> > >>>>> argggh!! > >>>>> > >>>>> > >>>>> > >>>>> Al Sutton wrote: > >>>>> > >>>>> > >>>>> > >>>>>> Well, OK, S2.1 (but the title > wouldn't sound so catchy). > >>>>>> > >>>>>> A push is being made for a high > quality 2.1 GA release, and in order > >>>>>> > >> to > >> > >>>>>> do this the codebase needs a jolly > good thrashing in every way > >>>>>> > >> imaginable, > >> > >>>>>> and the best way of doing this is > to write S2.1 apps (and don't > >>>>>> > >> worry, the > >> > >>>>>> codebase loves a good thrashing). > >>>>>> > >>>>>> So, in the space of 5 working > days, what can you produce that uses > >>>>>> > >> S2.1? > >> > >>>>>> On Monday I started writing a > webapp that you can now play with at > >>>>>> http://www.lifefeed.info/, so > it's possible to write at least > >>>>>> > >> something in > >> > >>>>>> that amount of time :). > >>>>>> >
Re: What can you do with S2?
Musachy Barroso wrote: I haven't looked into it yet, but I don't like how it uses a colon (";jsessionid=xwy"), which might be valid, not sure. For the moment I am using glassfish, which starts really quick: https://maven-glassfish-plugin.dev.java.net/ musachy I don't think use of a semicolon is too unusual (although I can't comment on it's standards compliance)... I seem to remember Websphere doing that as well (I could be wrong, I don't have an install here to check, but that's what I remember seeing). Frank -- Frank W. Zammetti Author of "Practical DWR 2 Projects" and "Practical JavaScript, DOM Scripting and Ajax Projects" and "Practical Ajax Projects With Java Technology" for info: apress.com/book/search?searchterm=zammetti&act=search Java Web Parts - javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! My "look ma, I have a blog too!" blog: zammetti.com/blog On 6/14/08, Al Sutton <[EMAIL PROTECTED]> wrote: Is it a REST thing or a Jetty thing? My view would be that as Jetty is adding the jsessionid Jetty should also recognize it, strip it off, and not pass it to the underlying webapp because it's part of the webapp magic of session to request mapping. Al. Musachy Barroso wrote: I just hit the same problem, I think the REST plugin doesn't handle that case very well. musachy On Fri, Jun 13, 2008 at 2:15 PM, Al Sutton <[EMAIL PROTECTED]> wrote: OK, Problem solved (switched to using apache and tomcat). Now, as I was saying... can you do better that http://www.lifefeed.info/ ? Al. Al Sutton wrote: OK, small hitch atm, Jetty in it's infinite wisdom is adding a jsessionid to all requests which is screwing over the REST plugin argggh!! Al Sutton wrote: Well, OK, S2.1 (but the title wouldn't sound so catchy). A push is being made for a high quality 2.1 GA release, and in order to do this the codebase needs a jolly good thrashing in every way imaginable, and the best way of doing this is to write S2.1 apps (and don't worry, the codebase loves a good thrashing). So, in the space of 5 working days, what can you produce that uses S2.1? On Monday I started writing a webapp that you can now play with at http://www.lifefeed.info/, so it's possible to write at least something in that amount of time :). So come on, show us what you can do Al. P.S. For those who are interested, in order to cut down on the coding time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like trying a better combination? - 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] - 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] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
I haven't looked into it yet, but I don't like how it uses a colon (";jsessionid=xwy"), which might be valid, not sure. For the moment I am using glassfish, which starts really quick: https://maven-glassfish-plugin.dev.java.net/ musachy On 6/14/08, Al Sutton <[EMAIL PROTECTED]> wrote: > Is it a REST thing or a Jetty thing? > > My view would be that as Jetty is adding the jsessionid Jetty should also > recognize it, strip it off, and not pass it to the underlying webapp because > it's part of the webapp magic of session to request mapping. > > Al. > > > Musachy Barroso wrote: > > > I just hit the same problem, I think the REST plugin doesn't handle > > that case very well. > > > > musachy > > > > On Fri, Jun 13, 2008 at 2:15 PM, Al Sutton <[EMAIL PROTECTED]> wrote: > > > > > > > OK, Problem solved (switched to using apache and tomcat). > > > > > > Now, as I was saying... can you do better that http://www.lifefeed.info/ > ? > > > > > > Al. > > > > > > Al Sutton wrote: > > > > > > > > > > OK, small hitch atm, Jetty in it's infinite wisdom is adding a > jsessionid > > > > to all requests which is screwing over the REST plugin > > > > > > > > argggh!! > > > > > > > > > > > > > > > > Al Sutton wrote: > > > > > > > > > > > > > Well, OK, S2.1 (but the title wouldn't sound so catchy). > > > > > > > > > > A push is being made for a high quality 2.1 GA release, and in order > to > > > > > do this the codebase needs a jolly good thrashing in every way > imaginable, > > > > > and the best way of doing this is to write S2.1 apps (and don't > worry, the > > > > > codebase loves a good thrashing). > > > > > > > > > > So, in the space of 5 working days, what can you produce that uses > S2.1? > > > > > > > > > > On Monday I started writing a webapp that you can now play with at > > > > > http://www.lifefeed.info/, so it's possible to write at least > something in > > > > > that amount of time :). > > > > > > > > > > So come on, show us what you can do > > > > > > > > > > Al. > > > > > > > > > > P.S. For those who are interested, in order to cut down on the > coding > > > > > time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like > trying > > > > > a better combination? > > > > > > > > > > > - > > > > > 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] > > > > > > > > > > > > > > > > - > > > 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] > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
Is it a REST thing or a Jetty thing? My view would be that as Jetty is adding the jsessionid Jetty should also recognize it, strip it off, and not pass it to the underlying webapp because it's part of the webapp magic of session to request mapping. Al. Musachy Barroso wrote: I just hit the same problem, I think the REST plugin doesn't handle that case very well. musachy On Fri, Jun 13, 2008 at 2:15 PM, Al Sutton <[EMAIL PROTECTED]> wrote: OK, Problem solved (switched to using apache and tomcat). Now, as I was saying... can you do better that http://www.lifefeed.info/ ? Al. Al Sutton wrote: OK, small hitch atm, Jetty in it's infinite wisdom is adding a jsessionid to all requests which is screwing over the REST plugin argggh!! Al Sutton wrote: Well, OK, S2.1 (but the title wouldn't sound so catchy). A push is being made for a high quality 2.1 GA release, and in order to do this the codebase needs a jolly good thrashing in every way imaginable, and the best way of doing this is to write S2.1 apps (and don't worry, the codebase loves a good thrashing). So, in the space of 5 working days, what can you produce that uses S2.1? On Monday I started writing a webapp that you can now play with at http://www.lifefeed.info/, so it's possible to write at least something in that amount of time :). So come on, show us what you can do Al. P.S. For those who are interested, in order to cut down on the coding time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like trying a better combination? - 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] - 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]
Re: What can you do with S2?
I just hit the same problem, I think the REST plugin doesn't handle that case very well. musachy On Fri, Jun 13, 2008 at 2:15 PM, Al Sutton <[EMAIL PROTECTED]> wrote: > OK, Problem solved (switched to using apache and tomcat). > > Now, as I was saying... can you do better that http://www.lifefeed.info/ ? > > Al. > > Al Sutton wrote: >> >> OK, small hitch atm, Jetty in it's infinite wisdom is adding a jsessionid >> to all requests which is screwing over the REST plugin >> >> argggh!! >> >> >> >> Al Sutton wrote: >>> >>> Well, OK, S2.1 (but the title wouldn't sound so catchy). >>> >>> A push is being made for a high quality 2.1 GA release, and in order to >>> do this the codebase needs a jolly good thrashing in every way imaginable, >>> and the best way of doing this is to write S2.1 apps (and don't worry, the >>> codebase loves a good thrashing). >>> >>> So, in the space of 5 working days, what can you produce that uses S2.1? >>> >>> On Monday I started writing a webapp that you can now play with at >>> http://www.lifefeed.info/, so it's possible to write at least something in >>> that amount of time :). >>> >>> So come on, show us what you can do >>> >>> Al. >>> >>> P.S. For those who are interested, in order to cut down on the coding >>> time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like trying >>> a better combination? >>> >>> - >>> 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] >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
Just so you know that there is some kind of response to this; although I can't show you what I'm working on because it's an intranet type application for work, I am using version 2.1.2 and will file any bugs I come across. Actually, I've already filed one and it's already marked as fixed in 2.1.3. Good work, Struts developers! Owen On Fri, Jun 13, 2008 at 1:10 PM, Al Sutton <[EMAIL PROTECTED]> wrote: > Well, OK, S2.1 (but the title wouldn't sound so catchy). > > A push is being made for a high quality 2.1 GA release, and in order to do > this the codebase needs a jolly good thrashing in every way imaginable, and > the best way of doing this is to write S2.1 apps (and don't worry, the > codebase loves a good thrashing). > > So, in the space of 5 working days, what can you produce that uses S2.1? > > On Monday I started writing a webapp that you can now play with at > http://www.lifefeed.info/, so it's possible to write at least something in > that amount of time :). > > So come on, show us what you can do > > Al. > > P.S. For those who are interested, in order to cut down on the coding time I > used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like trying a > better combination? > > - > 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]
Re: What can you do with S2?
OK, Problem solved (switched to using apache and tomcat). Now, as I was saying... can you do better that http://www.lifefeed.info/ ? Al. Al Sutton wrote: OK, small hitch atm, Jetty in it's infinite wisdom is adding a jsessionid to all requests which is screwing over the REST plugin argggh!! Al Sutton wrote: Well, OK, S2.1 (but the title wouldn't sound so catchy). A push is being made for a high quality 2.1 GA release, and in order to do this the codebase needs a jolly good thrashing in every way imaginable, and the best way of doing this is to write S2.1 apps (and don't worry, the codebase loves a good thrashing). So, in the space of 5 working days, what can you produce that uses S2.1? On Monday I started writing a webapp that you can now play with at http://www.lifefeed.info/, so it's possible to write at least something in that amount of time :). So come on, show us what you can do Al. P.S. For those who are interested, in order to cut down on the coding time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like trying a better combination? - 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] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: What can you do with S2?
OK, small hitch atm, Jetty in it's infinite wisdom is adding a jsessionid to all requests which is screwing over the REST plugin argggh!! Al Sutton wrote: Well, OK, S2.1 (but the title wouldn't sound so catchy). A push is being made for a high quality 2.1 GA release, and in order to do this the codebase needs a jolly good thrashing in every way imaginable, and the best way of doing this is to write S2.1 apps (and don't worry, the codebase loves a good thrashing). So, in the space of 5 working days, what can you produce that uses S2.1? On Monday I started writing a webapp that you can now play with at http://www.lifefeed.info/, so it's possible to write at least something in that amount of time :). So come on, show us what you can do Al. P.S. For those who are interested, in order to cut down on the coding time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like trying a better combination? - 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]
What can you do with S2?
Well, OK, S2.1 (but the title wouldn't sound so catchy). A push is being made for a high quality 2.1 GA release, and in order to do this the codebase needs a jolly good thrashing in every way imaginable, and the best way of doing this is to write S2.1 apps (and don't worry, the codebase loves a good thrashing). So, in the space of 5 working days, what can you produce that uses S2.1? On Monday I started writing a webapp that you can now play with at http://www.lifefeed.info/, so it's possible to write at least something in that amount of time :). So come on, show us what you can do Al. P.S. For those who are interested, in order to cut down on the coding time I used Hibernate, Sitemesh, and the S2.1 REST plugin. Feel like trying a better combination? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]