hi everyone, hi huston,
i'm using beepcore-java for using in jboss. i have some whishes
regarding the usability of the implementation, can you please
- make src/org/beepcore/beep/core/ProfileRegistry.profileListeners
protected and make
src/org/beepcore/beep/core/ProfileRegistry.ProfileRegistry(String
localize, Hashtable profiles) protected, that way i can derive a
class to implement a own profile
- make src/org/beepcore/beep/core/ChannelImpl public and make
src/org/beepcore/beep/core/ChannelImpl.getState() public;
alternativly: put getState into the interface; alternativly
implement a proper toString() methode for logging
- remove all properties alread in build.properties(.example) from
build.xml
- make & in a profile url work, a '&' put into an url leads to an
xml parser exception
- make org.beepcore.beep.lib.Reply recycleable, if you use a Reply
object more than once it closes the channel in the current
implementation
- remove the default ctor of
org.beepcore.beep.core.OutputDataStream, the default ctor
initilizes this.mimeHeaders = null; which leads to a stream
ignoring any content.
best regards,
michael
p.s.: i really like beepcore-java and thnx very much for the work of
huston. i do not want to sound offensive here, if so it's coming
from my bad english, english isn't my first language, thnx for your
understanding.
|