I'll propose something a little out of left field:

 - com.opensymphony.webwork package -> org.apache.struts.web
 - WebWork* classes -> Web*
 - WebWork in comments, documentation -> Struts
 - webwork. as the configuration properties prefix -> struts.
 - ww: tag prefix -> web:

The reasoning behind this is:
1) action2/ti is really just another version so shouldn't be given a package 
name based on the version (when we go version 3 code named something else will 
we have to change the package names again?). Thus, it should stay at 
org.apache.struts.
2) Webwork as discussed in my message about xwork is xwork implemented on the 
web. Therefore what was xwork should exist in a package name that reflects 
that. (So, if xwork were brought over it might be called 
org.apache.struts.core, for example, and for swing, say, 
org.apache.struts.swing)

Gabe



----- Original Message ----
From: Ted Husted <[EMAIL PROTECTED]>
To: Struts Developers List <dev@struts.apache.org>
Sent: Saturday, March 25, 2006 5:27:43 PM
Subject: Re: WebWork renaming strategy *revised*

STATUS so far

 - com.opensymphony.webwork package -> org.apache.struts.ti
 - WebWork* classes -> Struts*
 - WebWork in comments, documentation -> Struts Action 2
 - webwork. as the configuration properties prefix -> struts.
 - ww: tag prefix -> a:

+1 Don Brown, Martin Cooper (binding)
+1 Frank Zammetti  (non-binding)

 - com.opensymphony.webwork package -> org.apache.struts.action2
 - WebWork* classes -> Struts*
 - WebWork in comments, documentation -> Struts Action 2
 - webwork. as the configuration properties prefix -> struts.
 - ww: tag prefix -> a:/saf:

+1 Rainer Hermanns, Ted Husted, Alexandru Popescu, Rene Gielen (binding)
+0 Toby Jee, Hubert Rabago (binding)
+1 Paul Benedict (non-binding)

If I've left any votes out, or gotten any of the votes wrong, be sure
to chime in!

-Ted.

---------------------------------------------------------------------
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]

Reply via email to