webwork-devel Mailing List for WebWork (Page 26)
Brought to you by:
baldree,
rickardoberg
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(316) |
Dec
(117) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(197) |
Feb
(229) |
Mar
(293) |
Apr
(177) |
May
(84) |
Jun
(40) |
Jul
(43) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:20:56
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples/tutorial In directory usw-pr-cvs1:/tmp/cvs-serv14215/tutorial Modified Files: HelloAction.java Log Message: refactoring |
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:15:15
|
Update of /cvsroot/webwork/webwork/src/main/webwork/common/view/taglib/ui In directory usw-pr-cvs1:/tmp/cvs-serv11976/taglib/ui Modified Files: ComponentTag.java TabbedPaneTag.java Log Message: refactoring |
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:15:15
|
Update of /cvsroot/webwork/webwork/src/main/webwork/common/view/taglib/iterator In directory usw-pr-cvs1:/tmp/cvs-serv11976/taglib/iterator Modified Files: AppendIteratorTag.java IteratorGeneratorTag.java MergeIteratorTag.java SortIteratorTag.java SubsetIteratorTag.java Log Message: refactoring |
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:15:15
|
Update of /cvsroot/webwork/webwork/src/main/webwork/common/view/taglib In directory usw-pr-cvs1:/tmp/cvs-serv11976/taglib Modified Files: ActionTag.java I18nTag.java Log Message: refactoring |
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:15:15
|
Update of /cvsroot/webwork/webwork/src/main/webwork/common/view/velocity In directory usw-pr-cvs1:/tmp/cvs-serv11976/velocity Modified Files: WebWorkUtil.java WebWorkVelocityServlet.java Log Message: refactoring |
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:13:54
|
Update of /cvsroot/webwork/webwork/src/main/webwork/common/action/standard In directory usw-pr-cvs1:/tmp/cvs-serv11722/standard Added Files: CardPane.java ClientInfo.java JSP.java Redirect.java Script.java XML.java package.html Log Message: moved from core to common |
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:13:54
|
Update of /cvsroot/webwork/webwork/src/main/webwork/common/action/client In directory usw-pr-cvs1:/tmp/cvs-serv11722/client Added Files: ActionResult.java ClientDispatcher.java package.html Log Message: moved from core to common |
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:13:54
|
Update of /cvsroot/webwork/webwork/src/main/webwork/common/action In directory usw-pr-cvs1:/tmp/cvs-serv11722 Added Files: ActionSupport.java Log Message: moved from core to common |
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:12:52
|
Update of /cvsroot/webwork/webwork/src/main/webwork/common/config In directory usw-pr-cvs1:/tmp/cvs-serv11546 Added Files: DefaultConfiguration.java DelegatingConfiguration.java PropertiesConfiguration.java XMLActionConfiguration.java Log Message: moved from core to common |
From: Kjetil H.P. <kje...@us...> - 2002-03-01 07:00:10
|
Update of /cvsroot/webwork/webwork/src/main/webwork/core/action In directory usw-pr-cvs1:/tmp/cvs-serv9651 Modified Files: Action.java Log Message: |
From: Mike Cannon-B. <mi...@at...> - 2002-03-01 00:41:53
|
I have to say that I would add my annoyance to this - I don't monitor these lists with a fine tooth comb, but I don't remember seeing any discussion BEFOREHAND about whether this was a good idea? I certainly would have voted no - ESPECIALLY RIGHT BEFORE 1.0. All those people who put in hours testing the previous version will now have to retest that the refactoring didn't break anything - and some of that previous time has been wasted. The Open Source model is great, but it needs communication before AND after major changes - as well as a consideration for other people's projects who may be using existing code. My $0.02. -mike On 1/3/02 10:18 AM, "Victor Salaman" (vsa...@ho...) penned the words: > Hi: > > I must say that I am completely upset at the recent refactoring. It was > completely unnecessary and nothing was gained from it, except for additional > unstability, and changing of hundreds of thousands of klocs! > > ALL SOURCE CODE THAT USES WEBWORK AT THIS POINT MUST BE MIGRATED AND > RECOMPILED. > > This is a major obstacle for those that use WebWork in production. > > There's a lesson to be learned here, never touch core packages!! ... There > was no reason to change webwork.* to webwork.core.* > > oh well, enough gripes for the day, > > /V > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel |
From: Victor S. <sa...@us...> - 2002-02-28 23:20:25
|
Update of /cvsroot/webwork/webwork/src/main/webwork/core/action/factory In directory usw-pr-cvs1:/tmp/cvs-serv13085/action/factory Modified Files: CommandActionFactoryProxy.java PrefixActionFactoryProxy.java Log Message: Changes to avoid ActionFactory instantiating the action multiple times. |
From: Victor S. <vsa...@ho...> - 2002-02-28 23:19:02
|
Hi: I must say that I am completely upset at the recent refactoring. It was completely unnecessary and nothing was gained from it, except for additional unstability, and changing of hundreds of thousands of klocs! ALL SOURCE CODE THAT USES WEBWORK AT THIS POINT MUST BE MIGRATED AND RECOMPILED. This is a major obstacle for those that use WebWork in production. There's a lesson to be learned here, never touch core packages!! ... There was no reason to change webwork.* to webwork.core.* oh well, enough gripes for the day, /V _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com |
From: Kjetil H.P. <kje...@us...> - 2002-02-27 07:08:16
|
Update of /cvsroot/webwork/webwork/src/main/webwork/common In directory usw-pr-cvs1:/tmp/cvs-serv11005 Added Files: common.properties Log Message: no message |
From: Kjetil H.P. <kje...@us...> - 2002-02-27 07:07:43
|
Update of /cvsroot/webwork/webwork/src/main/webwork In directory usw-pr-cvs1:/tmp/cvs-serv10894 Modified Files: default.properties Log Message: took out Velocity stuff, moved to common.properties |
From: matt b. <ba...@us...> - 2002-02-27 04:10:40
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples/jdom In directory usw-pr-cvs1:/tmp/cvs-serv3066 Modified Files: JDOMTest.java Log Message: fixed for refactoring |
From: matt b. <ba...@us...> - 2002-02-27 04:10:24
|
Update of /cvsroot/webwork/webwork/src/resources/web/test In directory usw-pr-cvs1:/tmp/cvs-serv2979 Modified Files: jdom.jsp Log Message: fixed for refactoring |
From: matt b. <ba...@us...> - 2002-02-27 04:02:12
|
Update of /cvsroot/webwork/webwork/src/resources/web/test In directory usw-pr-cvs1:/tmp/cvs-serv665 Modified Files: monthlist.jsp Log Message: fixed for refactoring |
From: matt b. <ba...@us...> - 2002-02-27 03:59:45
|
Update of /cvsroot/webwork/webwork/src/resources/web/test In directory usw-pr-cvs1:/tmp/cvs-serv32369 Modified Files: formtest-disabled.jsp Log Message: fixed for refactoring |
From: matt b. <ba...@us...> - 2002-02-27 03:58:00
|
Update of /cvsroot/webwork/webwork/src/resources/web/test In directory usw-pr-cvs1:/tmp/cvs-serv31804 Modified Files: text.jsp Log Message: fixed for refactoring |
From: Matt B. <ma...@sm...> - 2002-02-27 03:08:15
|
The good news is that we are working on the patient. The bad news is that we haven't put the heart back in yet. Should be soon. -Matt |
From: matt b. <ba...@us...> - 2002-02-27 03:04:40
|
Update of /cvsroot/webwork/webwork/src/resources/web/xslt In directory usw-pr-cvs1:/tmp/cvs-serv16697 Removed Files: fancy.xslt saxon.xslt showtree.xslt test.xslt verbose.xslt Log Message: no message |
From: matt b. <ba...@us...> - 2002-02-27 03:04:16
|
Update of /cvsroot/webwork/webwork/src/resources/web/velocity In directory usw-pr-cvs1:/tmp/cvs-serv16542 Removed Files: macros.vm monthlist.vm people.vm test.vm Log Message: no message |
From: matt b. <ba...@us...> - 2002-02-27 03:03:41
|
Update of /cvsroot/webwork/webwork/src/resources/web/userreg In directory usw-pr-cvs1:/tmp/cvs-serv16346 Removed Files: index.jsp userregistration.jsp validregistration.jsp Log Message: no message |
From: matt b. <ba...@us...> - 2002-02-27 03:03:28
|
Update of /cvsroot/webwork/webwork/src/resources/web/tutorial In directory usw-pr-cvs1:/tmp/cvs-serv16268 Removed Files: hello.jsp Log Message: no message |