java
Up one levellittle tutorials about java and solving of problems
-
How to close automaticly JDBC statements
- this show how you can close jdbc statements
-
Multidimensional Quicksort
- this show how quicksort works for an multidimensional double array.
-
lightweight cluster api for java
- a pretty small and lightweighted cluster api. still under construction but usable and performs pretty well. The project must be checkout over cvs
-
ant - setting jvm parameter for the ant java task
- a little example how to set jvm and programm parameters to the java ant task.
-
XLS -> XML
- this is a small code example to transform xls files into xml files. It uses the Jakarta POI API and JDOM.
-
ant - how to check if a file exist
-
ant - download files using get
- this is about the idea to avoid the problems with none cached downloads using the get task.
-
xdoclet - create a TagHandler
- this is how you can actually extents xdoclete template engine by an own TagHandler
-
xdoclet - create a Task
- this howto create a own task and subtask
-
xdoclet - create a Module
- this is about the layout of a xdoclet module
-
Hibernate - Create hibernate.cfg.xml
- this is how to generate a cfg.xml file containing only your mapped classes
-
xdoclet - ejb based webservice
- this is how to generate an ejb based webservice with xdoclet
-
echo - web framework
- this is a nice framework to create websites. It's mvc based and allows you to create websites by an Swing/SWT similar API. So you don't have to deal with html/js.
-
JMS - how to delete a queue
- this is about how you can delete all messages in a jms queue
-
java options
- all possible options to configure the java virtual machine