Java: How to invoke code running on a server from a browser?

前端 未结 6 601
花落未央
花落未央 2021-01-23 17:04

Is there somehow that I can invoke Java running on a server from a web browser? I would like:

  1. User navigates to URL in a browser
  2. User fills in input box
6条回答
  •  深忆病人
    2021-01-23 17:20

    If you want to pass arguments in a URL, then easier approach is Axis

    You can display result with javascript on your page.

提交回复
热议问题