What is the best way to convert an existing php class into Java?

前端 未结 15 1278
梦毁少年i
梦毁少年i 2021-02-09 14:07

I have been tasked with converting several php classes into java classes, which is quickly becoming a nightmare for me. I understand the basic language structure, it being simil

15条回答
  •  余生分开走
    2021-02-09 14:44

    I would normally take the class generated by php5servlet, a jar thats available in tomcat & resin.

    Then change the class file to Java.

    cheers

提交回复
热议问题