|
|
 |
NEWS |
 |
 |
Java IText: PDF Generation Tutorial
I just released a 15 text Java IText tutorial explaining how to generated PDF in Java
using IText.
Dependency Injection - Video added
I've added a video to the dependency injection tutorial, explaining the basics
of dependency injection for those who don't like to read.
Java Scheduled Tasks
Sometimes when developing larger systems, you need to execute scheduled
tasks, e.g. weekly backups or cleanups. This tutorial in Java Howto's
shows you one way to do this.
Java NIO Tutorial Started
The first 9 texts in the Java NIO tutorial have been released, covering
Buffers, Channels, FileChannel, SocketChannel, ServerSocketChannel, DatagramChannel,
and Pipe's. Part 2 of this tutorial will cover selectors, and more details
about channels and buffers.
WSDL 2.0 Tutorial
Part 1 of the WSDL 2.0 tutorial is now online. WSDL describes the interface
of web services, what protocol you can access them via, and what address
they are accessible at.
Replace Strings in Streams, Arrays, Files etc.
This text presents a smarter way to replace strings (tokens) in large streams, arrays, files etc.
than using String.replace().
SOA: Service Performance
When breaking down your system or systems into a service oriented architecture, you
need to give consideration to the performance penalty imposed by the network traffic
between services. This issue is discussed in this new text in the SOA tutorial.
|
 |
 |
|
 |
|