dev@glassfish.java.net

[V3] Plan for common code ...

From: Kedar Mhaswade <Kedar.Mhaswade_at_Sun.COM>
Date: Wed, 05 Dec 2007 13:35:44 -0800

What is our plan for code of common utility, e.g.
- Internationalized strings
- Logging
- I/O processing

...

in all of the contributing V3 projects (e.g. hk2, v3 ...)?

If the following pattern continues, we might soon get overwhelmed ...

void m(int i) {
  //bunch of logic
  else throw new UnsupportedOperationException("Operation not supported for: " + i);


Is something like gf-commons in the plan? Is there value in doing it?

I know that writing such a code has multiple implications, but it is very
useful and minimizes repetition.

Regards,
Kedar