dev@glassfish.java.net

Re: GlassFish v3 Prelude File Layout and Packaging one-pager ready for review

From: Ken Cavanaugh <Ken.Cavanaugh_at_Sun.COM>
Date: Wed, 16 Jul 2008 00:13:45 -0700

Snjezana Sevo-Zenzerovic wrote:
> Initial draft of GlassFish v3 Prelude release File Layout and
> Packaging one-pager is ready for review:
>
> http://wiki.glassfish.java.net/attach/V3FunctionalSpecs/V3PreludePackagingFileLayout.txt
>
>
> Please take a took and provide your feedback and comments, especially
> on the mapping of identified OSGi bundles to product packages.
>
> Feedback/review period ends this Friday and any comments received
> after may not be considered for this release.
>
We need to look at I18N/L10N requirements. OSGi defines a bundle
fragment mechanism
for handling this. I think about all we need to do is have the L10N
team create their
localized resource files as usual, then generate bundle fragments that
refer to the
appropriate host bundle for each fragment. Then the normal ClassLoader
resource
mechanisms should find the localized strings as usual.

It's also not clear to me exactly what the I18N/L10N requirements are
for prelude vs.
the follow-on V3 relelase.

Thanks,

Ken.