COPYRIGHT RESERVED 2009 BY MAX TSAI



Visit Max Tsai at Facebook | Twitter | atom

Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Sunday, March 30, 2008

Java - PHP

http://quercus.caucho.com/

I enjoy developing JEE, but am kind of tired of JSP and other Template Engines. Why can there be just something that my designers can just do it without coming to me all the time? I am hoping Quercus (A Java based PHP engine) comes to rescue!

and: http://fabien.duminy.ifrance.com/blog/archives/2007/08/entry_14.html

I had to copy three jar files:
resin-util.jar. quercus.jar, and javamail.jar; so, Tomcat does not compliant about javax/mail/MessagingException

Also, I copied the php/quercus-war to webapps (since I am lazy). Works!

----
On Windows, this seems to be another solution. Never tried yet!
http://nexus.zteo.com/2008/02/15/how-to-setup-php5-with-tomcat-5/

Thursday, August 9, 2007

J2EE, Not for Fun?

I was forwarded this video. Very interesting ..
http://oodt.jpl.nasa.gov/better-web-app.mov

I think it will be more FUN if .Net is included. It probably requires no coding for either examples using Visual Studio Web Developer Express (Free) .. drag and drop, i18n, and preview'able .. anyhow, I am not a .net fan. Oh, and where is PHP. Any commands from PHP'ers.

My current developer side of life is fully occupied by Spring Framework and portlets .... and somehow I have not felt too sad yet!

Wednesday, May 9, 2007

Where is F3?

I have been disappointed by not being able to get access to f3.dev.java.net. Oh! NO WAIT- I just downloaded JavaFX from openjfx.dev.java.net and it is F3. I think I am making my best guess now that: F3 is the code name and JavaFX is the product name. I will bet my money on that ..

Tuesday, January 31, 2006

The marriage of Java and PHP

While some people are still debating on what web programming language to use, why you have to pick ..

http://phpbuilder.com/manual/en/ref.java.php#java.servlet

(There are two possible ways to bridge PHP and Java: you can either integrate PHP into a Java Servlet environment, which is the more stable and efficient solution, or integrate Java support into PHP. The former is provided by a SAPI module that interfaces with the Servlet server, the latter by this Java extension. )

or

http://php-java-bridge.sourceforge.net/

Wednesday, November 16, 2005

[Open Source Cast] Very Nice Spring Framework

Get started on Spring Framework? Check this tutorial out!

--
Posted by Max (aka. JANQ) to Open Source Cast at 11/16/2005 05:55:00 PM