RE: Persistence Framework Comparison?

2002-10-04 Thread Robert J. Sanford, Jr.
There are two things that I want/need in a persistence framework and I have yet to find them. I know that OJB does not support them and I have not looked very hard at the others. Maybe you can tell me if Expresso handles them. 1) Read only attributes so that a setter method is not automatically

RE: Persistence Framework Comparison?

2002-10-04 Thread Robert J. Sanford, Jr.
There are two things that I want/need in a persistence framework and I have yet to find them. I know that OJB does not support them and I have not looked very hard at the others. Maybe you can tell me if your product handles them. 1) Read only attributes so that a setter method is not

RE: Persistence Framework Comparison?

2002-10-04 Thread Robert J. Sanford, Jr.
But, I cannot guarantee that the view I am reading from is updateable so I How can you not guarantee this if you are creating the data model? I don't understand. 1 - I cannot guarantee the database that I will be using. Customer requirements and all that other rot. 2 - On one of

[OT - Other Tech] - Struts for JMS...

2002-09-12 Thread Robert J. Sanford, Jr.
Okay, I've bought into MVC in a big way and I think I might be trying to solve a problem that doesn't need to be solved. I know this is not about Struts specifically but since this is a great place to discuss MVC... Is there (or does there need to be) an MVC framework for JMS subscribers? You

RE: [OT] MySQL vs PostgreSQL and SAP DB (was RE: Struts and Large ResultSet)

2002-09-09 Thread Robert J. Sanford, Jr.
For my money, or the lack thereof :), I would much rather use PostgreSQL or SAP DB than MySQL for both feature AND, believe it or not, performance reasons. One of the developers on the SourceForge project did a very nice comparison of how SF would run on both MySQL and PostgreSQL and he was very

RE: Java Server Faces and Developer Life Comments

2002-08-30 Thread Robert J. Sanford, Jr.
In regards to your comments that Microsoft makes your life easier I have to generally agree. They learned a lot from the PowerBuilder and Borland people for their Visual C++ and Visual Basic applications. And they have continued to evolve that into more than just writing standalone apps -

RE: [BEER] Is it Friday Yet?

2002-08-29 Thread Robert J. Sanford, Jr.
Ou sont me cles? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 2:57 PM To: Struts Users Mailing List Subject: RE: [BEER] Is it Friday Yet? Non, nous employons le convertisseur anglais-français d'email. C'est une application de

Bad Day

2002-08-19 Thread Robert J. Sanford, Jr.
My day is awful, I'm sick, I'm behind schedule, my wife is sick, my baby is sick, I'm behind schedule, I'm sick... It won't make any difference because I have to work this weekend anyway but can we pretend today is Friday? rjsjr -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Bad Day

2002-08-19 Thread Robert J. Sanford, Jr.
://www.open-tools.org/struts-atlanta -Original Message- From: Robert J. Sanford, Jr. [mailto:[EMAIL PROTECTED]] Sent: Monday, August 19, 2002 5:08 PM To: [EMAIL PROTECTED] Subject: Bad Day My day is awful, I'm sick, I'm behind schedule, my wife is sick, my baby is sick, I'm

RE: Struts Persistence

2002-08-09 Thread Robert J. Sanford, Jr.
OJB is very important, Personally, I think that's an understatement. At this point (and I think they're fixing to do some major refactoring, so it would be hard to speak of what will come), from what I can tell, all configuration is very declarative. What does this mean to the user?

RE: xml-xslt v jsp

2002-05-13 Thread Robert J. Sanford, Jr.
munged together from multiple posts... 1) The development of the XSLT will be done by whom? Normally you want to separate the presentation from the development. XSLT is a very strong tool but can be considered almost a programming language. So you either teach web designer's XSLT, or you

RE: Flash

2002-05-02 Thread Robert J. Sanford, Jr.
!!! GGGHH !!! stop. just stop. it's obvious to me at least that there are two perspectives that are not going to be reconciled here both of which are saying you don't understand. to which i say so what! i don't give a two bit pickle as to who started

alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
i don't know if this sort of thing even exists or if it is even feasible but asking never hurts... what i want is to not have my jsp's compiled into servlets but into beans. with struts i already have a nice framework that allows multi-threaded access to a centralized controller with the ability

RE: alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
Users Mailing List; [EMAIL PROTECTED] Subject: Re: alternative jsp compiler? Hi Robert, how these bean could be invoked by http requests even if they are not servlet? the only way I know alternative to servlet to handle http interactions is SOAP. Pino At 11.11 03/04/2002, Robert J. Sanford

RE: alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
into my head one day. rjsjr -Original Message- From: Marcelo Vanzin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 11:30 AM To: Struts Users Mailing List Subject: Re: alternative jsp compiler? Robert J. Sanford, Jr. wrote: servlet (instantiated by compiling .jsp-.java

RE: alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
compiler? Robert J. Sanford, Jr. wrote: the difference is that a new servlet is actually a process (for lack of a better term) in the container where the bean would not be - it would be invoked from the thread accessing the controller servlet. BTW, if I understand you correctly, what

RE: alternative jsp compiler?

2002-04-03 Thread Robert J. Sanford, Jr.
thanks! and you're right about drinking cheap beer as well. rjsjr -Original Message- From: Marcelo Vanzin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 2:12 PM To: Struts Users Mailing List Subject: Re: alternative jsp compiler? Robert J. Sanford, Jr. wrote: so

RE: Preview OReilly Struts Chapters Online - Soon

2002-03-28 Thread Robert J. Sanford, Jr.
i vote for the struts design strategies, packaging, and taglibs as the most interesting. rjsjr Chapter 2.The Web Server/Servlet Container Relationship Chapter 3.Overview of the Struts Framework Chapter 4.Configuring web.xml and struts-config.xml Chapter 5.Struts Controller

RE: Things that use Struts

2002-01-18 Thread Robert J. Sanford, Jr.
hmm, beer. bass, guiness, newcastle brown ale, harp... yummy! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 12:09 PM To: Struts Users Mailing List Subject: Re: Things that use Struts Sorry...I think you'll find

RE: Action an overkill ??

2001-12-07 Thread Robert J. Sanford, Jr.
for everyone. On Thu, 6 Dec 2001 14:10:41 -0600, Robert J. Sanford, Jr. wrote: pardon my naivete... but couldn't the presentation of the table be a JavaScript based table with buttons (or whatever) on the column headers that handles the data sorting on the client

RE: Action an overkill ??

2001-12-07 Thread Robert J. Sanford, Jr.
there's a big difference between an application that is based for use over a network by multiple users and an application that runs entirely locally. in the regard you describe, there is every reason to do that on the client, particularly since all the data exists on the client to begin

RE: Best Struts Web Server

2001-12-07 Thread Robert J. Sanford, Jr.
jetty is better than resin? define better. both jetty and jboss are open source if that is important to you (i assume it is since you are using struts) whereas resin requires licensing fees starting at $500/server. both jetty and resin have both demonstrated high performance as both web

RE: Action an overkill ??

2001-12-07 Thread Robert J. Sanford, Jr.
rely on JavaScript to validate your data], why not do it? An added benefit is you will have fewer requests to your server, less required bandwidth, etc. Nathan Anderson SUM-Ware, Inc. -Original Message- From: Robert J. Sanford, Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, December

RE: Action an overkill ??

2001-12-06 Thread Robert J. Sanford, Jr.
pardon my naivete... but couldn't the presentation of the table be a JavaScript based table with buttons (or whatever) on the column headers that handles the data sorting on the client side? that would allow you to dump the data down to the client in whatever initial order is deemed appropriate

RE: If someone is interested

2001-11-19 Thread Robert J. Sanford, Jr.
yes please -Original Message- From: Peter Georgiou [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 8:36 AM To: Struts Users Mailing List Subject: Re: If someone is interested I think there are so many people interested you may as well publicly show the code. Peter

RE: [ANNOUNCE] Struts Console v1.1 beta 2

2001-11-19 Thread Robert J. Sanford, Jr.
any chance of struts console being ported over to Eclipse (http://www.eclipse.org)? rjsjr -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Monday, November 05, 2001 9:01 PM To: [EMAIL PROTECTED] Subject: [ANNOUNCE] Struts Console v1.1 beta 2 Struts Console

RE: Struts Vs Expresso 4

2001-11-15 Thread Robert J. Sanford, Jr.
is there a beta of webappwriter that we can download now that expresso4 has been officially released? rjsjr -Original Message- From: Pete Carapetyan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 8:02 AM To: Struts Users Mailing List Subject: Re: Struts Vs Expresso 4