webwork-devel Mailing List for WebWork (Page 32)
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: Mike Cannon-B. <mi...@at...> - 2002-02-18 13:46:55
|
I might just mention that this of course depends on what your WebWork actions do / talk to ;) (ie if your webwork action creates an EJB - you still need to run it in a container to test effectively) This is probably obvious but it doesn't hurt to have it in the archives ;) This is a very cool feature of WW even so. -mike Mike Cannon-Brookes mi...@at... ATLASSIAN - Your J2EE Expert Partner -------------------------------------------------------- > Brilliant Software - http://www.atlassian.com/software > Legendary Services - http://www.atlassian.com/support On 19/2/02 12:14 AM, "Maurice Parker" (Ma...@Vi...) penned the words: > > On Sunday, February 17, 2002, at 07:42 PM, Edwin Desouza wrote: > >> Rickard, >> Maybe a clone of this for WebWork.... >> >> http://strutstestcase.sourceforge.net/ > > The need to use Cactus, StrutsTestCase, etc.. when testing Struts is due > to the fact that Struts actions are contaminated by HttpServletRequest and > HttpServletResponse. This contamination makes Struts actions difficult to > use outside of a servlet container. You always have to do mock objects or > have the container present. > > This is totally unnecessary for WebWork. :-) Because of the > exceptionally clean separation of Presentation vs. Business logic in > WebWork you don't need an extra project to use it in an automated testing > environment (or any other environment). JUnit is the only thing you need > to write fully automated tests for WebWork actions. > > -Maurice > > > _______________________________________________ > Webwork-devel mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webwork-devel |
From: Maurice P. <Ma...@Vi...> - 2002-02-18 13:14:32
|
On Sunday, February 17, 2002, at 07:42 PM, Edwin Desouza wrote: > Rickard, > Maybe a clone of this for WebWork.... > > http://strutstestcase.sourceforge.net/ The need to use Cactus, StrutsTestCase, etc.. when testing Struts is due to the fact that Struts actions are contaminated by HttpServletRequest and HttpServletResponse. This contamination makes Struts actions difficult to use outside of a servlet container. You always have to do mock objects or have the container present. This is totally unnecessary for WebWork. :-) Because of the exceptionally clean separation of Presentation vs. Business logic in WebWork you don't need an extra project to use it in an automated testing environment (or any other environment). JUnit is the only thing you need to write fully automated tests for WebWork actions. -Maurice |
From: Rickard <ri...@mi...> - 2002-02-18 08:35:36
|
All, The consensus on the issue of WW+OS seems to be: Yes, do the integration. No, not now. So, that's what I will be going with. 1.0 release first, and then we work on the integration in "peace and quiet". Thanks for your feedback on this topic, it was very good! best, Rickard -- Rickard Öberg Author of "Mastering RMI" Chief Architect, TheServerSide.com The Middleware Company - We Build Experts! |
From: Edwin D. <edw...@ya...> - 2002-02-18 01:42:12
|
Rickard, Maybe a clone of this for WebWork.... http://strutstestcase.sourceforge.net/ __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com |
From: DeSouza, E. <ede...@ja...> - 2002-02-16 22:51:02
|
Rickard, WebWork security folks may want to have a look at this article... Proposed integration into Struts: Our solution's best implementation would integrate the solution into the Struts framework itself. We could integrate the pageScheme custom tag into the Struts tag library with little or no difficulty.=20 Struts defines the ActionServlet class, an instance of which reads the Web application's struts-config.xml file at startup time. This instance also controls the execution of all the Web application's actions. Complete integration into Struts would require an additional attribute for the action element in struts-config.xml and an extension to the ActionServlet class. When an action is requested, the new attribute for the action element would specify which protocol to use. We could add two initialization parameters for ActionServlet in the web.xml file for defining the HTTP and HTTPS listening ports. We could add code to ActionServlet to discover these parameter values. Armed with this information and the specification of each action's transmission protocol, the ActionServlet itself could call the redirection logic.=20 These few changes to Struts would make our SSL implementation solution integral to the framework. In this way, our SSL solution implementation becomes nearly transparent to developers using Struts.=20 http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl_p.html here are a couple of other topics... Liberty and SSO: http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-liberty_p.html EJB Security (in JBoss): http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ejbsecurity_p.html |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:32
|
Update of /cvsroot/webwork/webwork/src/resources/web/xslt In directory usw-pr-cvs1:/tmp/cvs-serv8807/xslt Removed Files: loancalc.xslt primes.xslt Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:27
|
Update of /cvsroot/webwork/webwork/src/resources/web/template/standard In directory usw-pr-cvs1:/tmp/cvs-serv8807/template/standard Modified Files: password.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:27
|
Update of /cvsroot/webwork/webwork/src/resources/web/helloworld/applet In directory usw-pr-cvs1:/tmp/cvs-serv8807/helloworld/applet Removed Files: applet.jsp index.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:27
|
Update of /cvsroot/webwork/webwork/src/resources/web/rss In directory usw-pr-cvs1:/tmp/cvs-serv8807/rss Removed Files: blank.jsp index.jsp menu.jsp rss.jsp viewer.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:25
|
Update of /cvsroot/webwork/webwork/src/resources/web/example/i18n In directory usw-pr-cvs1:/tmp/cvs-serv8807/example/i18n Added Files: cart.jsp cdlist.jsp checkout.jsp index.jsp language.jsp price.jsp shop.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:25
|
Update of /cvsroot/webwork/webwork/src/resources/web/helloworld/verbose In directory usw-pr-cvs1:/tmp/cvs-serv8807/helloworld/verbose Removed Files: footer.jsp header.jsp index.jsp login.jsp loginlink.jsp loginstatus.jsp phrase.jsp showgreeting.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:25
|
Update of /cvsroot/webwork/webwork/src/resources/web/i18n In directory usw-pr-cvs1:/tmp/cvs-serv8807/i18n Removed Files: cart.jsp cdlist.jsp checkout.jsp index.jsp language.jsp price.jsp shop.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:25
|
Update of /cvsroot/webwork/webwork/src/resources/web/helloworld In directory usw-pr-cvs1:/tmp/cvs-serv8807/helloworld Removed Files: index.jsp selectview.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:25
|
Update of /cvsroot/webwork/webwork/src/resources/web/example/bank In directory usw-pr-cvs1:/tmp/cvs-serv8807/example/bank Added Files: confirm.jsp index.jsp transfer.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:25
|
Update of /cvsroot/webwork/webwork/src/resources/web/example/helloworld/verbose In directory usw-pr-cvs1:/tmp/cvs-serv8807/example/helloworld/verbose Added Files: footer.jsp header.jsp index.jsp login.jsp loginlink.jsp loginstatus.jsp phrase.jsp showgreeting.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:25
|
Update of /cvsroot/webwork/webwork/src/resources/web/events In directory usw-pr-cvs1:/tmp/cvs-serv8807/events Removed Files: autologin.jsp index.jsp login.jsp success.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:25
|
Update of /cvsroot/webwork/webwork/src/resources/web/example/xslt In directory usw-pr-cvs1:/tmp/cvs-serv8807/example/xslt Added Files: loancalc.xslt primes.xslt Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:24
|
Update of /cvsroot/webwork/webwork/src/resources/web/example/velocity In directory usw-pr-cvs1:/tmp/cvs-serv8807/example/velocity Added Files: monthlist.vm people.vm test.vm Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:24
|
Update of /cvsroot/webwork/webwork/src/resources/web In directory usw-pr-cvs1:/tmp/cvs-serv8807 Modified Files: formtest.jsp text.jsp Removed Files: jdom.jsp month.jsp monthlist.jsp monthselector.jsp monthview.jsp numguess.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:24
|
Update of /cvsroot/webwork/webwork/src/resources/web/bank In directory usw-pr-cvs1:/tmp/cvs-serv8807/bank Removed Files: confirm.jsp index.jsp transfer.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:24
|
Update of /cvsroot/webwork/webwork/src/resources/web/example/helloworld/applet In directory usw-pr-cvs1:/tmp/cvs-serv8807/example/helloworld/applet Added Files: applet.jsp index.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:24
|
Update of /cvsroot/webwork/webwork/src/resources/web/example In directory usw-pr-cvs1:/tmp/cvs-serv8807/example Added Files: jdom.jsp month.jsp monthlist.jsp monthselector.jsp monthview.jsp numguess.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:24
|
Update of /cvsroot/webwork/webwork/src/resources/web/helloworld/brief In directory usw-pr-cvs1:/tmp/cvs-serv8807/helloworld/brief Removed Files: footer.jsp header.jsp index.jsp login.jsp loginlink.jsp loginstatus.jsp phrase.jsp showgreeting.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:24
|
Update of /cvsroot/webwork/webwork/src/resources/web/example/helloworld In directory usw-pr-cvs1:/tmp/cvs-serv8807/example/helloworld Added Files: index.jsp selectview.jsp Log Message: Refactored examples to /examples. |
From: Rickard ?b. <ric...@us...> - 2002-02-13 21:35:24
|
Update of /cvsroot/webwork/webwork/src/resources/web/example/helloworld/brief In directory usw-pr-cvs1:/tmp/cvs-serv8807/example/helloworld/brief Added Files: footer.jsp header.jsp index.jsp login.jsp loginlink.jsp loginstatus.jsp phrase.jsp showgreeting.jsp Log Message: Refactored examples to /examples. |