Which Struts Version To Use?

2017-09-18 Thread Phillips, Bruce A
We still have a couple of web apps that are using Struts version 2.3.32 We want to update those web apps to the latest version of Struts but I’m not sure what version to update to. I see a 2.5.13 and a 2.3.34 – both tags seem to be recently created. Should I update to 2.5.13 or should I stay on

RE: Unit Testing in Struts 2.1.6

2009-10-14 Thread Phillips, Bruce A
see: http://www.brucephillips.name/blog/index.cfm/2009/9/5/Unit-Testing-A-Struts-2-Action-Class--Struts-2-JUnit-Plugin Bruce -Original Message- From: Dan R. Olsen III [mailto:danec...@gmail.com] Sent: Tue 10/13/2009 5:04 PM To: user@struts.apache.org Subject: Unit Testing in Struts 2.

RE: Struts 2.1 book

2009-11-02 Thread Phillips, Bruce A
You may want to get Dave Newton's apache struts 2 web application development book (2009, Packt Publishing) which covers many of the newer features of Struts 2.1.X. Bruce -Original Message- From: Muthu Velappan [mailto:muthu.velap...@aspiresys.com] Sent: Sunday, November 01, 2009 10:30

Basic Struts 2 Examples

2008-10-14 Thread Phillips, Bruce A
I've posted some very basic Struts 2 examples on my blog that others may find useful. I'm not a Struts 2 expert so if I've gotten something wrong, please let me know. You can start here to read the articles and view the examples: http://tinyurl.com/3p433v or visit my blog home page at

Struts 2 JasperReports Plugin How to Use XML As The Data Source

2008-10-27 Thread Phillips, Bruce A
I'm working on a Struts 2 web application (using Struts version 2.1.2) that needs to take an XML file and create a PDF report. I've previously used the Struts 2 JasperReports plugin to generate a PDF but my data source was an ArrayList. For example see: http://www.brucephillips.name/blog/inde

RE: Struts 2 JasperReports Plugin How to Use XML As The Data Source

2008-10-28 Thread Phillips, Bruce A
2 JasperReports Plugin How to Use XML As The Data Source Am Montag, 27. Oktober 2008 schrieb Phillips, Bruce A: > Any help would be greatly appreciated. Use the stream Result of Struts2 and construct your PDF with Jasper "without the plugin". Take a look at the examples of J

Deploying Struts 2 Portlet Into Pluto 1.1.6 Portlet Container

2008-12-05 Thread Phillips, Bruce A
We have been using the Pluto 1.1.6 Portlet container (http://portals.apache.org/pluto/) to test our JSR-168 portlets. Our team needs help learning the correct way to setup a Struts 2 portlet to run within the Pluto 1.1.6 portlet container. We've studied the Struts 2 example portlet tutorial (http

Struts 2 Portlet Tutorials Archetype No Longer Available

2008-12-23 Thread Phillips, Bruce A
The archetypes for the two portlet tutorials listed in the Struts 2 tutorials on the Apache Struts 2 Documentation are no longer available on the repository. See: http://struts.apache.org/2.x/docs/developing-a-portlet-using-eclipse.html and http://struts.apache.org/2.x/docs/struts-2-portlet-tut