users@grizzly.java.net

Re: Request to understand

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Thu, 17 Apr 2014 17:16:13 -0700

Hi Mohan,


On 17.04.14 06:41, mohan pawar wrote:
> I am searching for the content of the grizzly framework. But, I did
> not get how to
> start with the netbeans IDE 7.1.2 .
please take at the documentation:
https://grizzly.java.net/scm.html

basically you need to clone the repository using git command.
$git clone git://java.net/grizzly~git

then checkout the branch you're interested in, like:
$git checkout 2.3.x

Grizzly is maven based project so there shouldn't be any problem to load
the project using Netbeans.

> I am requesting you please help me to get started with the grizzly
> framework. You provided all the code but where should we have to
> execute and how ?
grazzly-framework is the core module you can find at
"grizzly~git/modules/grizzly" folder.

You can find Grizzly core framework samples in the
"grizzly~git/samples/framework-samples" folder or on Git
https://github.com/GrizzlyNIO/grizzly-mirror/tree/2.3.x/samples/framework-samples

WBR,
Alexey.