|
1 - 20 of 1000
Previous
Next
|
|
Servlet 3.0: A Sneak Preview
by Sangeetha S., Nikhil Dhankani and Mahalakshmi K Find out which features in the upcoming Servlet 3.0 specification will affect a major change in the way developers build Java web applications.
|
|
POJO-Based Solutions for LDAP Access: One Good, One Better
by Walter Jia Find out how to employ dependency injection, annotation, and aspect-oriented programming to enable POJO-based application development.
|
|
Java/.NET Interoperability: Web Services Aren't Always the Answer
by Wayne Citrin Mixing .NET and Java technologies with web services is often easy, but for many tasks web services are not the solution for Java/.NET interoperability.
|
|
Using Iterators in PHP
by Octavia Andreea Anghel Discover how to use the iterators in the Standard PHP Library
|
|
Introducing AspectJ, Aspect-Oriented Programming for Java
by Ramnivas Laddad Get a high-level introduction to important facets of AspectJ, such as language constructs, syntax and weaving choices, and Spring integration.
|
|
What If Oracle OpenWorld Did Swallow JavaOne?
by Glen Kunene, Managing Editor Does Oracle's acquisition of Sun mean a merger of their flagship conferences, Oracle OpenWorld and Sun's JavaOne, into a single co-located show?
|
|
Static Class Values Are Valid Even Without a Main Method
by Mannu Saini This example shows how a static block can work even without a main method.
|
|
Static Class Values Are Valid Even Without a Main Method
by Mannu Saini This example shows how a static block can work even without a main method.
|
|
Project Lombok: Put an End to Java Verbosity
by Jacek Furmankiewicz The introduction of Project Lombok, a combination compile-time and development-time code generator, has made Java POJO verbosity history. Add Lombok to your daily coding practices, and you won't go back.
|
|
Using Tree(Map,Set) in Collections
by Sivaranjani Duraisamy To add objects to a Tree(Map, Set), implement the Comparable.compareTo method.
|
|
Using Tree(Map,Set) in Collections
by Sivaranjani Duraisamy To add objects to a Tree(Map, Set), implement the Comparable.compareTo method.
|
|
A Guide to Determine When You Need a Java Interface
by Rajasekaran Kandhasamy You definitely need an interface if your needs match either of the two scenarios discussed in this tip.
|
|
A Guide to Determine When You Need a Java Interface
by Rajasekaran Kandhasamy You definitely need an interface if your needs match either of the two scenarios discussed in this tip.
|
|
Real-Time Java Programming for the Rest of Us
by Eric Bruno and Greg Bollella Get a down-to-earth definition of real-time systems and their associated concepts from two of Sun's Java real-time programming experts.
|
|
JAX-RS: Developing RESTful Web Services in Java
by Sangeetha S. Learn how the JAX-RS API and annotations enable you to develop REST-based web services in Java. using annotations.
|
|
Define and Execute a Groovy Bean Inside a Spring Application Context
by Santiago Urrizola How to define and execute a groovy Bean inside a Spring application context.
|
|
Using String.split(String) vs. Using a StringTokenizer
by Hrudananda Pattanaik It's not always safe to use String.split(String). Consider using the String Tokenizer API instead.
|
|
Using String.split(String) vs. Using a StringTokenizer
by Hrudananda Pattanaik It's not always safe to use String.split(String). Consider using the String Tokenizer API instead.
|
|
Achieve Syntax Brevity with Anonymous Classes and Instance Initializers
by Abdul Salam Shorten your code using these techniques.
|
|
Achieve Syntax Brevity with Anonymous Classes and Instance Initializers
by Abdul Salam Shorten your code using these techniques.
|
|
1 - 20 of 1000
Previous
Next
|