RE: [ANN] Java Web Parts 1.0 (GA) is now available

2007-01-02 Thread Martin Gainty

Good Morning Frank

3 items for suggestion box
suggest ant javawebparts/WEB-INF/src/build.xml doesnt seem to include 
dependencies e.g

target name=make_jars depends=compile
suggest placing target to build war file target
suggest bin distro to have some samples.war already packaged much like 
struts


Also what are the implications for including legacy 1.2 ajax tags (is there 
a userguide available)

is there a reconfiguration necessary?

Good Stuff!!!

Martin--

__
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official 
business of Sender. This transmission is of a confidential nature and Sender 
does not endorse distribution to any party other than intended recipient. 
Sender does not necessarily endorse content contained within this 
transmission.


The Java Web Parts (JWP) team is proud to announce that new year's day sees 
our first GA release, 1.0, unleashed upon the world!


For those of you new to JWP, it is a project that provides small, reusable 
and largely independant Java components of interest to all web application 
developers. You can think of this project as being somewhat similar to the 
Jakarta Commons projects conceptually.


JWP is comprised of a number of packages, each supplied in its own 
individual JAR, with little (ideally no) cross-dependency. The packages 
currently include:


* AjaxParts - A collection of components for doing AJAX, including the very 
popular AjaxParts Taglib (APT Taglib)


* Context - A collection of components for dealing with a servlet context 
including functionality to calculate the size of the context object


* Filter - A collection of useful servlet filters including a Javascript 
compressor, a request recorder, a cross-site scripting filter, a 
compression filter and an IP access control filter


* Listener - Context and Session listeners for various occassions including 
functionality to limit the number of concurrent sessions


* Misc - Things that didn't fit anywhere else, including a very powerful 
CoR implementation and a utility to play back recorded sessions created 
with the session recorder filter (useful for automated load testing)


* Taglib - Various tag libraries including some UI widgets, string 
utilities and a taglib to insert various useful Javascript functions


* Servlet - A collection of servlets to fulfill common needs including one 
that can render a graphical representation of a string of text using 
various font styles


* Request - Classes and functions for dealing with an HTTP request 
including functions to get various information about a request easily


* Response - Classes and functions for dealing with an HTTP response 
including functionality to encode HTML entities in the response


* Session - Classes and functions... eh, you see the pattern! (includes the 
ability to calculate the size of session, etc)


Please visit http://javawebparts.sourceforge.net for further info, docs, 
downloads, all that jazz.


We now return you to your regularly scheduled mailing list posts and wish 
every a happy new year!


Frank


--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of Practical Ajax Projects With Java Technology
 (2006, Apress, ISBN 1-59059-695-1)
Java Web Parts - http://javawebparts.sourceforge.net
 Supplying the wheel, so you don't have to reinvent it!

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



_
The MSN Entertainment Guide to Golden Globes is here.  Get all the scoop. 
http://tv.msn.com/tv/globes2007/



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANN] Java Web Parts 1.0 (GA) is now available

2007-01-02 Thread Frank W. Zammetti
Hi Martin,

We should move to the JWP mailing list for this, and I sent this reply to
there as well... we wouldn't want to be using any Apache lists for
something we shouldn't be (I've been told announcements of JWP releases
are fine, but discussions, unless related to Struts or Tomcat in
particular, probably aren't).  I hope you'll join us on that list if you
aren't already signed up, these are points worth dicussing :)

Frank


On Tue, January 2, 2007 11:34 am, Martin Gainty wrote:
 Good Morning Frank

 3 items for suggestion box
 suggest ant javawebparts/WEB-INF/src/build.xml doesnt seem to include
 dependencies e.g
 target name=make_jars depends=compile
 suggest placing target to build war file target
 suggest bin distro to have some samples.war already packaged much like
 struts

 Also what are the implications for including legacy 1.2 ajax tags (is
 there
 a userguide available)
 is there a reconfiguration necessary?

 Good Stuff!!!

 Martin--

 __
 Disclaimer and confidentiality note
 Everything in this e-mail and any attachments relates to the official
 business of Sender. This transmission is of a confidential nature and
 Sender
 does not endorse distribution to any party other than intended recipient.
 Sender does not necessarily endorse content contained within this
 transmission.

The Java Web Parts (JWP) team is proud to announce that new year's day
 sees
our first GA release, 1.0, unleashed upon the world!

For those of you new to JWP, it is a project that provides small,
 reusable
and largely independant Java components of interest to all web
 application
developers. You can think of this project as being somewhat similar to
 the
Jakarta Commons projects conceptually.

JWP is comprised of a number of packages, each supplied in its own
individual JAR, with little (ideally no) cross-dependency. The packages
currently include:

* AjaxParts - A collection of components for doing AJAX, including the
 very
popular AjaxParts Taglib (APT Taglib)

* Context - A collection of components for dealing with a servlet context
including functionality to calculate the size of the context object

* Filter - A collection of useful servlet filters including a Javascript
compressor, a request recorder, a cross-site scripting filter, a
compression filter and an IP access control filter

* Listener - Context and Session listeners for various occassions
 including
functionality to limit the number of concurrent sessions

* Misc - Things that didn't fit anywhere else, including a very powerful
CoR implementation and a utility to play back recorded sessions created
with the session recorder filter (useful for automated load testing)

* Taglib - Various tag libraries including some UI widgets, string
utilities and a taglib to insert various useful Javascript functions

* Servlet - A collection of servlets to fulfill common needs including
 one
that can render a graphical representation of a string of text using
various font styles

* Request - Classes and functions for dealing with an HTTP request
including functions to get various information about a request easily

* Response - Classes and functions for dealing with an HTTP response
including functionality to encode HTML entities in the response

* Session - Classes and functions... eh, you see the pattern! (includes
 the
ability to calculate the size of session, etc)

Please visit http://javawebparts.sourceforge.net for further info, docs,
downloads, all that jazz.

We now return you to your regularly scheduled mailing list posts and wish
every a happy new year!

Frank


--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of Practical Ajax Projects With Java Technology
  (2006, Apress, ISBN 1-59059-695-1)
Java Web Parts - http://javawebparts.sourceforge.net
  Supplying the wheel, so you don't have to reinvent it!

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 _
 The MSN Entertainment Guide to Golden Globes is here.  Get all the scoop.
 http://tv.msn.com/tv/globes2007/


 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANN] Java Web Parts 1.0 (GA) is now available

2007-01-01 Thread Frank W. Zammetti
The Java Web Parts (JWP) team is proud to announce that new year's day 
sees our first GA release, 1.0, unleashed upon the world!


For those of you new to JWP, it is a project that provides small, 
reusable and largely independant Java components of interest to all web 
application developers. You can think of this project as being somewhat 
similar to the Jakarta Commons projects conceptually.


JWP is comprised of a number of packages, each supplied in its own 
individual JAR, with little (ideally no) cross-dependency. The packages 
currently include:


* AjaxParts - A collection of components for doing AJAX, including the 
very popular AjaxParts Taglib (APT Taglib)


* Context - A collection of components for dealing with a servlet 
context including functionality to calculate the size of the context object


* Filter - A collection of useful servlet filters including a Javascript 
compressor, a request recorder, a cross-site scripting filter, a 
compression filter and an IP access control filter


* Listener - Context and Session listeners for various occassions 
including functionality to limit the number of concurrent sessions


* Misc - Things that didn't fit anywhere else, including a very powerful 
CoR implementation and a utility to play back recorded sessions created 
with the session recorder filter (useful for automated load testing)


* Taglib - Various tag libraries including some UI widgets, string 
utilities and a taglib to insert various useful Javascript functions


* Servlet - A collection of servlets to fulfill common needs including 
one that can render a graphical representation of a string of text using 
various font styles


* Request - Classes and functions for dealing with an HTTP request 
including functions to get various information about a request easily


* Response - Classes and functions for dealing with an HTTP response 
including functionality to encode HTML entities in the response


* Session - Classes and functions... eh, you see the pattern! (includes 
the ability to calculate the size of session, etc)


Please visit http://javawebparts.sourceforge.net for further info, docs, 
downloads, all that jazz.


We now return you to your regularly scheduled mailing list posts and 
wish every a happy new year!


Frank


--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of Practical Ajax Projects With Java Technology
 (2006, Apress, ISBN 1-59059-695-1)
Java Web Parts - http://javawebparts.sourceforge.net
 Supplying the wheel, so you don't have to reinvent it!

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]