Re: [doing code inspection]
Hi, I would be more happy to know the solution as i do need it. Hope you would send me once u have got it. Thanks Jagan Rao M Calixto Melean <[EMAIL PROTECTED]> wrote: I am looking for code inspection resources on JSP pages. Any guidelines on how to do it, what things to look for, checklist. Can anybody point me in the right direction? thanks === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets Get free email and a permanent address at http://www.netaddress.com/?N=1 === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
Re: [capturing standard out]
HI Chris, I am not sure why you want them. I guess it can be done. I am sure main method will not run in JSP so you have to write some method which does your process and gives an output. Now if you want to get the output try to print it as a file in the server. Then you have to find the location of the file that has been generated and read it using I/O stream. By this way you will be able to read the output and convert it as a string. Now you can pass this string to the System.out.println or what ever you want to do with it. There is a small problem here. You have to make your file name unique so that it can be identified as your application as it may be used by any other person in the network. To achive this you can read the machine ip address as the file name. Hope this would save your purpose. If you find any other solution i would be happy to know. Regards, Jagan Rao M Chris Probert <[EMAIL PROTECTED]> wrote: JSP list, Could anyone help me? I am attempting to run a java class (which has a main method) from within a jsp page, and display the output, which is being sent to System.out.println. Is this possible, I feel that it should be, but my attempts have all fallen flat. If this is not simple to do with jsp, could anyone advise a better way to run a java class and capture the output in a browser? I have tried perl but can't seem to get hold of the output. TIA Chris Probert [EMAIL PROTECTED] Electronic Trade Services St. Alkmunds House 103 Belper Road Derby DE1 3ER === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets Get free email and a permanent address at http://www.netaddress.com/?N=1 === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
Re: [Re: Any good tool for coding JSP]
I hope you can use Alier's home site for your development which is a tool which can highlight the different syntax of the java, html etc. But you can also use a software called Pramati which is downloadable at http://pramati.com its an evaluation copy but you can live with it. You may also try drumbeet 2000 which is also available at the alier's site. Its again an evaluation copy. I have not used it extensively but i feel it can serve the purpose. Jagan Rao M Brian Kearney <[EMAIL PROTECTED]> wrote: I've been using TextPad, which has add-ins for various syntax highlighting (HTML,JSP,Java, C++,...) Check out http://www.textpad.com/ Brian -Original Message- From: M.Velikov [mailto:[EMAIL PROTECTED] Get free email and a permanent address at http://www.netaddress.com/?N=1 === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets