[Opensource] Expresso support multi devices like PDA
interface?
Michael Rimov
rimovm at centercomp.com
Mon Jul 15 12:27:42 PDT 2002
At 04:24 PM 7/15/2002 +0000, you wrote:
>hi all,
>
>- Would like to know whether Expresso support interfaces for PC, PDA, WAP
>phones?
That's not hard... all you do is with your controller add the parameters:
style=xml
and
xsl=<path to stylesheet>
And you've got an instant way to support different transformations.
>- Also would like to double confirm that Expresso support EJB?
Expresso doesn't directly support EJB's with it's own DBObject framework
[Yet]. However, there is nothing holding you back from using Expresso's
DBObjects for setup, configuration, and Security system, and then having
controllers call a Stateless/Stateful session bean that in turn accesses an
Entity-Bean going to a separate database.
Eventually the DBObject API will be capable of being a full wrapper around
an EJB, but that probably won't be available for another few months.
HTH!
-Mike
More information about the Opensource
mailing list