Strecks 1.0-alpha-1 released

2006-04-13 Thread Phil Zoio
sourceforge.net/. Phil Zoio web: http://www.realsolve.co.uk/ email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Strecks vs Stripes

2006-04-15 Thread Phil Zoio
Perhaps the similarity in the names could cause confusion ... The similarity between Strecks and Stripes is that they both require Java 5. Otherwise they are completely different frameworks. Stripes is an independent framework in its own right with no Struts dependencies. Strecks is still Stru

Re: friday ha ha

2006-04-18 Thread Phil Zoio
Please allow me to shed a bit more light on a couple of your observations/speculations. Regards, Phil Zoio (Developer of Strecks) My sense of things is that Strecks is another person's third-party effort. It is not part of the Struts project. Any new development you can expect fro

Re: friday ha ha

2006-04-19 Thread Phil Zoio
Please see my comments below: Jonathan Revusky wrote: Ted Husted wrote: On 4/18/06, Phil Zoio <[EMAIL PROTECTED]> wrote: I'd be happy to pass Strecks on to Struts itself if the community really wanted it, but I don't see that as essential to its existence in any way.

Re: friday ha ha

2006-04-19 Thread Phil Zoio
ning open source projects. You apparently do not. But anyway, to focus on the question of our disagreement on this, let's take a specific case in point. I am not acquainted personally with Phil Zoio, the author of Strecks. It's not like I have some agenda of "championing his cause&qu

Re: friday ha ha

2006-04-20 Thread Phil Zoio
Niall Pemberton wrote: On 4/18/06, Jonathan Revusky <[EMAIL PROTECTED]> wrote: I would venture to guess, just as an outside observer, that if the author of Strecks is not given commit access to Struts itself, then he may run into limitations in the Struts codebase and end up making modific

Re: friday ha ha

2006-04-21 Thread Phil Zoio
As we all know, Struts has evolved in recent times from being a just a framework to being a "community" supporting two "separate but equal" frameworks which have nothing to do with each other except a shared name, and perhaps a couple of shared committers. I think the message that is going out

Announcement: Strecks (Java 5 Extensions for Struts) - 1.0-beta-1 released

2006-04-22 Thread Phil Zoio
I'm pleased to announce the release of Strecks 1.0-beta-1. Strecks (which stands for "Struts Extensions"), is built on the latest general availability Struts 1.2 code base, currently 1.2.9. Strecks contains a range of features aimed to streamline the Struts programming model. These include v

Re: StrutsTestCases

2006-04-24 Thread Phil Zoio
You should be able to solve the problem by adding the WEB-INF directory onto your classpath. I couldn't get it to work otherwise Chaitanya Parkhi wrote: hi guys i hav created a java file by using MockObjectStrutsTestCases which tests for a simple login form which takes Login Name & password as

Re: troubles using java 5

2006-04-25 Thread Phil Zoio
I've worked on Strecks with Java 5 and Struts 1.2.7 and 1.2.9 (I skipped 1.2.8), and Java 5 definitely isn't the problem. Your problem sounds rather strange. Try downloading and building one of the Strecks examples from source (using Jdk 1.5), and see if it causes the same problem. Phil moun

Strecks Java 5 Extensions for Struts - version 1.0 beta 2 released

2006-05-20 Thread Phil Zoio
I'm pleased to announce the release of Strecks-1.0 beta 2 (see http://strecks.sourceforge.net/). Strecks is a set of extensions to Struts which leverage the power of Java 5 specific features to allow for more productive, streamlined Struts application development. Strecks is built on the Strut

Strecks 1.0.1 released

2007-06-13 Thread Phil Zoio
n. For a more detailed feature list see http://strecks.sourceforge.net/features.php. Strecks can be downloaded from http://strecks.sourceforge.net/download.php. Regards, Phil Zoio http://www.realsolve.co.uk/ - To unsubscribe,

Re: Extending Struts with Spring

2006-06-08 Thread Phil Zoio
I've added a lot of support for integrating Spring with Struts in Strecks: http://strecks.sourceforge.net/ - a Java 5-based Struts extension framework The main Spring-related things you'll find in there are: - you can inject any Spring bean into your actions using the @InjectSpringBean annotat

Announcement: Strecks (Struts extensions for Java 5) version 1.0 beta 3 released

2006-07-07 Thread Phil Zoio
ather than InputSetter Regards, Phil Zoio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts1.3.5 error

2006-10-27 Thread Phil Zoio
I saw this problem too - I think the package of the UseAttributeTei changed. I fixed it by using following prefix in your page: <%@ taglib prefix="tiles" uri="http://struts.apache.org/tags-tiles"; %> [EMAIL PROTECTED] wrote: Hi, I was using struts1.2.9 previously , every thing worked fine.

Strecks (Struts extensions for Java 5) version 1.0 released

2006-10-27 Thread Phil Zoio
I'm pleased to announce the release of Strecks 1.0. Strecks is a set of Java 5-specific extensions to the original Struts framework. Making heavy use of Java 5 annotations, it adds a number of modern features to Struts-based applications, including POJO actions, dependency injection, declarati