Re: confusion about view part!!!

2002-08-29 Thread Billy Ng

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]




Re: confusion about view part!!!

2002-08-29 Thread John Yu

Hi Amit,

Converting static html pages into struts pages is a pretty common routine 
in medium/large projects, in which programmers get the mock-up pages from 
graphical designers.

Using javascript and stylesheet shouldn't add any complication to the 
conversion process. One thing to watch out is that links to css may need to 
be modified to dynamically prepend the servlet context. Besides, the 
conversion process can be quite tedious and mechanical.

infommercial-insert
 There are tools like Scioworks Camino which can automate the process.
 See http://www.scioworks.com/scioworks_camino.html for details.
/infommercial-insert

Frames and Struts are compatible.


At 01:17 pm 29-08-2002, you wrote:
Hi All,

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.

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?

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?

Please help me to sort out.

Thanks in reading the mail.

Amit Badheka.

-- 
John Yu   Scioworks Technologies
e: [EMAIL PROTECTED] w: +(65) 873 5989
w: http://www.scioworks.com   m: +(65) 9782 9610

Scioworks Camino - Don't develop Struts Apps without it!


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




RE: confusion about view part!!!

2002-08-29 Thread Trieu, Danny

Amit,

I've been using Struts/Tiles for quite sometime.  They works well together.
My only advice is stay away from frame and JavaScript that control the
lookfeel as much as possible(this doesn't mean you have to avoid using it).


danny

-Original Message-
From: Amit Badheka [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, August 28, 2002 10:18 PM
To: Struts Users Mailing List
Subject: confusion about view part!!!


Hi All,

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.

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?

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?

Please help me to sort out.

Thanks in reading the mail.

Amit Badheka.


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




Re: confusion about view part!!!

2002-08-29 Thread Amit Badheka

Thanks to all.

Amit Badheka.

- Original Message -
From: Trieu, Danny [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Thursday, August 29, 2002 10:21 PM
Subject: RE: confusion about view part!!!


 Amit,

 I've been using Struts/Tiles for quite sometime.  They works well
together.
 My only advice is stay away from frame and JavaScript that control the
 lookfeel as much as possible(this doesn't mean you have to avoid using
it).


 danny

 -Original Message-
 From: Amit Badheka [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, August 28, 2002 10:18 PM
 To: Struts Users Mailing List
 Subject: confusion about view part!!!


 Hi All,

 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.

 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?

 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?

 Please help me to sort out.

 Thanks in reading the mail.

 Amit Badheka.


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





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