Uhhhm. Really anybody works this way? In any Enterprise, the web designers are the responsible of create the jsp�s with tools such dreamweaver? I hear a lot such situation but i don�t know anybody that work this way.
I think that usually are programmers (web programers but programmers(usually the juniors)) wich take the HTML(only html) generated by the designers and insert all the jsp and java stuff. Really JSP is a java class and is very dangerous that people that don�t understand java programming touch a JSP(a designer can understand a compilation error from the tomcat, Jrun, etc?). If your project is very large is usual that certain programmers, work with the logic stuff(beans, servlets, taglibs, ejb�s.....) and other programmers (web programmers) work with jsp or another template engines (velocity, xsl....). But if anybody works this way, I�m happy to hear their impressions. -----Mensaje original----- De: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]En nombre de Greg Dunn Enviado el: martes, 28 de mayo de 2002 18:10 Para: [EMAIL PROTECTED] Asunto: Re: Separation of HTML and Java work in a JSP In a perfect world, no Java code would go in the JSP itself, it would all be in servlets, custom tags or beans. Then the designer only needs to know how to insert code for a tag or bean and what information the tags or bean will return; and which servlet to use as a form action or whatever. Designers can also use something like Dreamweaver to help with tag libraries. Greg -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Luis Javier Beltr�n Sent: Tuesday, May 28, 2002 11:01 AM To: [EMAIL PROTECTED] Subject: Separation of HTML and Java work in a JSP Hi everybody, I'm a bit confused about the way JSPs should be programmed. Which is the correct way to separate HTML design from Java logic? should a person be responsible for the HTML and another person should take this result and program the logic? but the presentation changes depending on the parameters passed, so all these posibilities should be programmed by the designer? I think the most practical way is that a person should know about design and Java. Is this right? Thanks a lot! Luis Javier =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
