|
|
| Author |
Message |
|
| dennisbyrne |
Posted: Sat Oct 20, 2007 2:20 pm |
|
|
|
Joined: 20 Oct 2007
Posts: 4
Location: Chicago, USA
|
Greetings,
I have been looking at the JInterface source and I would like to know what it would take to make some of the following changes. I noticed that all logging is done via System.out.println(). While I'm sure this was a good idea when JInterface was written, logging in Java is typically done via java.util.logging , or some third party logging API. I would like to see JInterface use java.util.logging (avoiding a dependency on a library like jakarta commons logging).
I also noticed that JInterface has list and queue implementations. For some time now Java has shipped with java.util.LinkedList, java.util.ArrayList and java.util.Queue . I am aware that some individuals might be opposed to changing this because of backwards compatibility. But has there ever been a talk of a JInterface 2, one that does break backwards compatibility in order move forward on this?
It would also be nice to use ant rather than make. How exactly is JInterface versioned BTW? I haven't been able to figure out how to check it out. |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|