webwork-devel Mailing List for WebWork (Page 20)
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: <Jim...@do...> - 2002-03-05 15:41:53
|
I need to perform some tasks when my servlet is deployed. (My servlet needs to spawn a Thread) I can't wait until someone decides to invoke one of my actions. Typically this is accomplished in the init() method of the servlet. Since we are writing actions in webwork, the servlet initialization is hidden from us. There are a few solutions that I can see: 1. Add a method signature to webwork.properties that is invoked when the ServletDispatcher's init method is invoked. 2. Somehow force an action to be invoked after deployment. (Make an http call against the servlet in the deployment script - kludgey). 3. Subclass DispatcherServlet, and override init(). Has anyone else run into this problem? Is there a mechanism in web.xml that will support this? jim |
From: Rickard <ri...@mi...> - 2002-03-05 06:54:30
|
Kjetil H.Paulsen wrote: >> Do we have any JUnit tests? I didn't know that...geez, I gotta get a=20 >> clue again... >=20 >=20 >=20 > we don't, we should have ;) >=20 > Why don't you drop in the stuff you did in the TSS project... Hm... not a bad idea at all. I'll look into that. >=20 > Great, because Matt has finished it already... >=20 /Rickard --=20 Rickard =D6berg Chief Architect, TheServerSide.com The Middleware Company |
From: Rickard <ri...@mi...> - 2002-03-04 17:39:43
|
Matt Baldree wrote: > The latest code in CVS is up and running and all tests should work. Ple= ase > feel free to check it out and test it. I believe the only thing left be= fore > 1.0 release is a couple of sections (HVAC and Action) in the docs and > Rickard to push the button. If I'm missing anything please yell. That should be it, yes. I will be starting to work again tomorrow, and=20 will do the HMVC stuff then. Great work! /Rickard --=20 Rickard =D6berg Chief Architect, TheServerSide.com The Middleware Company |
From: Matt B. <ma...@sm...> - 2002-03-04 17:33:52
|
The latest code in CVS is up and running and all tests should work. Please feel free to check it out and test it. I believe the only thing left before 1.0 release is a couple of sections (HVAC and Action) in the docs and Rickard to push the button. If I'm missing anything please yell. -Matt |
From: matt b. <ba...@us...> - 2002-03-04 17:28:40
|
Update of /cvsroot/webwork/webwork/src/resources/web/examples/velocity In directory usw-pr-cvs1:/tmp/cvs-serv30923 Removed Files: monthlist.vm people.vm test.vm Log Message: not needed here |
From: matt b. <ba...@us...> - 2002-03-04 17:27:36
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/xslt/SAXAdapter In directory usw-pr-cvs1:/tmp/cvs-serv30394 Modified Files: MapWalker.java Log Message: forgot to commit |
From: matt b. <ba...@us...> - 2002-03-04 17:24:36
|
Update of /cvsroot/webwork/webwork/src/resources/web/WEB-INF/classes In directory usw-pr-cvs1:/tmp/cvs-serv28700 Modified Files: webwork.vm Log Message: fixed for velocity |
From: matt b. <ba...@us...> - 2002-03-04 17:24:16
|
Update of /cvsroot/webwork/webwork/src/main/webwork In directory usw-pr-cvs1:/tmp/cvs-serv28475 Modified Files: default.properties Log Message: fixed for velocity |
From: Matt B. <ma...@sm...> - 2002-03-04 12:56:39
|
I didn't get a chance to get the Velocity tests working this weekend. I'm not sure how much time I will have this week nor exactly what the problem is. So, I wanted to solicit some Velocity experts to take a look at the latest code and see if someone could get the tests up and running. Otherwise, I'll try and take a look when I get a chance. -Matt |
From: klausw <kl...@bo...> - 2002-03-04 01:59:48
|
Hi, I am the admin for sourceforge project Prevayler. "Orders of magnitude FASTER and SIMPLER than a traditional DBMS. No pre or post-processing required, no wierd proprietary VM required, no base-class inheritance or clumsy interface implementation required: just PLAIN JAVA CODE. How is it possible?" http://sourceforge.net/docman/display_doc.php?docid=3D7290& group_id=3D36113 (My webmail splits the link above on two lines) Hristo, a developer on the project, wrote to me: > WebWork(sf.net/projects/webwork) is based on the same > Command pattern like Prevayler and it would be easy to > quickly integrate. Does that make sense to you? Did you know of Prevayler? Do you think it would be easy to integrate? See you, Klaus. __________________________________________________________________________ Quer ter seu pr=F3prio endere=E7o na Internet? Garanta j=E1 o seu e ainda ganhe cinco e-mails personalizados. Dom=EDniosBOL - http://dominios.bol.com.br |
From: Kjetil H.P. <kje...@mo...> - 2002-03-03 18:27:38
|
> Do we have any JUnit tests? I didn't know that...geez, I gotta get a > clue again... we don't, we should have ;) Why don't you drop in the stuff you did in the TSS project... > Looks ok to me. > Great, because Matt has finished it already... -- /kjetilhp ......mogul.technology.............................................. mogul technology as > kjetil h.paulsen - senior software architect drammensveien 134, NO-0277 oslo, norway cell +47 93060327, tel +4724114300, fax +4724114399 kje...@mo..., http://www.mogul.com PGP fingerprint: DA54 A106 1989 FEF0 294F 63A4 9FC6 0F8E 21AD 0180 ICQ -> 66288365 ..............................................mogul.technology...... |
From: Rickard <ri...@mi...> - 2002-03-03 17:50:44
|
Kjetil H.Paulsen wrote: > I also think we should add a test package(s) either one webwork.test or= =20 > one test package for each package containing JUnit tests. Do we have any JUnit tests? I didn't know that...geez, I gotta get a=20 clue again... > Everyone happy with this? We have to make a decision now to get this=20 > thing moving. Looks ok to me. /Rickard --=20 Rickard =D6berg Chief Architect, TheServerSide.com The Middleware Company |
From: matt b. <ba...@us...> - 2002-03-03 12:46:02
|
Update of /cvsroot/webwork/webwork/src/build In directory usw-pr-cvs1:/tmp/cvs-serv7979 Modified Files: build.xml Log Message: modified to copy view jars to supporting-jars folder for dist |
From: Kjetil H.P. <kje...@mo...> - 2002-03-03 11:50:21
|
It seems like Bill's suggestion are the best compromise here. I say we go for this structure and consentrate on getting the 1.0 released. So: > * Keep webwork/examples. > * Move webwork/{common/core}/view up to webwork/view > * For everything else in common/core, move it back to where it was under > webwork. This will remove most of the objections to the package cleanup. Package structure: > webwork.action.{client,factory,standard} > webwork.config > webwork.dispatcher > webwork.examples > webwork.expr > webwork.util > webwork.view.{taglib,velocity,xslt} > * Make resources/web/example plural (examples). I also think we should add a test package(s) either one webwork.test or one test package for each package containing JUnit tests. And resources/web we do as Matt suggested: /web/examples /web/tests /web/docs /web/images /web/logo /web/templates /web/index.html - with a short intro on how to get started and links to the subdirectories content Everyone happy with this? We have to make a decision now to get this thing moving. I can do the refactoring of the code. Matt you do the web tier. (I'll even disconnect from CVS, Victor :)) /kjetilhp |
From: Rickard <ri...@mi...> - 2002-03-03 07:44:11
|
Bill Burton wrote: <snip> > Which generally similar to the way it was. This should provide suffice= nt > flexibility to build the jars with various contents while maintaining a > high degree of backwards compatibility. I'm ok with all of Bill's suggestions. /Rickard --=20 Rickard =D6berg Chief Architect, TheServerSide.com The Middleware Company |
From: matt b. <ba...@us...> - 2002-03-03 04:27:26
|
Update of /cvsroot/webwork/webwork/src/main/webwork/util In directory usw-pr-cvs1:/tmp/cvs-serv17697 Modified Files: Sorter.java Log Message: fixed javadoc reference |
From: matt b. <ba...@us...> - 2002-03-03 04:27:10
|
Update of /cvsroot/webwork/webwork/src/main/webwork In directory usw-pr-cvs1:/tmp/cvs-serv17660 Modified Files: default.properties Log Message: removed common.properties reference |
From: matt b. <ba...@us...> - 2002-03-03 04:26:33
|
Update of /cvsroot/webwork/webwork/src/main/webwork/examples In directory usw-pr-cvs1:/tmp/cvs-serv17543 Modified Files: XSLTTest.java Log Message: fixed javadoc reference |
From: matt b. <ba...@us...> - 2002-03-03 04:11:49
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib/ui/table/renderer In directory usw-pr-cvs1:/tmp/cvs-serv14442/taglib/ui/table/renderer Added Files: AbstractCellRenderer.java BooleanCellRenderer.java CellRenderer.java DateCellRenderer.java DefaultCellRenderer.java FixedTextCellRenderer.java LinkCellRenderer.java NumericCellRenderer.java Log Message: finishing refactoring |
From: matt b. <ba...@us...> - 2002-03-03 04:11:49
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/velocity In directory usw-pr-cvs1:/tmp/cvs-serv14442/velocity Added Files: URLBean.java WebWorkUtil.java WebWorkVelocityServlet.java package.html Log Message: finishing refactoring |
From: matt b. <ba...@us...> - 2002-03-03 04:11:49
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/xslt/SAXAdapter/dom In directory usw-pr-cvs1:/tmp/cvs-serv14442/xslt/SAXAdapter/dom Added Files: NodeWalker.java TextWalker.java Log Message: finishing refactoring |
From: matt b. <ba...@us...> - 2002-03-03 04:11:49
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib/iterator In directory usw-pr-cvs1:/tmp/cvs-serv14442/taglib/iterator Added Files: AppendIteratorTag.java IteratorGeneratorTag.java MergeIteratorTag.java SortIteratorTag.java SubsetIteratorTag.java package.html Log Message: finishing refactoring |
From: matt b. <ba...@us...> - 2002-03-03 04:11:49
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib/ui/table In directory usw-pr-cvs1:/tmp/cvs-serv14442/taglib/ui/table Added Files: AbstractFilterModel.java RenderFilterModel.java SortFilterModel.java SortableTableModel.java WebTable.java WebTableColumn.java Log Message: finishing refactoring |
From: matt b. <ba...@us...> - 2002-03-03 04:11:49
|
Update of /cvsroot/webwork/webwork/src/main/webwork/view/xslt In directory usw-pr-cvs1:/tmp/cvs-serv14442/xslt Added Files: XMLResultAdapter.java XSLTServlet.java package.html Log Message: finishing refactoring |
From: matt b. <ba...@us...> - 2002-03-03 04:08:12
|
Update of /cvsroot/webwork/webwork/src/main/webwork/expr In directory usw-pr-cvs1:/tmp/cvs-serv13543 Added Files: .cvsignore package.html Parser.jj Log Message: finishing refactoring |