On 4/10/07, Roman Magarshak <[EMAIL PROTECTED]> wrote:
By the way is there a posibility to download sources of 2.0 without svn?
not as far as I know.
(firewall)
The firewall should not get in the way, because svn can use http (or https)
try this
svn co http://svn.apache.org/repos/asf/mina/trunk
In a previous thread, Trustin suggested a a poll about the best date for
2.0-M1 release.
And he also wrote "We could introduce each change per each milestone release
though."
I vote for "releasing a 2.0 milestone for every fixed bug"
Maarten
On Tue, 2007-04-10 at 15:20 +0100, Rodrigo Madera wrote:
> In my opinion, whichever you choose is fine.
>
> Trustin, what are the plans for 2.0?
> Will it eventually replace 1.x or is it planed to branch independently?
>
> Rodrigo
>
> On 4/10/07, Mark Webb <[EMAIL PROTECTED]> wrote:
> >
> > I could just add a "2.0" section for that part. No need in building 2
> > tutorials IMO.
> >
> > On 4/10/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote:
> > >
> > > Great!
> > >
> > > Now this should be put on the Wiki...
> > > What do you think Mark? Create a 2.0 version by cloning your article
and
> > > renaming?
> > >
> > > Rodrigo
> > >
> > > On 4/10/07, Maarten Bosteels < [EMAIL PROTECTED]> wrote:
> > > >
> > > > Rodrigo,
> > > >
> > > > I was testing the example but only had mina-2.0 at hand, so I
modified
> > > it
> > > > to
> > > > work with 2.0
> > > > Here it is:
> > > >
> > > > public class MinaTimeServer {
> > > > private static final int PORT = 9123;
> > > >
> > > > public static void main(String[] args) throws IOException {
> > > >
> > > > SocketAcceptor acceptor = new SocketAcceptor();
> > > >
> > > > acceptor.getFilterChain().addLast("logger", new
LoggingFilter() );
> > > > acceptor.getFilterChain().addLast( "codec", new
> > ProtocolCodecFilter(
> > > > new
> > > > TextLineCodecFactory( Charset.forName( "UTF-8" ))));
> > > > acceptor.setReuseAddress(true);
> > > >
> > > > acceptor.setHandler(new TimeServerHandler() );
> > > > acceptor.setLocalAddress( new InetSocketAddress(PORT) );
> > > > acceptor.bind();
> > > > System.out.println("MINA Time server started.");
> > > > }
> > > > }
> > > >
> > > > As you can see, there's a litlle difference.
> > > > Maarten
> > > >
> > > >
> > > > On 4/10/07, Rodrigo Madera <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > Mark,
> > > > >
> > > > > Could you also provide a 2.0 version of it?
> > > > > If you have the opportunity, that would be excellent!
> > > > >
> > > > > Rodrigo
> > > > >
> > > > > On 4/10/07, Mark Webb <[EMAIL PROTECTED]> wrote:
> > > > > > I have added a tutorial that walks a new user through the
process
> > of
> > > > > > developing a MINA based application. In this case, the
tutorial
> > > shows
> > > > > the
> > > > > > user how to write a time server. Take a look at the document
and
> > > let
> > > > me
> > > > > > know what you think.
> > > > > >
> > > > > > http://mina.apache.org/quick-start-guide.html
> > > > > >
> > > > > > Thank you.
> > > > > >
> > > > > > --
> > > > > > ..Cheers
> > > > > > Mark
> > > > > >
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> > ..Cheers
> > Mark
> >
--
Thank you in advance
Roman.
***********************************************************************************
This email message and any attachments thereto are intended only for use
by the addressee(s) named above, and may contain legally privileged and/or
confidential information. If the reader of this message is not the intended
recipient, or the employee or agent responsible to deliver it to the
intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please immediately notify the
[EMAIL PROTECTED] and destroy the original message.
***********************************************************************************