Thanks for the feedback. I will update the page. ByteBuffer was renamed in the trunk and I am not sure we want to base the tutorials off of a baseline that is actively being developed.
On 10/17/07, Martin_Scheffler <[EMAIL PROTECTED]> wrote: > > Hi all, > I am just working through the quick start guide > (http://mina.apache.org/quick-start-guide.html). > Although I signed up for an account, I don't have edit permissions for that > page. So please someone change this. > This is nothing dramatic, it is just not nice to have to search for classes > when working through a tutorial. > > In code block 2,3 and 4, you have to add > > import org.apache.mina.common.ByteBuffer; > import org.apache.mina.common.SimpleByteBufferAllocator; > > to make it work. I saw that ByteBuffer was renamed, maybe mention that? > > In the 2nd and 3rd block: > import java.io.IOException; > import org.apache.mina.transport.socket.nio.SocketAcceptorConfig; > import org.apache.mina.filter.codec.ProtocolCodecFilter; > import org.apache.mina.filter.codec.textline.TextLineCodecFactory; > import org.apache.mina.filter.LoggingFilter; > import java.nio.charset.Charset; > > 4th block: > import org.apache.mina.common.TransportType; > import org.apache.mina.transport.socket.nio.SocketSessionConfig; > import org.apache.mina.common.IdleStatus; > > Somewhere in the middle: "Here was have created" > -- > View this message in context: > http://www.nabble.com/Quick-Start-Guide-comments-tf4641292s16868.html#a13256065 > Sent from the Apache MINA Support Forum mailing list archive at Nabble.com. > > -- -------------------------------- The adjuration to be "normal" seems shockingly repellent to me; I see neither hope nor comfort in sinking to that low level. I think it is ignorance that makes people think of abnormality only with horror and allows them to remain undismayed at the proximity of "normal" to average and mediocre. For surely anyone who achieves anything is, essentially, abnormal. Dr. Karl Menninger
