Re: Web security book

2003-02-21 Thread Jim.W.Berg
Professional Java Security by Garms and Somerfield (WROX) Excellent build up of security using Hamlet as the example (e.g How does the King of England know that the message that he received in a locked box from the King of Denmark hasn't been tampered with. How could it have been tampered

RE: [OT] Modeling tools

2003-02-10 Thread Jim.W.Berg
If they could only integrate the pieces better... Jim Berg Sr. Software Specialist PSCI 610-270-4158 [EMAIL PROTECTED] Mark Galbreath [EMAIL PROTECTED] 10-Feb-2003 10:29 Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List'

Re: [OT Flame War Warning] What's a CMS?

2002-11-19 Thread Jim.W.Berg
NOFLAW has reported an insipid Flame War breakout in the Struts mailing list Jim Berg Sr. Software Specialist PSCI 610-270-4158 [EMAIL PROTECTED]

Re: New Struts Article posted on OnJava

2002-11-01 Thread Jim.W.Berg
to anyone trying to reach this page, make surethat you pick up the l in html. My email program has it on the next line. Jim Berg Sr. Software Specialist PSCI 610-270-4158 [EMAIL PROTECTED] [EMAIL PROTECTED] 01-Nov-2002 10:53 Please respond to Struts Users Mailing List [EMAIL PROTECTED]

RE: Can V in MVC be Swing in Struts?

2002-10-18 Thread Jim.W.Berg
We have a prototype that we are using that uses Struts as the framework. We have a JTree applet that is displayed as part of the view component. This way we get to use an Explorer-type interface with the power of the JTree Swing component. The tags to implement a tree pane was pretty ugly on our

RE: [BEER]Disadvantages of Struts

2002-09-12 Thread Jim.W.Berg
Do we really need to expose the skeletons? Especially when they have been imbibing (RE:BEER) Jim Berg [EMAIL PROTECTED] Galbreath, Mark [EMAIL PROTECTED] 12-Sep-2002 07:48 Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List'

RE: If you haven't seen this yet.

2002-06-21 Thread Jim.W.Berg
And I have never seen a Rattlesnake that had a turtle shell! Jim Berg Sr. Software Specialist PSCI 610-270-4158 [EMAIL PROTECTED] Galbreath, Mark [EMAIL PROTECTED] 21-Jun-2002 07:04 Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing

RE: SQL STatements in a Properties file.

2002-06-10 Thread Jim.W.Berg
The reason for putting your SQL in a properties files is so that you or whomever is doing research or maintenance on the code can find all of the SQL in one place, instead of having to search all over for DAO's ( which can get pretty ugly). Abstraction is usually good, obfuscation is not good.

Re: New Site

2002-04-10 Thread Jim.W.Berg
I would also check that your JSP's are pre-compiled. The JSP's are compiled as servlets wen they are first called after changes. That can take some time as well. We have been getting excellent performance across a T1 over the Atlantic that goes from Philly to Raleigh to the UK and back aain.

Re: Why Struts - Ryan Norman

2002-03-27 Thread Jim.W.Berg
Ryan, Struts is app server neutral. I am currently working on a project using struts and WebLogic. We have saved a tremendous amount of time by implementing struts as our framework. You should not be looking at this as struts and Tomcat versus Web Sphere and ? You should look at this as

Re: Struts with (Oracle's) UIX (presentation layer taglib)

2002-02-28 Thread Jim.W.Berg
What is a guy from Chicago doing with Cleveland? How do I look at the tags? Are they on OTN? Or is this a partner promo? Jim Berg U of Chicago '78 Sr. Software Specialist PSCI [EMAIL PROTECTED] Bomb Diggy [EMAIL PROTECTED] 27-Feb-2002 16:16 Please respond to Struts Users Mailing List

RE: changing from *.do to /do/* screws up everything? - Jerry Sp ringersums up...

2002-02-27 Thread Jim.W.Berg
Are you saying that beer on friday contributes to sloppy designs and lazy coding? Jim Berg Sr. Software Specialist PSCI [EMAIL PROTECTED] Galbreath, Mark [EMAIL PROTECTED] 27-Feb-2002 15:02 Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users

Re: Nathan Smith/Corporate/FSC is out of the office.

2002-02-19 Thread Jim.W.Berg
Why do I care? Jim Berg Sr. Software Specialist PSCI [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Can anyone help me how to unsubscribe

2002-02-06 Thread Jim.W.Berg
You can send an email to the following: [EMAIL PROTECTED] When you get a response back, make sure that you send a blank reply to the address indicated in the message. If you do not follow the instructions, then you will not be unsubscribed. I successfully unsubscribed last Friday and then

Re: How to Unsubscribe

2002-02-01 Thread Jim.W.Berg
Read the next to last line in your mesage that was sent. Or any message that you receive. Jim Berg Sr. Software Specialist PSCI [EMAIL PROTECTED] Tony Chen [EMAIL PROTECTED] 01-Feb-2002 08:01 Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: struts-user

RE: When to store files in DB vs. File system

2001-12-03 Thread Jim.W.Berg
Another issue to consider when evaluating file system versus database is synchronizing your database backup with the file system backup if you are keeping file state information in the database. I've managed a couple of document systems where the documents are in a file system and the state of