Java

本类阅读TOP10

·使用MyEclipse开发Struts框架的Hello World!(录像1)
·hibernate配置笔记
·AOP编程入门--Java篇
·linux下Tomcat 5.0.20 与 Apache 2 安装/集成/配置
·在win2003下整合了整合Tomcat5.5+ apache_2.0.53+ mod_jk_2.0.47.dll
·构建Linux下IDE环境--Eclipse篇
·Jsp 连接 mySQL、Oracle 数据库备忘(Windows平台)
·ASP、JSP、PHP 三种技术比较
·Tomcat5.5.9的安装配置
·AWT GUI 设计笔记(二)

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
OptimalJ开发中使用的主要模型

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

Models in OptimalJ

Professional, Enterprise and Architecture

To develop an OptimalJ application, you use the following models (and submodels):

  • Domain model—captures functionality in platform-independent models. The domain model defines the business without any specific application detail and consists of:
    • Class model—specifies the system classes and is graphically represented using class diagrams.
    • Service model—captures behavioral information.
  • Application model—describes functionality in the following design models, which are independent of specific code, but are based on a certain technology or application framework, and therefore are PSMs. The application model consists of:
    • DBMS model—the persistency model
    • EJB model—the business logic model
    • Web model—the presentation model

    In OptimalJ, the design models are generated from the domain model.

  • Integration model—provides interfaces to legacy and external applications.
    • Connector model—the integration model is subdivided into connector model packages in which you can import and define CICS/COBOL programs/copybooks, CORBA IDLs, and Web services WSDL. It can also be used to define a Web service provided by the application.
  • Code model—provides an implementation of the system described by the models. The code model contains the source code (Java language).



相关文章

相关软件