*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
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
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
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
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
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
--~--~-~--~~~---~--~~
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
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
//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
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
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--(
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
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
13 matches
Mail list logo