[java ee programming] Re: Future plan for Java EE course

2009-07-08 Thread Marimuthu udayakumar
*Hello Rajesh, The name of the Java platform for the enterprise has been simplified. Formerly, the platform was known as Java 2 Platform, Enterprise Edition (J2EE), and specific versions had "dot numbers" such as J2EE 1.4. The "2" has been dropped from the name, as has the minor

[java ee programming] Re: Future plan for Java EE course

2009-07-08 Thread miga
On Jul 9, 7:39 am, rajesh sawant wrote: > Hello All, > Can any one explain me what us difference between J2EE and Java EE? There is no intrinsic difference, though the internals have considerably changed. Up to version 1.4, it was named J2EE, the newer versions are named Java EE. There is also

[java ee programming] Re: Future plan for Java EE course

2009-07-08 Thread rajesh sawant
Hello All, Can any one explain me what us difference between J2EE and Java EE? Appreciate any help Thanks, Rajesh From: Sang Shin To: Java EE (J2EE) Programming with Passion! Sent: Wednesday, 8 July, 2009 8:30:06 AM Subject: [java ee programming] Future pla

[java ee programming] Re: What happens after deleting application folder from webapps directory

2009-07-08 Thread John Joseph
I did delete the war file and the directory tomcat restarted Checked by closing the browser and checked then last I did reboot my machine and checked I could access the my deleted appliaction --- On Thu, 9/7/09, mak pandian wrote: > From: mak pandian > Subject: Re: [java ee programming] W

[java ee programming] What happens after deleting application folder from webapps directory

2009-07-08 Thread John Joseph
Hi My understanding about deplying application on tomcat is that Place your "application.war" files in webapss directory , restart tomcat your application will be deployed Or you could deploy it using tomcat manager Now my doubts is that , (1) what happens if I delete the "application.war

[java ee programming] SCJP

2009-07-08 Thread ANUJ KUMAR
please tell me the website from which i can get free scjp mock tests Thanks&Regards Anuj Kumar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, s

[java ee programming] unsubscribe

2009-07-08 Thread Tamara Simpson
--~--~-~--~~~---~--~~ 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 from this g

[java ee programming] Please unsubscribe from this group

2009-07-08 Thread Kamath, Mangala
From: java-ee-j2ee-programming-with-passion@googlegroups.com on behalf of Erdal KAYA Sent: Wed 7/8/2009 7:31 AM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] publishing web service //servis.class package webservis; import java

[java ee programming] publishing web service

2009-07-08 Thread Erdal KAYA
//servis.class package webservis; import javax.jws.WebMethod; import javax.jws.WebService; @WebService public class servis { @WebMethod public String servis() { return "Hello"; } } //main.class package webservis; import javax.xml.ws.Endpoint; public class Main { publi

[java ee programming] Future plan for Java EE course

2009-07-08 Thread Sang Shin
Folks, Now that the current session of "Java EE programming (with Passion!")" is finished, I thought I would let folks know the future plan I am thinking about for this course. Basically, the current contents will be divided into the following two courses -"Java EE programming (with Passion

[java ee programming] Re: Java Unit Test Tool

2009-07-08 Thread Nirmal Kumar
Hi Pallavi, As the name implies JUnit enables the developer to do Unit Testing. With JUnit the developer can Unit Test his/her class methods with different inputs. Thanks, Nirmal \\\/// / \ | \\ // | ( | (.) (.) |) --o00o--(

[java ee programming] Re: Java Unit Test Tool

2009-07-08 Thread Srinivas Mutha
Hi, A java unit tool, is a program (mostly a plug-in stuff working with almost all java IDEs) written in java which could be used for following purpose 1) Static program analysis. 2) Code analysis 3) unit level testing 4) Security analysis 5) Compliancy testing 6) Business System testing Reg

[java ee programming] Re: Java Unit Test Tool

2009-07-08 Thread Pallavi Shah
what does a java unit tool do? On Jun 12, 8:31 am, Nirmal Kumar wrote: > Hi Maal, > > I think the best JAVA UNIT TOOL is obviously *JUNIT*. > > Its open source and plugs into any of the IDEs whether NetBeans, Eclipse, > JDeveloper, and etc > Try that. > > Nirmal. > > On Thu, Jun 11, 2009