Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序1 上有一个JSP。我想从另一个应用程序 2 调用一个类文件,以便在单击应用程序 1 中的按钮时执行插入操作。
有人可以给我一个想法,我该怎么做?
创建该类的对象(假设类可访问)并调用该方法(假设方法可访问)
据我所知,你有两个选择。
1)使您想从application2调用的类对application1可用,然后调用它。
2)在application2中将类的功能公开为web service,然后从application1中使用