Unit Testing with JUnit 4
This short tutorial describes how to create a JUnit test case in Eclipse and how to run one or more test cases.
This short tutorial describes how to create a JUnit test case in Eclipse and how to run one or more test cases.
Eclipse 4 has reinvented itself by redefining its internal API and its capabilities. This session presents the new API of Eclipse 4.
Learn how you can use Eclipse’s quick-fix refactoring (and a little common sense) to restructure some hairy code into something rather more palatable.
One of the major themes of Java EE 7 and JPA 2.1 is multi-tenancy and EclipseLink, the JPA 2.1 reference implementation, has blazed the trail by shipping support for both multi-tenancy and tenant specific extensions in the Eclipse Indigo release. EclipseLink multi-tenancy enables the use of a single persistence unit …
Java EE 6 development has never been easier in Eclipse. This session shows how the Eclipse platform enables Java EE 6 application development, deployment, and debugging for GlassFish. The presentation dives into the new specifications introduced by the Java EE 6 platform, such as Servlet 3.0, JSF 2.0, dependency injection, …
The AWS SDK for Java and the AWS Toolkit for Eclipse enable developers to easily manage AWS resources, quickly build web scale Java applications that interact with AWS services, and deploy those applications to the AWS platform. Learn what functionality the AWS SDK for Java and the AWS Toolkit provide, …