Jt-面向JAVA模式框架

   Jt2.7 has been released. Jt is a pattern oriented framework for the rapid implementation of Java applications. Jt has been utilized in several large mission critical systems. Jt implements many well-known patterns including Data Access Objects (DAO), GoF design patterns and J2EE patterns.
  Jt2.7 已經發布了。Jt是一個面向模式的框架,能夠快速執行Java應用程序。它已被應用在幾個大型系統中,實現了許多著名的模式,包括DAO、GOF設計模式和J2EE模式。
  Jt2.7 features several enhancements to the Jt components and a version of the Jt automated Wizard (JtWizard). The Jt Wizard is an application built on top of the Jt framework that provides automated capabilities for generating framework applications. The Jt Wizard is able to automatically generate application modules based on several design patterns including Jt Messaging, DAO, MVC and GoF. The current Jt Wizard implementation provides integration with MVC Struts and DAO Hibernate. DAO mapping files, Struts configurations files, Views (JSPs), Java classes are automatically built by the Jt Wizard. The Jt Wizard is also a reference web application implemented using the Jt framework.
  Jt2.7增加了Jt組件和Jt自動化嚮導版本幾個特點。Jt嚮導是在Jt框架上的一個應用,而且這個框架提供了自動化產生框架應用。Jt嚮導能夠自動生成應用模塊,基於幾個設計模式,包括Jt消息、DAO、MVC和GOF 。目前的Jt嚮導把MVC模式的Struts和DAO模式的Hibernate集成在一起。DAO映射文件、 Struts的配置文件、視圖( jsps ) 和 Java類都是由Jt嚮導自動生成。Jt嚮導,也是一個使用Jt框架的Web應用實現。
  Features include:
  功能包括:
  * Implemented J2EE design patterns include J2EE business delegate, J2EE Session Facade, J2EE Service Locator and J2EE Value Object.
     實施J2EE的設計模式,包括J2EE 業務代表、 J2EE Session門面、 J2EE服務定位和J2EE價值對象。
  * Web Services integration via the implementation of Web Services adapters and proxies. The Jt messaging API greatly simplifies the development and deployment of web services.
     Web服務集成通過Web服務適配器和代理實現的。Jt消息API極大地簡化了Web服務的開發和部署。
  * Integration with business process modeling (BPM). A jBPM adapter is provided within the Jt framework. jBPM is an open source implementation of the BPM technology. A Jt application can now be modeled using a process graph. This provides users with a very powerful way of modeling business processes.
    與業務流程建模(BMP)集成 。  在Jt框架中提供了jbpm適配器, 而jbpm是一個BPM技術的開源實現。使用流程圖模型化Jt應用程序,這爲用戶提供了一個非常強大的建模業務流程方式。
   * Integration with the MVC (Model View Controller) design pattern and Ajax. Universal Jt components and adapters provide a transparent interface between the Jt framework API and these technologies. The business logic (controller piece) can be implemented using Jt framework components and/or BPM business processes.
     與MVC (模型-視圖-控制器)設計模式和Ajax集成。通用Jt組件和適配器在Jt框架API和這些技術之間提供了一個透明的接口。使用Jt框架組件和BMP業務處理來實現業務邏輯。
   * Integration with the Hibernate implementation of Data Access Objects (DAO). A Jt adapter provides a transparent interface between the Jt framework and Hibernate DAOs.
     與通過Hibernate實現的數據訪問對象(DAO)集成。Jt適配器在Jt框架和Hibernate DAO之間提供了一個透明的接口 。
   * JDBC integration via a JDBC adapter.
     通過JDBC適配器來集成JDBC.
   * The Command pattern implementation supports a request log, a queueing mechanism and undoable operations.
     命令模式支持請求日誌、隊列機制和撤消行動。
   * JavaMail API integration via the implementation of a JavaMail adapter
     通過JavaMail適配器來整合JavaMail API
   * Integration with J2EE Enterprise Java Beans (EJBs) via Jt Adapters and proxies. EJB clients are able to gain transparent access to remote framework objects. No need to deal with the complexities of EJB application development. An implementation of the J2EE Service Locator pattern is also provided.
     一體化與J2EE的企業級Java豆類( ejbs )通過Jt 適配器和代理器來集成J2EE企業java Bean(EJB)。 EJB客戶端能夠獲得遠程框架對象的訪問。沒有必要,以處理複雜的EJB應用的發展。 它還提供了服務定位模式。
   * Easy customization of framework applications. This is done via resource files: object attributes can be automatically loaded from a resource file.
    輕鬆定製的框架應用。這樣做是通過資源檔案:對象屬性可以自動地從資源文件中加載。
   * Java Server Pages (JSP) integration.
    整合了JSP
   * Integration with the XML APIs via XML adapters, helpers and built-in bean/XML mapping capabilities.
    通過XML適配器、幫助和嵌入 bean/XML 映射來整合XML API。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章