php - interaction with java?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jonfleck
Forum Newbie
Posts: 1
Joined: Fri Nov 15, 2002 7:44 am

php - interaction with java?

Post by jonfleck »

Hi all!

My team and I are building a 'Concert Hall Booking System' as part of our university project. The system is being designed in Java, however, we want to create a web-based interface for our Java Data Structure. How can we use the classes and methods of our Data Structure from php, without having to resort to forcing users to use an applet(87% of browsers have Java enabled, but that still leaves 13% without! - thecounter.com)? Any Ideas? Thanks!

Jonny
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

This is what the manual has to say about PHP and Java:
http://www.php.net/manual/en/ref.java.php

Mac
Post Reply