在netweaver中创建应用程序客户端

简介:
In the SAP NetWeaver Developer Studio, you create application client components using Application Client 5 Projects. It helps you organize the components of the application client, and its deployment descriptors.

步骤

Creating an Application Client 5 Project

...
       1.       Choose File → New → Project → J2EE → Application Client Project 5.
       2.       Specify the project name and location.
       3.       Optionally, you can add the project to an Enterprise Application Project by choosing the Add project to an EAR option.
You can always add the project to an Enterprise Application Project later.
       4.       Choose Finish.

Adding Native Libraries to the Connector

...
       1.       Select the appClientModule folder of the Application Client Project in the Project Explorer.
       2.       In the context menu, choose Properties → Native Library.
       3.       In Location path, specify the directory where the native libraries are located.
Use External Folder if the libraries are located outside the Developer Studio.
Use Workspace if their location is within the Developer Studio workspace.
       4.       Choose OK.

Editing the Deployment Descriptors

...
       1.       In the appClientModule/META-INF directory of the Application Client Project, select the relevant deployment descriptor in the Project Explorer.
       2.       Choose Open with → XML Editor in the context menu.
       3.       Using the context menu of the XML Editor, add the necessary elements to the descriptor, and save the changes.

结果

If you have not already done so, you can add the Application Client Project to an Enterprise Application Project. In this way, the application client will become part of the enterprise application EAR file.









本文转自 牛海彬 51CTO博客,原文链接:http://blog.51cto.com/newhappy/77019,如需转载请自行联系原作者
目录
相关文章
|
2月前
|
监控 Java Linux
linux服务器上启动framework应用程序流程
【10月更文挑战第18天】在 Linux 服务器上启动框架应用程序的流程包括:准备工作(确保访问权限、上传部署文件、了解启动要求)、检查依赖项、配置环境变量、切换到应用程序目录、启动应用程序、监控启动过程以及验证应用程序是否正常运行。具体步骤可能因应用程序类型和框架而异。
|
3月前
|
监控 JavaScript Java
部署应用程序到服务器
部署应用程序到服务器
74 3
|
3月前
|
Prometheus 监控 Cloud Native
应用程序部署
应用程序部署
58 3
|
5月前
|
存储 开发框架 缓存
ABP VNext框架中Winform终端的开发和客户端授权信息的处理
ABP VNext框架中Winform终端的开发和客户端授权信息的处理
|
4月前
|
运维 监控 测试技术
应用程序的部署与发布
应用程序的部署与发布
34 0
|
Ubuntu Linux
应用程序及管理
应用程序及管理
111 0
|
存储 开发者 设计模式
|
网络安全 虚拟化 Windows