on 5/10/01 2:24 PM, "NADELLA, RAO S (SBCSI)" <[EMAIL PROTECTED]> wrote:

> Hi friends,
> 
> I have downloaded the ECS1.4.1 and tried to compile the TestBed.java file
> and have
> problems compiling.
> 
> Is this the way to do this or do I need to use a make file.

cd build
./build-ecs.sh

> Would someone be able to help us newbies by putting a brief list of
> instructions:
> explaining the process from download to implenting in the java code files.

The testbed.java is the example of that.

> For some of you experienced gurus, this may sound silly, but it would be
> extremely
> helpful for people who are just starting out.

Well, this is Java 101 and our job isn't to teach you that. There are plenty
of books you can read.

> I could definitely see a lot of advantage using ECS than coding plain HTML
> in the servlets.

There is an advantage, but you shouldn't put ANY HTML into your servlets.
Period. That is what Velocity is for.

> I have tried quite a few times, and not able to grasp the process of how to
> use the ECS.

A a = new A();
System.out.println(a.toString());

It really is that easy.

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to