| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles Examples | Tips |
- Using Quartz Enterprise Scheduler in J2EE Applications by Debu Panda - [Clicks: 389]
Quartz is an open source enterprise job scheduler from Open Symphony project. For details and downloading Quartz please look at http://www.quartzscheduler.org/quartz/. You can use Quartz to schedule jobs in your J2EE applications such as EJBs. This article will describe Quartz can be used in your J2EE applications to schedule cron like jobs. This will include how to configure Quartz in J2EE containers taking Oracle Application Server 10g Containers for J2EE (OC4J 9.0.4) as an example.
http://www.theserverside.com/blogs/showblog.tss?id=QuartzSchedulerInJ2EE - Apr, 2004 - Steps for running Appfuse under OracleAs (Orion) OC4J 9.0.4 by Mike Lawrence, Matt Raible - [Clicks: 42]
This page includes instructions for installing and configuring AppFuse to run on the Oracle Application Server (Orion). Special Thanks to Matt for his help in getting this up and running!
http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseOnOrion - Feb, 2004
- Getting started with JSF (on oc4j) by Andrej Koelewijn - [Clicks: 563]
Step 1: Hello World!; Step 2: a registration form; Step 3: simple validation; Step 4: custom validation.
http://andrej.racchvs.com/archive/2004/03/21/getting_started_with_jsf_on_oc4j.html - Mar, 2004 - How-To Examples - [Clicks: 608]
The following set of How-To examples have been published to help you get up to speed with the new capabilities available in the OC4J 10g (10.0.3) Developer Preview.
[Note: these How-To examples only work with the OC4J 10g (10.0.3) Developer Preview and not with earlier versions.]
http://otn.oracle.com/tech/java/oc4j/1003/how_to.html - 2004
- Controlling Logging in Struts Based Applications by Duncan Mills - [Clicks: 179]
Applications that are built in JDeveloper 10g using the Struts controller will, by default, automatically log informational messages to the OC4J console. An example of these messages is: ... The messages provide useful progress information for the developer, however, when deploying the application you may want to suppress the feedback, and of course when debugging the application you may actually need more information from Struts. The Struts controller uses the Apache Commons-Logging framework to handle it's logging and diagnostic needs and this article describes how to configure that logging mechanism.
http://otn.oracle.com/products/jdev/tips/mills/Struts-logging.html - May, 2004