On Fri, 2005-02-11 at 10:57 -0700, Barry Roberts wrote: > http://www.phpbeans.com/ > > When there's a phpBeans protocol server for Mono, Python, and Java, > this could be REALLY cool. I think. Has anybody used this yet?
If you're looking to implement a multi-tier system with PHP, you should also check out JSR 223 ( http://jcp.org/en/jsr/detail?id=223 ). This is the Java scripting specification. The early access release allows you to embed PHP in Java. This would allow you to run PHP code from inside a Java web container giving you the flexibility to invoke EJB's and any other remoting API supported by Java. It's still in early access but it looks very cool. -Mike .===================================. | This has been a P.L.U.G. mailing. | | Don't Fear the Penguin. | | IRC: #utah at irc.freenode.net | `==================================='
