Hello David,

Unfortunately there are still a few things that are not standardized in J2EE
1.2, especially in the field of security and user management (like dynamically
adding users to the server).

For such things, the application server vendor unfortunately has to provide
their own ways of doing things, and some of our demo applications demonstrate
those features as well. We will try to push for as much as possible to be
standardized for better portability, and it is happening. For example
OR-mapping was not standardized in EJB1.1 but is/will be in EJB 2.0 and we
have just converted our OR-mapping to match the EJB 2.0 draft (but will not be
available publically just yet). Of course it'll take some time before the spec
sorts out every portability issue though.

Regards,
Karl Avedal

David Sierra Fernandez wrote:

> I tried to deploy ATM example in Sun's J2EE implementation server, but it
> didn't recognize ear file. I tried to create the ear file mayself but when
> I tried to include the war and jar files, this last was also not recognize
> as a valid file.
>
> Then I tried to create both files begining from the .class files but It
> does not work anyway. For last I tried to compile again the classes but I
> got the following error:
>
> AccountOwnerManagerEJB.java:8: Package com.evermind.security not found in
> import
> .
> import com.evermind.security.*;
>        ^
> UserManagementSessionEJB.java:7: Package com.evermind.security not found
> in impo
> rt.
> import com.evermind.security.*;
>
> If the standard file is the jar, Why Orion include especific files in the
> code? Does this not break the comatibility?
>
> How I can deploy an Orion application in other servers to test
> performance?
>
> THANK YOU.
>
>         -------------------------------------------------------------
>         David Sierra Fern ndez
>         E.T.S.I. Telecomunicaci�n
>         Universidad de Valladolid    AULA CEDETEL
>         Campus Miguel Delibes   E-Mail: [EMAIL PROTECTED]
>         47011 Valladolid (SPAIN)
>         --------------------------------------------------------------
>
>  -- Sierr@ --


Reply via email to