Hi!
I'm writing an application using Turbine, but with out ECS. As per the
response I got in one of the previous mails, it was mentioned that Turbine
can be used with out ECS. But, it seems (from the Turbine API) that Turbine
and ECS are tightly coupled. Let's take an example of "doBuild" method of
Screen.java, and this class is inherited by all the screens. Right!
Now this very method (doBuild) returns an object of type
"org.apache.ecs.ConcreteElement", that means the developer needs to create
an object of this type.
When I write my own html stuff using the IO streams, in my screens, the page
works through Turbine, but my navigations get lost. I get only the part, I
write in my screens using Streams.
Is ConcreteElement of any significance, if the developer is not using ECS?
It's just one example. At many places in Turbine, ECS would be there, I
guess.
Though ECS is a very useful module, but I would like to first, use Turbine,
with out ECS.
Any comment on "Turbine with out ECS"? What all points need to take care of?
Thanks,
- Hement
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]