I have created one application in NetBeans. I think that application is enough(contains basic functionality). Now I would like to create another application that is question answer forum and want to integrate those forum with my old application. So how my old applications session values will accessed in my new application. And how can i access my old applications other parameter(classes like for login, objects etc) will accessed from my new application.
我在NetBeans中创建了一个应用程序。我认为应用程序足够(包含基本功能)。现在我想创建另一个问题答案论坛的应用程序,并希望将这些论坛与我的旧应用程序集成。那么我的旧应用程序会话值将如何在我的新应用程序中访问。如何访问我的旧应用程序其他参数(如登录,对象等类)将从我的新应用程序访问。
1 个解决方案
#1
0
You can try to build a jar (assuming it is a standalone java application) file of your old application and include it in the build path of your new application. You will be able to access classes present in your old application
您可以尝试构建旧应用程序的jar(假设它是一个独立的Java应用程序)文件,并将其包含在新应用程序的构建路径中。您将能够访问旧应用程序中的类
#1
0
You can try to build a jar (assuming it is a standalone java application) file of your old application and include it in the build path of your new application. You will be able to access classes present in your old application
您可以尝试构建旧应用程序的jar(假设它是一个独立的Java应用程序)文件,并将其包含在新应用程序的构建路径中。您将能够访问旧应用程序中的类