Hibernate MulitpleTableGenerator

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).

Published
Categorized as Resources

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

Published
Categorized as Resources

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

Published
Categorized as Resources

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

Published
Categorized as Resources

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

Published
Categorized as Articles

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

Published
Categorized as Resources