|
Size: 1463
Comment:
|
← Revision 3 as of 2009-09-20 22:48:38 ⇥
Size: 1473
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| 1. [#mavenize Mavenize the build/test/deploy/release cycle] 1. [#checkstyle Checkstyle/pmd the source tree] 1. [#split Split the build into fewer components] 1. [#port Port to Java 5] 1. [#osgi OSGI bundling] |
1. [[#mavenize|Mavenize the build/test/deploy/release cycle]] 1. [[#checkstyle|Checkstyle/pmd the source tree]] 1. [[#split|Split the build into fewer components]] 1. [[#port|Port to Java 5]] 1. [[#osgi|OSGI bundling]] |
| Line 15: | Line 15: |
| [[Anchor(mavenize)]] | <<Anchor(mavenize)>> |
| Line 21: | Line 21: |
| [[Anchor(checkstyle)]] | <<Anchor(checkstyle)>> |
| Line 29: | Line 29: |
| [[Anchor(split)]] | <<Anchor(split)>> |
| Line 35: | Line 35: |
| [[Anchor(port)]] | <<Anchor(port)>> |
| Line 41: | Line 41: |
| [[Anchor(osgi)]] | <<Anchor(osgi)>> |
Near Term Goals
In this article we list and discuss new near-term features and enhancements for WSS4J 2.0. The structure of this article is similiar to the WSS4J FAQ: each feature gets a name, an entry in the table of contents, and a detailed description followed by the discussion. Each detailed description and discussion entry shall bear the author's name.
Mavenize the build/test/deploy/release cycle
Author: Fred (Fred Dushin)
Use Maven (Maven 2) to build, test, deploy, and release WSS4J 2.0.
Checkstyle/pmd the source tree
Author: Fred (Fred Dushin)
Fred, please give a short description of the tasks to do, for example:
- remove deprecated methosds
- don't use/call deprecated methods and classes
Split the build into fewer components
Author: Fred (Fred Dushin)
Reduce number of main components. Proposal: core, handler, and axis
Port to Java 5
Author: Fred (Fred Dushin)
using Java 5 language features: this might be a problem for some users
OSGI bundling
Author: Fred (Fred Dushin)
Fred, can you provide some details here?