Erlang/OTP Forums

Author Message

<  Advanced Erlang/OTP  ~  Refactoring JInterface

dennisbyrne
Posted: Sat Oct 20, 2007 2:20 pm Reply with quote
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.
View user's profile Send private message Send e-mail Yahoo Messenger

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

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