Coherence Code Generator - plugin detail
Coherence Method Java Code Generator and Server list
Verifications for NetBeans versions
Decisions of individual verifiers for Coherence Code Generator plugin for NetBeans IDE 6.9
Comments
Decisions of individual verifiers for Coherence Code Generator plugin for NetBeans IDE 7.0
| mcreps |
|
mmirilovic jpirek jkovalsky senthilsource |
Comments
|
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
- 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.
- 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
- Added Coherence Options Panel to allow the Developer to specify
Coherence Home Directory.
- Modified the New Server Dialog to generate a default classpath
and allow specification of some additional jar files.
1.4.5
- Add New File type Options under the Coherence Category for :
- Aggregator
- EntryProcessor
- PofSerializer
- PortableObject
1.4.4
- Remove sample properties node that appears in the Services Tab
following install.
1.4.3
- Edit underlying source to fully implement theĀ Java
Language Infrastructure see
(http://blogs.sun.com/toxophily/entry/netbeans_java_language_infrastructure).
- Fix bug that caused the generators to fail to identify the
Collections Correctly.
1.4.2
- Reset Coherence Properties : Resets all properties starting
tangosol. to their default values.
- Clone Server : Simply take the existing server configuration
and creats a clone of this allowing the user to enter a new name.
- Split the properties to display Coherence Server Properties and
none Coherence server properties.
- Added Java flags properties so that the user can add -Xms -Xmx
etc to the start of the command line.
- 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.
- Replaced magic number references in the read / write generated
methods with constants.
- Modified the readMap and readCollection to use the property
name not try to create a new version of the class
1.4.1
- Add Clone Server Option
- Add Reset Coherence Properties
- Add Java Flags property
- Add Custom UserĀ Properties
1.4.0
- Initial GA Base release
|
[ You have to be logged in to be able to comment. ]
User Comments
There are no comments yet.