
just thinking about the use of cal10n in OSGI environment 1. some bundles with enumerations and also l10n resourcebundles 2. other bundles need localized enum literals - I want to provide this thru a service from inside Enum bundles 1. has dependency to ICAL10N, but ICAL10N also needs to know the bundles containing the enum, because ICAL10N tries to find the ResourceBundle from classpath but I dont like to use Dynamic-Import *, and also want to avoid Eclipse Buddy policy -- how to solve the dependency from ICAL10N to all these bundles containing resourceBundle .properties files ? I looked into source of MessageConveyor and have seen that I need a different cache and lookup implementation so it seems that the only way is to write a new implementation - soething like MessageConveyorOSGI implementing IMessageConveyor or do you have another idea ? ekke -- ekke (ekkehard gentz) independent software-architect senior erp-consultant eclipse | osgi | equinox | mdsd | oaw | emf | uml max-josefs-platz 30, D-83022 rosenheim, germany mailto:ekke@ekkes-corner.org homepage (de): http://gentz-software.de blog (en): http://ekkes-corner.org twitter: @ekkescorner skype: ekkes-corner Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490

ekke wrote:
just thinking about the use of cal10n in OSGI environment
[snip]
I looked into source of MessageConveyor and have seen that I need a different cache and lookup implementation
That's fine.
so it seems that the only way is to write a new implementation - soething like MessageConveyorOSGI implementing IMessageConveyor
Sounds good.
or do you have another idea ?
You might want to publicize MessageConveyorOSGI via github so that at a later stage and if you agree, it could be incorporated into CAL10N proper.
ekke --
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch

in the meantime I finished my osgi-CAL10N solution I'll blog about it and publish it - then we can see if it fits into CAL10N ekke Ceki Gulcu schrieb:
ekke wrote:
just thinking about the use of cal10n in OSGI environment
[snip]
I looked into source of MessageConveyor and have seen that I need a different cache and lookup implementation
That's fine.
so it seems that the only way is to write a new implementation - soething like MessageConveyorOSGI implementing IMessageConveyor
Sounds good.
or do you have another idea ?
You might want to publicize MessageConveyorOSGI via github so that at a later stage and if you agree, it could be incorporated into CAL10N proper.
ekke --
-- ekke (ekkehard gentz) independent software-architect senior erp-consultant eclipse | osgi | equinox | mdsd | oaw | emf | uml max-josefs-platz 30, D-83022 rosenheim, germany mailto:ekke@ekkes-corner.org homepage (de): http://gentz-software.de blog (en): http://ekkes-corner.org twitter: @ekkescorner skype: ekkes-corner Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490

Sounds good. ekke wrote:
in the meantime I finished my osgi-CAL10N solution
I'll blog about it and publish it - then we can see if it fits into CAL10N
ekke
Ceki Gulcu schrieb:
ekke wrote:
just thinking about the use of cal10n in OSGI environment
[snip]
I looked into source of MessageConveyor and have seen that I need a different cache and lookup implementation
That's fine.
so it seems that the only way is to write a new implementation - soething like MessageConveyorOSGI implementing IMessageConveyor
Sounds good.
or do you have another idea ?
You might want to publicize MessageConveyorOSGI via github so that at a later stage and if you agree, it could be incorporated into CAL10N proper.
ekke --
--
ekke (ekkehard gentz) independent software-architect senior erp-consultant eclipse | osgi | equinox | mdsd | oaw | emf | uml max-josefs-platz 30, D-83022 rosenheim, germany mailto:ekke@ekkes-corner.org homepage (de): http://gentz-software.de blog (en): http://ekkes-corner.org twitter: @ekkescorner skype: ekkes-corner Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490
------------------------------------------------------------------------
_______________________________________________ cal10n-user mailing list cal10n-user@qos.ch http://qos.ch/mailman/listinfo/cal10n-user
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch

needed much more time then expected ;-) but now I'm working on documentation of my solution again it works in my projetcs and now I want to make it public BTW: I need acces to the util package - so I aded a comment to http://jira.qos.ch/browse/CAL-9 or should I open a new Issue ? thx ekke Am 13.09.09 17:34, schrieb ekke:
in the meantime I finished my osgi-CAL10N solution
I'll blog about it and publish it - then we can see if it fits into CAL10N
ekke
Ceki Gulcu schrieb:
ekke wrote:
just thinking about the use of cal10n in OSGI environment
[snip]
I looked into source of MessageConveyor and have seen that I need a different cache and lookup implementation
That's fine.
so it seems that the only way is to write a new implementation - soething like MessageConveyorOSGI implementing IMessageConveyor
Sounds good.
or do you have another idea ?
You might want to publicize MessageConveyorOSGI via github so that at a later stage and if you agree, it could be incorporated into CAL10N proper.
ekke --
--
ekke (ekkehard gentz) independent software-architect senior erp-consultant eclipse | osgi | equinox | mdsd | oaw | emf | uml max-josefs-platz 30, D-83022 rosenheim, germany mailto:ekke@ekkes-corner.org homepage (de): http://gentz-software.de blog (en): http://ekkes-corner.org twitter: @ekkescorner skype: ekkes-corner Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490
_______________________________________________ cal10n-user mailing list cal10n-user@qos.ch http://qos.ch/mailman/listinfo/cal10n-user
-- ekke (ekkehard gentz) independent software-architect senior erp-consultant eclipse | osgi | equinox | mdsd | oaw | emf | uml max-josefs-platz 30, D-83022 rosenheim, germany mailto:ekke@ekkes-corner.org homepage (de): http://gentz-software.de blog (en): http://ekkes-corner.org twitter: @ekkescorner skype: ekkes-corner Steuer-Nr: 156/220/30931 FA Rosenheim, UST-ID: DE189929490

As CAL-9 is marked as fixed, it won't get further attention. Opening another issue is most appropriate... On 06/01/2010 6:59 PM, ekke wrote:
needed much more time then expected ;-)
but now I'm working on documentation of my solution again it works in my projetcs and now I want to make it public
BTW: I need acces to the util package - so I aded a comment to
http://jira.qos.ch/browse/CAL-9
or should I open a new Issue ?
thx
ekke
Am 13.09.09 17:34, schrieb ekke:
in the meantime I finished my osgi-CAL10N solution
I'll blog about it and publish it - then we can see if it fits into CAL10N
ekke
participants (3)
-
Ceki Gulcu
-
Ceki Gülcü
-
ekke