JSPs and Servlets Tutorial 01 – Setting Up
This video shows how to set up and configure Eclipse and Tomcat in our development environment.
This video shows how to set up and configure Eclipse and Tomcat in our development environment.
In the Java world, Not-only-SQL (NoSQL) systems can be applied in a large number of problem domains. In general, it’s safe to say that NoSQL is a contender against traditional RDBMSs if data storage and retrieval needs aren’t transactional.
Your users often know how to write code. Take advantage of that by creating a custom DSL — a minilanguage. This session goes over the different ways you can provide your users with the ability to write code that’s executed inline and how to add features to that code that …
The NoSQL movement has stormed onto the development scene and it’s left a few developers scratching their heads, trying to figure out when to use a NoSQL database instead of a regular database, much less which NoSQL database to use. This video examines the NoSQL ecosystem, looks at the major …
JavaFX 2.0 is the next version of a revolutionary rich client platform for developing immersive desktop applications. One of the new features in JavaFX 2.0 is a set of pure Java APIs that can be used from any JVM language, opening up tremendous possibilities. This talk demonstrates the future potential …
The what/why/how of runtime binary patching of JAVA applications, frameworks and application servers to provide custom integration. We will follow the JRebel integration story from dirty bytecode insertions to readable Java code patches. The session is intended for advanced Java developers interested in patching or integrating with binary java applications.