Hi there! I am new to Struts technology and I have few doubts to clarify from U experienced people.... I am considering to move our web-application which is now based on MVC architecture to Struts and as a first step I'm doing some research on it and got stuck with few things.
My doubts are - 1. From what I understood, at the Controller end - the Controller servlet and the mapping of the actions is provided by the framework. But when I saw the example struts application, I got bit confused with the structure of struts - when it comes to session & entity beans. In user guide it's mentioned that "the design is not good" or "considered a bug in the design" as business logic is embedded in actions - this statement implies I can have my entity beans as usual. But can I maintain some session scope beans too or is there any alternative structure in the Struts framework??? I mean is the design of session and entity beans left to us?? 2. For the View - is there any functionality in struts to switch between different views depending upon what client (viewer) U have - desktop, Palm, mobile, etc 3. Can I use Access database at the back-end. I have seen few examples but they were using Mysql. I really appreciate any suggestions or input. Thanks. -Madhavi -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

