Java
Narrow your search further by browsing some of the sub-categories below.
- Server-side (15)
- Client-side (2)
- Mobile (4)
- Frameworks (15)
- Persistence (2)
- Performance (5)
Show: All |
Refcardz
|
Whitepapers
|
Webcasts/Podcasts
|
Downloads
11/06/2009
Terracotta Ehcache Performance
In this white paper you will see how to boost performance with Terracotta’s Ehcache caching products, identify how to select which Ehcache product is right for your application, and see in performance comparison based on Spring’s PetClinic... Read More - [Publisher: Terracotta]
08/30/2009
Getting Started with Oracle Berkeley DB
This DZone Refcard provides a brief introduction to the Oracle Berkeley DB family. The author, Masoud Kalali, then moves on to discuss in depth the Oracle Berkeley DB Java Edition, including: Transaction Support, Performance Tuning, Backup, and... Read More - [Publisher: DZone, Inc.]
08/28/2009
How Java Developers Can Write Great SQL
Java developers, including me, are typically not the best SQL architects: we know how to write SQL to get the data that we need, but tuning SQL is not our first passion. In complex applications that involve dozens of frameworks and technologies, it... Read More - [Publisher: Quest Software]
08/16/2009
Getting Started with ColdFusion 9
Adobe ColdFusion is a rapid application development toolkit that is written in Java and runs on top of the JVM. This DZone Refcard will take you through the various pieces and languages that comprise ColdFusion and will list various ways of... Read More - [Publisher: DZone, Inc.]
07/30/2009
Big Modular Java with Guice
Learn how Google uses the fast, lightweight Guice framework to power some of the largest and most complex applications in the world. Supporting scores of developers, and steep testing and scaling requirements for the web, Guice proves that there... Read More
07/27/2009
Tutorial: Event Processing with GlassFish ESB
This tutorial explores one of OpenESB’s most exciting JBI components — the Intelligent Event Processor (IEP). The IEP service engine is a supported component in GlassFish ESB 2.1. It provides powerful support for event-driven architecture (EDA),... Read More - [Publisher: Sun Microsystems]
07/27/2009
GlassFish ESB Tutorial - A Gentle Introduction
This tutorial provides a comprehensive, hands-on introduction to the Open ESB technology that is making its way into Sun commercial products — GlassFish ESB and Java CAPS 6. You will tackle six mini-projects that come together to provide a small,... Read More - [Publisher: Sun Microsystems]
07/26/2009
Getting Started with Apache Wicket
Among the dizzying number of Web frameworks available today, Wicket’s simple and intuitive approach to Web development has led it to become a favorite among many Java developers. This Refcard brings you quickly up to speed on some of the key... Read More - [Publisher: DZone, Inc.]
07/12/2009
NetBeans IDE 6.7 Update
Updated for NetBeans IDE 6.7, this Refcard provides a thorough exposition on how to optimally handle Java code in the editor, covering viewing, navigation, source handling, and refactoring. It also provides all the essential keyboard shortcuts you... Read More - [Publisher: DZone, Inc.]
07/05/2009
Core Java Concurrency
This DZone Refcard helps Java developers working with multi-threaded programs understand the core concurrency concepts and how to apply them. Topics covered in this cheat sheet include built-in Java language features as well as new constructs added... Read More - [Publisher: DZone, Inc.]
06/28/2009
Getting Started with Grails
Grails is a full-stack web application framework built on top of popular open source frameworks such as Spring, Hibernate, Ant, and JUnit. This cheat sheet helps you set up your first Grails application in minutes, and serves as a handy reference... Read More - [Publisher: DZone, Inc.]
06/14/2009
JavaServer Faces 2.0
This JSF 2.0 Refcard is perfect for both new and seasoned JSF developers. JSF 2.0, the long-awaited successor to JSF 1.x, brings exciting new features: less boilerplate code, better error handling, built-in Ajax, and more. This Refcard provides... Read More
06/07/2009
Getting Started with Spring-DM
Spring Dynamic Modules (Spring-DM) brings Spring and OSGi together to enable a declarative service model for OSGi that leverages Spring’s power of dependency injection. This Refcard shows you how to use Spring-DM to wire together OSGi services to... Read More - [Publisher: DZone, Inc.]
05/31/2009
Getting Started with JavaFX
JavaFX makes it easier to build better RIAs with graphics, animation, and media. Built on Java, this platform uses existing Java libraries and is capable of running in your browser, on your desktop, and on your phone. Whether you’re just a... Read More - [Publisher: DZone, Inc.]
05/03/2009
IntelliJ IDEA: Updated for 8.1
In this Refcard, updated for IntelliJ IDEA 8.1, Hamlet D’Arcy helps you navigate the various facets of the IDE, including the Editor, Project, and Structure panes. With a rich collection of editing shortcuts, debugging tips and techniques for... Read More - [Publisher: DZone, Inc.]
37627 views1.
Getting Started with MyEclipse
Downloaded over 10 million times, MyEclipse (http://www.MyEclipseIDE.com) is the #1 commercial Eclipse-based IDE, with industry-leading support for Java and Web developers. You will find this free DZone cheat sheet useful as an introduction to... Read More - [Publisher: DZone, Inc.]
37260 views2.
JUnit and EasyMock
JUnit and EasyMock are the predominant choices for testing tools in the Java space. This reference card will guide you through the creation of unit tests with JUnit and EasyMock. It contains detailed definitions for unit testing and mock objects as... Read More - [Publisher: DZone, Inc.]
32475 views3.
Core Java
This refcard gives you an overview of key aspects of the Java language and cheat sheets on the core library (formatted output, collections, regular expressions, logging, properties) as well as the most commonly used tools (javac, java, jar).Features... Read More - [Publisher: DZone, Inc.]
32172 views4.
GlassFish Application Server - Updated for Version 3
Updated for GlassFish Version 3.The use of GlassFish application server is growing, and having a reference card for day-to-day jobs is inevitable. Looking for a sample command to perform a specific job can take time but by using this refcard, you... Read More - [Publisher: DZone, Inc.]
26160 views5.
Getting Started with JPA
Even though proprietary mapping products like Hibernate and TopLink still exist, they are now focused on providing their functionality through the JPA API, allowing all applications to be portable across JPA implementations. This refcard will give... Read More - [Publisher: DZone, Inc.]
25692 views6.
Using XML in Java
XML is a general-purpose specification for creating custom mark-up languages. It is classified as an extensible language because it allows its users to define their own elements. Its primary purpose is to help information systems share structured... Read More - [Publisher: DZone, Inc.]
24063 views7.
Essential JSP Expression Language
The JavaServer Pages (JSP) Expression Language (EL) is a simple non-procedural scripting language that can be used to evaluate dynamic expressions within a JSP page. This refcard focuses on the Expression Language as applied to JSP pages. The EL... Read More - [Publisher: DZone, Inc.]
22702 views8.
RSS and Atom
RSS and Atom make it easy to read and write the web. Applications can use the Atom Publishing Protocol (RFC-5023) and the MetaWeblog API to publish any type of content to blog, wiki and CMS servers. You’ll find this reference card useful whether... Read More - [Publisher: DZone, Inc.]
18502 views9.
Core Java Concurrency
This DZone Refcard helps Java developers working with multi-threaded programs understand the core concurrency concepts and how to apply them. Topics covered in this cheat sheet include built-in Java language features as well as new constructs added... Read More - [Publisher: DZone, Inc.]
16787 views10.
NetBeans IDE 6.7 Update
Updated for NetBeans IDE 6.7, this Refcard provides a thorough exposition on how to optimally handle Java code in the editor, covering viewing, navigation, source handling, and refactoring. It also provides all the essential keyboard shortcuts you... Read More - [Publisher: DZone, Inc.]
10078 views11.
Getting Started with Apache Wicket
Among the dizzying number of Web frameworks available today, Wicket’s simple and intuitive approach to Web development has led it to become a favorite among many Java developers. This Refcard brings you quickly up to speed on some of the key... Read More - [Publisher: DZone, Inc.]
9687 views12.
Getting Started with ColdFusion 9
Adobe ColdFusion is a rapid application development toolkit that is written in Java and runs on top of the JVM. This DZone Refcard will take you through the various pieces and languages that comprise ColdFusion and will list various ways of... Read More - [Publisher: DZone, Inc.]
8786 views13.
Getting Started with Oracle Berkeley DB
This DZone Refcard provides a brief introduction to the Oracle Berkeley DB family. The author, Masoud Kalali, then moves on to discuss in depth the Oracle Berkeley DB Java Edition, including: Transaction Support, Performance Tuning, Backup, and... Read More - [Publisher: DZone, Inc.]
4997 views14.
How to Digitally Sign Downloadable Code for Secure Content Transfer
Learn how VeriSign Code Signing Certificates allow you to digitally sign your content for unprecedented secure delivery over the Internet and safely transport it from your site. Code Signing helps businesses preserve intellectual property and... Read More - [Publisher: Verisign]
4087 views15.
Automate your builds and Continuous Integration process for Free with Mojo.
OpenMake Mojo is the only tool you will ever need for automating, centralizing and accelerating your software development process. Mojo automates and orchestrates development tasks, from managing build scripts and SCM activities to deploy and... Read More - [Publisher: OpenMake Software]

