简体   繁体   English

如何将新应用程序与旧的现有应用程序集成

[英]How to integrate new application with old existing application

I have created one application in NetBeans. 我在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. 以及如何访问我的旧应用程序,其他参数(如登录,对象等类)将从我的新应用程序访问。

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. 您可以尝试构建旧应用程序的jar文件(假设它是一个独立的Java应用程序),并将其包含在新应用程序的构建路径中。 You will be able to access classes present in your old application 您将能够访问旧应用程序中存在的类

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将Optaplanner与现有Java应用程序集成 - Integrate Optaplanner with existing Java application 如何集成现有的Java Web应用程序以将博客作为子目录处理 - How to integrate Existing Java web Application to handle blogs as subdirectory 在现有Java应用程序中集成Red5 Server - Integrate Red5 Server in existing Java application 将Spring Boot与现有的Spring应用程序集成 - Integrate Spring Boot with existing Spring application 如何将 git 集成到 Windows 应用程序中 - How to integrate git into Windows application 应用程序上的旧的新“删除/无效” Cookie - Old new “delete/invalidade” Cookie on an application 将旧应用程序的用户迁移到工作应用程序上的新应用程序 - Migrating users of old application to new one on working application 将我的 android 应用程序与现有的 POS(销售点)系统集成 - Integrate my android application with existing POS(point of sale) system Activiti与Imixs哪种工作流程更适合与现有应用程序集成? - Activiti vs Imixs which Work Flow is better to integrate to an application existing? 是否可以在新项目/应用程序中添加现有项目? - Is it possible to add an existing project in new project/application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM