TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:13058] PHP and Java



On Fri, 28 Jan 2000, Bob Tanner wrote:

> Since a JavaBean can return a string, you could just return something like:
> 
> <select name="foobar">
> <option>
> <option>
> </select>
> 
> And have PHP just "include" that right inline. That is my hope at least :-)

Hmm. Interesting. This is similar to what I'm doing with databases right
now -- get the information to fill in fields in forms, etc. How do you
"call" a JavaBean? Is it a stand-alone program which could be run from the
command line, or do you need to call it from a java program as a method?

Luke