0

I like php, and I'm beginning to like java. I heard that jsp is officially deprecated (on the oracle website) and I'm trying to figure out how I could get data from a php script (from field data, image uploads) send it to my java program and have the results sent back to my php script.

Now I know I could use php for everything but some websites (such as google) use multiple back ends such as C and python.

2
  • why would you like to do that? you could just use a java web application framework instead of wrapping java into php code. en.wikipedia.org/wiki/… Commented Jan 29, 2012 at 14:13
  • Because I want to use php, not exclusive java. And, JSP is depricated on the website, so I kinda have the feeling I shouldn't use it. Jsp server hosting is also quite expensive. Commented Jan 29, 2012 at 14:36

1 Answer 1

3

There are several possibilities to interface PHP and Java. To name a few you coud try:

Sign up to request clarification or add additional context in comments.

1 Comment

This looks quite interesting, I'll have a look at it

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.