Dean,

I'm not sure that I fully understand your question.  However, Rose 2001 J2EE
framework includes the Sun Servlet API package classes.  This allows you to
configure any class as a Generic or HTTP servlet.  Once you do that, you can
specify which of the standard Servlet methods (i.e. init, destroy, do, post,
etc.) you want to have.

Typically, you will want to convert your control classes to servlets if you
use the M-V-C model.

Let me know if this helps,
Vincent.

-----Original Message-----
From: Dean Curtis
To: '[EMAIL PROTECTED]'
Sent: 4/27/2001 3:10 PM
Subject: (ROSE) Templates


Is there a means in Rose to build templates of modifiable standardized
servlets?  I want a set of standard Servlets, and methods for each type,
and
standard code in each method.  Then the programmer could generate the
servlet, and replace code in each method like "YOUR_JSP_NAME_HERE" etc. 
 
Thanks in advance.
 
Dean Curtis
Systems and Data Architect
Aptis Software
512.732.4278
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages:
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
************************************************************************
*
************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to