Hello Friends,
I am very new in Struts... Actually I am J2ME developer. Recently I shifted to J2EE project. It is typical portal containing Manager, Vendor, Member & Agents login. Code is already written in MVC paradigm. But for handling all this thing there is only one model & it contains all functions for the Vendor, Agent, Member & Manager. The instance of Model is held in session object? Database Beans got the data using the functions from this model class. I will be very thankful to you if any one can guide me how should I proceed for improving performance as well as bringing structured & cleanliness in project.
Currently project is not in struts. I am planning to use Struts Framework for this project. How should I proceed? I think there should be 4 model. So depending on user type session get populated. Also is there any in-built function in struts which can send password over internet in encrypted form? Should I give login pages under WEB-INF ?
For messages I use property file which stored all messages. Is there any better practice?
Thanks in advance.
Regards,
Nikhil Sidhaye
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]