[java ee programming] Re: deployment descriptor

2009-07-03 Thread Justin Hogg
This file (web.xml) contains all configuration and deployment settings for a web application and its components - it must reside in the WEB-INF directory (of a web app). Its structure and content is a standard for all J2EE containers. i.e. is understood by all J2EE containers. web.xml can define

[java ee programming] Re: Difference between get parameter value

2009-06-21 Thread Justin Hogg
Hi Johan, There is no real difference in functionality. ${param.parametername} uses the expression language syntax (EL) and is generally prefered for JSP's. <%= request.getParameter("parametername") %> is an expression and bad practice. Although both will work and ok for a 'home' project, most

[java ee programming] Re: Need help

2009-06-01 Thread Justin Hogg
Have a look at: http://quercus.caucho.com/ Its a Java implementation of PHP. Regards On Mon, Jun 1, 2009 at 5:22 AM, manu wrote: > > Hello, > I am Using jdk 6 + Eclipse 3.4.2 + Tomcat 6.0 and apache 2.0and mysql > 5.0 + php 5.1. i want to run my project at tomcat and use java library > at php