Annasab sunthe wrote: > > Hi, > > Can any one explain me, is Avalon Framework is > aternative to J2EE/EJB or can J2EE/EJB application > be > built using this framework. What environement do u > need to run applications built on this framework, ie > Any application Servers/Web Servers etc.
There's an application server built-in, which is called Phoenix. Avalon applications are not web-friendly as such, you need to do some work of your own, if you want to build web applications with Avalon/Phoenix. That means there is no "web-connector" built-in, you have to decide by yourself how the applications you write should talk to your webserver. That is a drawback compared to commercial application servers like Bea, but on the other hand it means you can use any webserver - Bea "forces" you to use (and pay for) their own runtime platform. You can use EJB stuff within Avalon like you can use it within any Java program. I don't know about J2EE, what is it? Isn't it nothing but a set of APIs? You can certainly use all J2EE APIs from within Avalon (and sensibly, too). Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>