RE: AW: Struts vs. JADE (from IBM) - feature and usability comparison - need help!

2001-09-07 Thread Brugge, John
Two points to consider: 1. The WAS 4.0 admin tool is based on Struts 0.5, which is quite antiquated. That's not a hearty endorsement for Struts 1.0. 2. IBM is a *big* organization. The fact that the consulting group may be pushing something besides Struts while the WAS group is using Struts is no

RE: Line of Code Counter?

2001-09-07 Thread Brugge, John
Check out JavaNCSS (NCSS = "non-commenting source statements"). In addition to simple lines of code in your application, it counts lines per method, methods per class, and classes per package, to name just a few metrics. The output is in a nice tabular format, easy to read and easy to analyze. ht

Security question - how to provide faithful redirect?

2001-08-07 Thread Brugge, John
This is a question that's only partially related to Struts, but on the topic of application security. The crux of it is trying to understand how to faithfully redirect a request, including the HTTP method. For a number of reasons, we've chosen to implement a lightweight authentication and authori

RE: Struts on IBM WAS 4.0 - Error removing attributes from reques t sc ope!

2001-07-25 Thread Brugge, John
Yes, WAS 4.0 is a big step forward in usability. However, if you look closely at the struts.jar file that is ships with, it's Struts 0.5. That notwithstanding, the console looks like a pretty sophisticated app. Probably not trivial for them to move it to Struts 1.0. John > -Original Message-

RE: Struts on IBM WAS 4.0 - Error removing attributes from reques t sc ope!

2001-07-25 Thread Brugge, John
Pardon my skepticism, but from all appearances, the WAS 4.0 GA release is out (nothing on the IBM WebSphere site says that the 4.0 you can now download is beta), and this particular issue is *not* resolved. The antiquated version of Jasper is still included. And from the response to my question ab

RE: Struts 1.0 on WebSphere 3.5.4?? (and on WAS 4.0)

2001-07-03 Thread Brugge, John
Sadly, it looks like WAS 4.0 is still using a buggy Jasper library, as the Struts 1.0 Final sample app still complains with the same error. IBM Marketing apparently doesn't understand what it means to "support" open standards (http://www7b.boulder.ibm.com/wsdd/products/supportstds.html). Just sa

RE: WebSphere, Jasper and Struts 1.0b3

2001-06-13 Thread Brugge, John
or instance, suppose that this > particular build of Jasper requires a particular build of Xerces -- well, > multiple other parts of the system depended on the LAST build of Xerces, > and the new build just changes one or two minor things... you get the > picture. This is the reason

RE: WebSphere, Jasper and Struts 1.0b3

2001-06-13 Thread Brugge, John
ttp://www.mail-archive.com/struts-user@jakarta.apache.org/msg08663.html > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=932 > > I think severl people have been successfull in getting their containers to > use newer versions of Jasper without help from their vendor. > > --Steve > > >

WebSphere, Jasper and Struts 1.0b3

2001-06-13 Thread Brugge, John
We're trying to deploy our Struts application to WebSphere 3.5.4, and are running into problems with what appears to be an outdated version of Jasper shipping with WebSphere. I'm wondering if others have seen similar problems. [Note: we've been doing development using Tomcat 3.2.1, with no proble

RE: (architectural issue/feature request) JavaBeans in Struts aren't flexible enough

2001-04-26 Thread Brugge, John
How you feel about type safety and having a/the compiler help you out will also play into your choice here. For all of the pain that creating JavaBean classes causes, they do create a well-defined interface that developers of JSPs can use to rely on to know what data is available. If all you're pa

RE: How can a Struts Action developer best document the system fo r a JSP developer?

2001-03-19 Thread Brugge, John
efore releasing it to the list, but I'll work on getting it up on a web page in the next couple of days for you. John, maybe you can take it and add what you think is missing. :-) Thanks, Derek. -Original Message- From: Brugge, John [ <mailto:[EMAIL PROTECTED]>] Sent: Monday

RE: How can a Struts Action developer best document the system for a JSP developer?

2001-03-19 Thread Brugge, John
Title: RE: How can a Struts Action developer best document the system for a JSP developer? Bryan, You might check out a recent article on JavaWorld called "Doclet your Servlet" (http://www.javaworld.com/javaworld/jw-03-2001/jw-0302-doclets.html) that describes a custom doclet that understand

RE: Has anyone implemented security and authentication in a Struts app?

2001-02-26 Thread Brugge, John
Title: RE: Has anyone implemented security and authentication in a Struts app? We are in the process of writing a lightweight framework for role-based authorization because no other options have panned out. I've searched for open-source solutions, but find none. As David Geary said, it's not r

RE: Still need help with VAJ & Struts

2001-02-23 Thread Brugge, John
Title: RE: Still need help with VAJ & Struts Tom, We have Struts (Jan 16 build) and VAJ 3.5.2 working with the Tomcat Test Environment from IBM. It took a little while to figure out, but we seem to have a repeatable process now. We started with the "Mini-HOWTO" contributed by Nikolaus Rumm

RE: Dreamweaver

2001-02-05 Thread Brugge, John
Arjan, Greetings! I work for Compuware in Madison, Wisconsin (USA) and I'd be interested to hear of your progress with DreamWeaver and/or UltraDev extensions for Struts. I'm at a client right now that's beginning to use Struts for an intranet project, and I'm very impressed with the core framewor