This key generator is designed to enable Hibernate to generate unique keys using the table structure like this one The keys that you get from database can be used directly or with HiLo algorithm (use MultipleTableHiLoGenerator class in that case).
Author: Dejan Bosanac
Job Scheduling in Java
onJava.com published article on job scheduling with Java and Quartz
Quartz recent jobs patch
This patch is made for Quartz 1.2.3 Java job scheduler and it extends original Scheduler interface with getExecutedJobs() method that returns list of recently executed jobs. Size of the list is configurabile with org.quartz.scheduler.executedJobsListSize parameter in property file (quartz.properties). It could be also turned off by specifying value 0 or by deleteing this entry from… Continue reading Quartz recent jobs patch
Quartz recent jobs patch
Introduction This patch is made for Quartz 1.2.3 Java job scheduler and it extends original Scheduler interface with getExecutedJobs() method that returns list of recently executed jobs. Size of the list is configurabile with org.quartz.scheduler.executedJobsListSize parameter in property file (quartz.properties). It could be also turned off by specifying value 0 or by deleteing this entry… Continue reading Quartz recent jobs patch
Introduction to Version Control with CVS
php|architect published introductory article on version control with CVS
Quartz XML-RPC plugin
Quartz is a powerful job scheduling system for Java. Here you can find a XML-RPC plugin that can enable you to use the Quartz as a web service using XML-RPC protocol. You can use this plugin for accessing Quartz API from other languages than Java, such as PHP for example. Also, you can use it… Continue reading Quartz XML-RPC plugin
Introduction to Bug Management
php|architect published introductory article on Bug management
Scripting the enterprise
In the beginning … PHP was designed as scripting language used to develop Web based applications. Because of its flexibility, extensibility and ease of use it became widely popular among developers, and pretty fast the large community was created. As time was passing, people wanted to develop more complex applications with it, but PHP was… Continue reading Scripting the enterprise
Arno
Introduction This is version 0.1 of small application that demonstrates how to use EJB technology and Struts web development framework together. It is a personal organizer that let’s its users to manage their tasks and events. Don’t expect high usability of this software (in some future versions it will be considered) because it is only… Continue reading Arno
Apache XMLRPC 1.1 authentication patch
When you are using XML RPC, you often want to have some security mechanism that will protect your system from malicious users. One mechanism that could be used is basic HTTP authorization. When this approach is used username and password from the client are sent as a plain text in the HTTP header of the… Continue reading Apache XMLRPC 1.1 authentication patch