Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jwt-dev] Now that JWT 0.6 is released...

Hi all,

It is time to leverage everything we could learn during this release train. Here are some thing we should now care about to keep on improving JWT conforming to Eclipse quality standard:
* Internationalization, String externalization, NLS and Babel
* APIs (will soon become very very important): Now that we have our first release conforming to API tooling convention, we can make use of PDE API Tools to handle API versioning automatically * Unit testing: Now that we have automated tests, let's use it to avoid regressions. * Separate UI and non-UI plugin: When one develop a UI, he also develops some logic code for what this UI is used. Those 2 parts must be separated.
* And a lot of other things...

You can find some documentation at http://wiki.eclipse.org/JWT_Modifications. I did not test the API Tooling yet, and I'm not sure the step described to get it working are enough (I imagine it also requires sources from baseline...). I'll refine it as soon as possible, and feel free to add you advices and comments for next JWT development on that page.

Regards,
Mickael


Back to the top