You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bernhard Woehrlin <se...@cappuccinonet.com> on 2002/10/23 11:20:43 UTC

StrutsCX

Hallo everybody,

I created a small Struts add-on framework called StrutsCX. StrutsCX is
Struts with Castor XML and XSLT.

Features:

- Lightweight framework running on any Servlet Engine or J2EE Application
Server.
- Simple and fast to implement.
- Support of internationalization. IS0-8859-1 and any other language, like
chinese, korean, arabic, too!
- StrutsCXServlet: Replaces Struts JSP and Message Ressources features with
a pure XML and XSLT solution 100% internationalizable.
- Output of 100% standard conform XML, XHTML, XSL-FO, WML or whatever you
like.
- Simple validation error mechanism.
- Prototype persists via Castor XML.
- Prototype featuring the CRUD cycle (Create, Reatrieve, Update, Delete) and
support for english, german and korean language.

StrutsCX takes further the idea of the Model 2X by Julien Mercay and Gilbert
Bouzeid. Check out the StrutsCX website:

http://it.cappuccinonet.com/strutscx

A documentation on StrutsCX got published in a series of articles in the
JavaMagazin here in Germany. There are rather detailed Javadoc comments in
English. Anyway, depending on my resources, I plan to extend the English
documentation.

Regards

Berny Woehrlin

-------------------------------------------
Bernhard Woehrlin
XML Architect, Java Web Component Developer
(SCJP2, SCWCD, IBM XML/141, IBM OOAD/UML)


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


AW: StrutsCX

Posted by Bernhard Woehrlin <se...@cappuccinonet.com>.
Hi Daniel,

there is a sample/demo file called strutscx.war you can download and install
in your Servlet Container. All source codes and UML are in English. The demo
runs in English, German and Korean. Check out the StrutsCX Website for
details:

http://it.cappuccinonet.com/strutscx


Regards

Berny

-------------------------------------------
Bernhard Woehrlin
XML Architect, Java Web Component Developer
(SCJP2, SCWCD, IBM XML/141, IBM OOAD/UML)

-----Ursprüngliche Nachricht-----
Von: Daniel Joshua [mailto:daniel.joshua@gridnode.com]
Gesendet: Mittwoch, 23. Oktober 2002 11:35
An: 'Struts Users Mailing List'; service@cappuccinonet.com
Betreff: RE: StrutsCX


Bernhard,

Do you have any sample/demo app (in English)?


Regards,
Daniel


-----Original Message-----
From: Bernhard Woehrlin [mailto:service@cappuccinonet.com]
Sent: Wednesday, October 23, 2002 5:21 PM
To: struts-user@jakarta.apache.org
Subject: StrutsCX


Hallo everybody,

I created a small Struts add-on framework called StrutsCX. StrutsCX is
Struts with Castor XML and XSLT.

Features:

- Lightweight framework running on any Servlet Engine or J2EE Application
Server.
- Simple and fast to implement.
- Support of internationalization. IS0-8859-1 and any other language, like
chinese, korean, arabic, too!
- StrutsCXServlet: Replaces Struts JSP and Message Ressources features with
a pure XML and XSLT solution 100% internationalizable.
- Output of 100% standard conform XML, XHTML, XSL-FO, WML or whatever you
like.
- Simple validation error mechanism.
- Prototype persists via Castor XML.
- Prototype featuring the CRUD cycle (Create, Reatrieve, Update, Delete) and
support for english, german and korean language.

StrutsCX takes further the idea of the Model 2X by Julien Mercay and Gilbert
Bouzeid. Check out the StrutsCX website:

http://it.cappuccinonet.com/strutscx

A documentation on StrutsCX got published in a series of articles in the
JavaMagazin here in Germany. There are rather detailed Javadoc comments in
English. Anyway, depending on my resources, I plan to extend the English
documentation.

Regards

Berny Woehrlin

-------------------------------------------
Bernhard Woehrlin
XML Architect, Java Web Component Developer
(SCJP2, SCWCD, IBM XML/141, IBM OOAD/UML)


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: StrutsCX

Posted by Daniel Joshua <da...@gridnode.com>.
Bernhard,

Do you have any sample/demo app (in English)?


Regards,
Daniel


-----Original Message-----
From: Bernhard Woehrlin [mailto:service@cappuccinonet.com]
Sent: Wednesday, October 23, 2002 5:21 PM
To: struts-user@jakarta.apache.org
Subject: StrutsCX


Hallo everybody,

I created a small Struts add-on framework called StrutsCX. StrutsCX is
Struts with Castor XML and XSLT.

Features:

- Lightweight framework running on any Servlet Engine or J2EE Application
Server.
- Simple and fast to implement.
- Support of internationalization. IS0-8859-1 and any other language, like
chinese, korean, arabic, too!
- StrutsCXServlet: Replaces Struts JSP and Message Ressources features with
a pure XML and XSLT solution 100% internationalizable.
- Output of 100% standard conform XML, XHTML, XSL-FO, WML or whatever you
like.
- Simple validation error mechanism.
- Prototype persists via Castor XML.
- Prototype featuring the CRUD cycle (Create, Reatrieve, Update, Delete) and
support for english, german and korean language.

StrutsCX takes further the idea of the Model 2X by Julien Mercay and Gilbert
Bouzeid. Check out the StrutsCX website:

http://it.cappuccinonet.com/strutscx

A documentation on StrutsCX got published in a series of articles in the
JavaMagazin here in Germany. There are rather detailed Javadoc comments in
English. Anyway, depending on my resources, I plan to extend the English
documentation.

Regards

Berny Woehrlin

-------------------------------------------
Bernhard Woehrlin
XML Architect, Java Web Component Developer
(SCJP2, SCWCD, IBM XML/141, IBM OOAD/UML)


--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


AW: StrutsCX

Posted by Bernhard Woehrlin <se...@cappuccinonet.com>.
Hallo

>Why do you use ActionForm as Model part?

well, actually I don't. At least since StrutsCX v0.8x....

Regards

Berny


-------------------------------------------
Bernhard Woehrlin
XML Architect, Java Web Component Developer
(SCJP2, SCWCD, IBM XML/141, IBM OOAD/UML)


-----Ursprungliche Nachricht-----
Von: Xue-Feng Yang [mailto:just4look@yahoo.com]
Gesendet: Mittwoch, 23. Oktober 2002 15:17
An: Struts Users Mailing List; service@cappuccinonet.com
Betreff: Re: StrutsCX


Nice job.

Why do you use ActionForm as Model part?


 --- Bernhard Woehrlin <se...@cappuccinonet.com>
wrote: > Hallo everybody,
>
> I created a small Struts add-on framework called
> StrutsCX. StrutsCX is
> Struts with Castor XML and XSLT.
>
> Features:
>
> - Lightweight framework running on any Servlet
> Engine or J2EE Application
> Server.
> - Simple and fast to implement.
> - Support of internationalization. IS0-8859-1 and
> any other language, like
> chinese, korean, arabic, too!
> - StrutsCXServlet: Replaces Struts JSP and Message
> Ressources features with
> a pure XML and XSLT solution 100%
> internationalizable.
> - Output of 100% standard conform XML, XHTML,
> XSL-FO, WML or whatever you
> like.
> - Simple validation error mechanism.
> - Prototype persists via Castor XML.
> - Prototype featuring the CRUD cycle (Create,
> Reatrieve, Update, Delete) and
> support for english, german and korean language.
>
> StrutsCX takes further the idea of the Model 2X by
> Julien Mercay and Gilbert
> Bouzeid. Check out the StrutsCX website:
>
> http://it.cappuccinonet.com/strutscx
>
> A documentation on StrutsCX got published in a
> series of articles in the
> JavaMagazin here in Germany. There are rather
> detailed Javadoc comments in
> English. Anyway, depending on my resources, I plan
> to extend the English
> documentation.
>
> Regards
>
> Berny Woehrlin
>
> -------------------------------------------
> Bernhard Woehrlin
> XML Architect, Java Web Component Developer
> (SCJP2, SCWCD, IBM XML/141, IBM OOAD/UML)
>
>
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>

______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: StrutsCX

Posted by Xue-Feng Yang <ju...@yahoo.com>.
Nice job.

Why do you use ActionForm as Model part?


 --- Bernhard Woehrlin <se...@cappuccinonet.com>
wrote: > Hallo everybody,
> 
> I created a small Struts add-on framework called
> StrutsCX. StrutsCX is
> Struts with Castor XML and XSLT.
> 
> Features:
> 
> - Lightweight framework running on any Servlet
> Engine or J2EE Application
> Server.
> - Simple and fast to implement.
> - Support of internationalization. IS0-8859-1 and
> any other language, like
> chinese, korean, arabic, too!
> - StrutsCXServlet: Replaces Struts JSP and Message
> Ressources features with
> a pure XML and XSLT solution 100%
> internationalizable.
> - Output of 100% standard conform XML, XHTML,
> XSL-FO, WML or whatever you
> like.
> - Simple validation error mechanism.
> - Prototype persists via Castor XML.
> - Prototype featuring the CRUD cycle (Create,
> Reatrieve, Update, Delete) and
> support for english, german and korean language.
> 
> StrutsCX takes further the idea of the Model 2X by
> Julien Mercay and Gilbert
> Bouzeid. Check out the StrutsCX website:
> 
> http://it.cappuccinonet.com/strutscx
> 
> A documentation on StrutsCX got published in a
> series of articles in the
> JavaMagazin here in Germany. There are rather
> detailed Javadoc comments in
> English. Anyway, depending on my resources, I plan
> to extend the English
> documentation.
> 
> Regards
> 
> Berny Woehrlin
> 
> -------------------------------------------
> Bernhard Woehrlin
> XML Architect, Java Web Component Developer
> (SCJP2, SCWCD, IBM XML/141, IBM OOAD/UML)
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
>  

______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>