Buttso Does the BLOG Thing : Getting down and dirty with OC4J, JMX, Mountain Biking ...
Updated: 12/16/2004; 12:22:11 PM.

 

Subscribe to "Buttso Does the BLOG Thing" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

 
 

Thursday, December 16, 2004

Yes, it's time to breathe some life back into the Buttso Blog.

With the release of the OC4J 10g (10.1.3) Developer Preview 3, there's quite a bit of new information to share, so the Buttso Blog will be reinstated to active duty.

Some topics likely to seen here in the not too distant future are:

1. Using the new <oracle:deploy> ant tasks for application deployment operations with OC4J
2. Management stuff around JMX, MBeans, JSR77 stats, etc.
3. Shared libraries, classloading
4. A bit about clustering using the new application level clustering feature we have in 10.1.3.

And whatever else comes to mind when I get to my desk in the mornings.



12:22:06 PM    your say []

A Code Snippet to Create an AttributeChangeNotification

protected void setOrderProcessing(boolean val)
{
  orderProcessing = val;   
  AttributeChangeNotification notification =
    new AttributeChangeNotification(
      this,
      System.currentTimeMillis(),
      System.currentTimeMillis(),
      "OrderProcessing Changed",
      "OrderProcessing",
      Boolean.TYPE.getClass().getName(),
      Boolean.valueOf(orderProcessing),
      Boolean.valueOf(val));
  sendNotification(notification);
}




12:13:18 PM    your say []

© Copyright 2004 buttso.



Click here to visit the Radio UserLand website.
 


December 2004
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Jun   Jan

My Musings

DateTitle
5/21/2004 Mutlicast Checker
4/28/2004 OC4J as a Windows Service
4/23/2004 Using Form Based Authentication
4/20/2004 OC4J and MC4J
4/14/2004 OracleAS and getServerName
4/5/2004 Reset DMS Metrics
3/30/2004 Using the DOS for command to find a class
3/24/2004 A walk in the JCA park
3/19/2004 My spots have changed
3/16/2004 Ant deployment to OC4J
3/15/2004 Getting OC4J Admin Console to work in OC4J 9.0.4
2/27/2004 Simple JSR88 Java Client Example
2/27/2004 JSR88 Client Example
2/18/2004 An Adventure with Adventure Builder and getParameterMap
2/16/2004 Running OC4J with MX4J
2/12/2004 JMX Support in OC4J 10.0.3
2/12/2004 Configuring MBeans with OC4J

Other Links