[java ee programming] pre requisites for J2E

2009-08-17 Thread nShailesh
Hi, I am new to this course . I have gone through the prerequisites for this course. I know java and html but not XML. The site says you need a basic understanding of xml but there are more than 5 to 6 tutorials of xml on w3schools.com like xml , xpath,xquery, xslt etc etc. So what does basic

[java ee programming] Re: pre requisites for J2E

2009-08-17 Thread miga
On Aug 17, 11:12 am, nShailesh nshaileshshi...@gmail.com wrote: Hi, I am new to this course . I have gone through the prerequisites for this course. I know java and html but not XML. The site says you need a basic understanding of xml but there are more than 5 to 6 tutorials of xml on

[java ee programming] Re: pre requisites for J2E

2009-08-17 Thread Natalia
I think you basically need to understand how tags work in XML, what is a well formed tag/document, how you put some tags into others, the attributes, etc you don't really need to know much, if anything at all about xpath,xquery, xslt, etc. On Mon, Aug 17, 2009 at 11:12 AM, nShailesh

[java ee programming] Servlet program - not running

2009-08-17 Thread arindam chatterjee
Hi, The servlet program from JavaTM EE (J2EE) Programming (with Passion!) Basics-Web Core Technologies: Servlet and JSP-Servlet Basics-4002_servletbasics.zip-hello2 NetBeans project is not running in Netbeans IDE.When I am clicking run,it is showing *Could not access the URL through the

[java ee programming] Security Manager

2009-08-17 Thread Vikram Bhushan
Hi friends , Can some one tell me what is this Security Manager . Vikram --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to

[java ee programming] unsubscribe

2009-08-17 Thread Silva, Jeferson (GE Infra, Energy)
unsubscribe -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of Vikram Bhushan Sent: Monday, August 17, 2009 11:16 AM To: java-ee-j2ee-programming-with-passion@googlegroups.com

[java ee programming] join the Ajax group

2009-08-17 Thread Lili Xu
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion! group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe

[java ee programming] Re: pre requisites for J2E

2009-08-17 Thread Tommy
OK If you need to learn XML I leave a link https://www.yousendit.com/transfer.php?action=downloadufid=MnFoVWRwYUlRWUkwTVE9PQ A book java and XML and java pragramming however if you need to practice XML I suggest to download ALTOVA and practice xml, that's a great tool On 17 ago, 03:20, miga

[java ee programming] jstl homework question

2009-08-17 Thread pacior
Good Morning, I have copied HelloWeb project and opened it. When i run application i get exception in the output. It look like the servlet Init cannot be execeuted and no data can be passed to servlet context. Additionally, similar application in JSTLExamples contain the same Init servlet and

[java ee programming] Required help in using Data Source

2009-08-17 Thread raja sekhar
Hi friends, My application requires connection pooling to database. For that I am going for DataSource. Can any one help/guide me how to use with simple program kind of the thing Thanks in advance -- Raja. --~--~-~--~~~---~--~~ You received this

[java ee programming] Re: Required help in using Data Source

2009-08-17 Thread pathak . nitin
Datasource has properties which need to be altered for different containers (container specific for physical connections in most of the cases), where our datasource instance will be registered through JNDI API. There are various ways for setting the datasource in Tomcat or WebSphere for that