What is Jacson?
Getting started
How it works?
Contact
How to Contribute?
Developer Information How to Extend? Component Lifecycle Javadocs Changelog License Quality assurance Design Decisions
Other information
|
First of all, look at the existing classes, this is all easy
stuff and it is Open Source!
You only need to extend Jacson when you think your task should
be within the range of Jacson, but is either impossible or
at least very complicated to configure. In general configuration
is prefered over extension.
If your task can not be accomplished by configuration, try
to extend the plugin mechanism of
Jacson and write an appropriate plugin:
If you really need to extend Jacson (on one hand I'd
like it on the other I'd hate it):
- Decide and understand, what you need, a
or something completely different.
- Look at the existing stuff as samples
if there is something you can
copy and paste (uh!) or (much better) subclass.
-
For the configuration of your plugin,
you might need to get some understanding of
- Hack on.
- Test.
- Debug.
- Document.
- Tell us what you did.
Well, of course you could try to convince us to do it for you :-)
|