Re: AW: Tomcat -- IBM WebSphere Application Server 4.x

2004-01-16 Thread MBrewer
Websphere 4 is 2.2 not 2.3 compatible. Mike Oliver Thiel [EMAIL PROTECTED] 16/01/04 14:18 Please respond to Struts Users Mailing List [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject AW: Tomcat -- IBM WebSphere Application Server 4.x Thanks for your replay! But that was not

Re: AW: Tomcat -- IBM WebSphere Application Server 4.x

2004-01-16 Thread MBrewer
aka : !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.2//EN http://java.sun.com/j2ee/dtds/web-app_2_2.dtd; not : !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/j2ee/dtds/web-app_2_3.dtd; Mike

Most productive Struts Framework :

2003-11-24 Thread MBrewer
Which of the Struts framworks would you think is the most productive for doing administrative screens over a database? Mike The information in this message is confidential and may be legally privileged. It is

Re: wanted: library for making one jsp page work for many forms

2003-11-17 Thread MBrewer
Has anyone come up with a way of doing this? Mike |-+ | | Janice | | | [EMAIL PROTECTED]| | | | | || | | 06/11/2003 05:53 |

Re: R: who want to join xmoon project ?

2003-11-13 Thread MBrewer
I noticed that the example has a couple of Hibernate xml files in it aswell ? Mike |-+ | | Mario | | | [EMAIL PROTECTED]| | | idea.com| | || |

XML importing :

2003-11-11 Thread MBrewer
Sorry for a unrelated question, but is there a easy way of taking xml data and importing it into a relational database some like person nameMike/name /person gets translated as insert into user values (Mike) etc.. Mike

Re: wanted: library for making one jsp page work for many forms

2003-11-06 Thread MBrewer
I am working on a similar kin of solution, where you only code the Business Objects (in xml) once. This will then generate the lists/edits/deletes/search etc.. at runtime. We have this framework currently working in another language, i was hoping there would be a struts equivalent Mike

Re: Session Times Out

2003-11-03 Thread MBrewer
Make a custom tag like so : Create a tld file with this in it : ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE taglib PUBLIC -//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd; taglib tlibversion1.0/tlibversion

RE: Session Times Out

2003-11-03 Thread MBrewer
Yeah, you would do it in both places. In the jsp when you access it directly, and in the action. Mike |-+ | | Jose Ramon Diaz| | | [EMAIL PROTECTED]| | | di.es | | |

Re: struts plugin

2003-10-30 Thread MBrewer
Sounds very interesting. I am going to be working onto something similar to this focusing on Self Describing Business object. Trying to steer away from doing any duplicate work and also cut down code written. Are you going to intergrate with Hibernate or Ibatis? Mike

Display Tag :

2003-10-15 Thread MBrewer
The display tag jsp library is pretty cool, but can i do lists where i do not know the Names or number of columns until runtime. Mike The information in this message is confidential and may be legally privileged.

Re: Keeping Actions clean - separating actions from business mode l from persistence

2003-10-11 Thread MBrewer
Would it be possible or at least usefull if the SQL objects in that example be used for the Form Beans and for the forms (using XForms). That would really cut don't the amount of work to a minimum Mike |-+ | | Ted Husted | |

Re: Keeping Actions clean - separating actions from business mode l from persistence

2003-10-11 Thread MBrewer
Allow maybe have a couple of generic actions that can save/retrieve and list these objects instead of having to write a action for each form. ie : instead of have to write a form bean/jsp page/edit action/search action/delete action etc.. you just create the xml sql object with some extra

xml objects for forms and persistence

2003-10-07 Thread MBrewer
I will be working on porting a company framework (and hopefully open source it) from ASP/VB (yack!) to Java. The idea of the framework is quite simple. It is a framework for buiding administration screens like update/search edit user but it has some interesting features : The Business objects a