>I am working on very large scale b2b portal containing Jsp pages which usus 
>javascripts and style sheets in bulk.
>
>So, I am confused that view pages should be made directly using struts tag 
>or it should be easy to make in html and then convert into struts.

I am confused too.  Since you have jsp pages, why do you bother to make them 
in html in Struts?  You can simply forward whatever the jsp page (forward 
tag) that is registered in the struts-config.xml.

>
>In my company designers are not aware with struts so we are going to get 
>html pages.
>
>do any one has idea that how difficult it is going to be if we converts 
>html pages(with bulky javascript and stylesheets) into struts?

You can mix servlet script, tags, and html in the jsp file.  In the tags, 
e.g. <html> tag, you can set the style-sheet or javascript event attributes. 
  It should not be hard.

>Also, designers are used to make pages using frames, so is there any 
>problem using frames in struts or templates (or tiles) is better option?

I have not used frames in my struts app.  I don't know this.  You can find 
what other people say in the mail archives.  I heard lots of good things 
about Tiles.  I am using template tags. I find it pretty handy.

>
>Please help me to sort out.
>
>Thanks in reading the mail.
>
>Amit Badheka.
>




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to