Hi everybody,
I had been using PHP intensively for 3 years but not in recent 2 years.
I'm back now. PHP changed(imporved) a lot, and this makes it more popular! God bless you!
Recently I did some exercises on using Java from within PHP. I developed a set of PHP functions to shield PHP scripts from the details of interacting with java and mapping locale to resource files.
My target is to i18n with Java technology. But I'm not sure about how efficient it will be, whether it's feasible, whether somebody is already using this?
Servlet containers provide "Application Scope" that can be used to cache resources. What we can do in PHP to emulate that?
Thanks!
John.