corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

Coherence Code Generator - plugin detail

Coherence Method Java Code Generator and Server list

NetBeans Plugin - Coherence Code Generator
Plugin owner: dante
Website: http://blogs.sun.com/toxophily/entry/oracle_coherence_a_netbeans_plug
Added: 2010-09-13
Last updated: 2011-05-03
NetBeans Versions: 6.8, 6.9, 7.0
License: CDDL
Category: Editing
Size: 0.04 MB
Downloaded: 457 times
Rating:
 0, by 0 users


Download plugin

Verifications for NetBeans versions

6.9 verification PASSED See verification details
7.0 verification PASSED See verification details

Introduction

The plug-in will provide an additional Right-Click Context Menu for Java Classes that allows the user to generate either the standard Coherence POF Serialization Methods and/or and Inner Class that will provide POF Serialization functionality. In addition a new Node has been added to the Services tab that allows the User to define Coherence Servers that can be executed. At present the new server option allows the specification of the name and then it needs to be configured using the Properties window. The coherence class path should contain the location of you coherence.jar (and any additional required nes) whilst the additional classpath should specifiy the location of you custom jars.

What's new in this version

Updates / Bugfixes

  • 1.4.7
  1. Fix bug with the Generated Inner Serializer that meant it always tried to access the variable named within itself rather than the actual instance variable within the main class.
  2. Partial implementation of the graphical Coherence XML editor files. This code should be ignored because it is not intended for release at present but is incorporated into the core plug-in.
1.4.6
  1. Added Coherence Options Panel to allow the Developer to specify Coherence Home Directory.
  2. Modified the New Server Dialog to generate a default classpath and allow specification of some additional jar files.
1.4.5
  1. Add New File type Options under the Coherence Category for :
  • Aggregator
  • EntryProcessor
  • PofSerializer
  • PortableObject
1.4.4
  1. Remove sample properties node that appears in the Services Tab following install.
1.4.3
  1. Edit underlying source to fully implement theĀ  Java Language Infrastructure see (http://blogs.sun.com/toxophily/entry/netbeans_java_language_infrastructure).
  2. Fix bug that caused the generators to fail to identify the Collections Correctly.
1.4.2
  1. Reset Coherence Properties : Resets all properties starting tangosol. to their default values.
  2. Clone Server : Simply take the existing server configuration and creats a clone of this allowing the user to enter a new name.
  3. Split the properties to display Coherence Server Properties and none Coherence server properties.
  4. Added Java flags properties so that the user can add -Xms -Xmx etc to the start of the command line.
  5. Added custom properties that will allo w the user to specify additional command line properties to be placed at the end of the command line after all tangosol. properties but before the DefaultDerver class name.
  6. Replaced magic number references in the read / write generated methods with constants.
  7. Modified the readMap and readCollection to use the property name not try to create a new version of the class
1.4.1
  1. Add Clone Server Option
  2. Add Reset Coherence Properties
  3. Add Java Flags property
  4. Add Custom UserĀ  Properties
1.4.0
  1. Initial GA Base release

[ You have to be logged in to be able to comment. ]

User Comments

There are no comments yet.