单词 | pojo | ||||||||||||||||||||||||||||||||
释义 |
|
这些操作全部可以通过一个简单的POJO(简单的Java对象)API来实现,因此没有供应商锁定,开发者也无须学习复杂的API。 evget.com | This is all done [...] using a simple POJO (plainold Java [...]objects) API, so that there is no vendor lock in or complex API for developers to learn. evget.com |
它可以直接调用SQL,也可以直接对POJO进行CRUD操作,代码与ORM相当.调试方便,不用配置,内置JCS缓存,能有效降低数据库压力. javakaiyuan.com | Debugging easy , no configuration , built-in JCS cache , can effectively reduce the pressure on the database . javakaiyuan.com |
提供完整的示例包括POJO与JSP代码生成。 javakaiyuan.com | Provide a complete [...] exampleincludingPOJO andJSP code generation . javakaiyuan.com |
项目简介:pojo的mvc框架,使用java注解,使用ognl传输上下文,使用hivemind做ioc容器,使用spring简化hibernate操作,使用泛型来减少重复代码。 javakaiyuan.com | Project Information:pojo ofmvcframework , [...] the use of java annotations , use the ognl context transfer , use hivemind [...]do ioc container , using spring hibernate simplify the operation , the use of generics to reduce duplication of code. javakaiyuan.com |
OpenJPA既可以作为独立的POJO持久层框架使用,也可以与所有符合EJB 3.0标准的容器或者其它轻量级框架相集成。 javakaiyuan.com | OpenJPA can be used as [...] eitherstand-alonePOJO persistence layer [...]framework to use , but also with all compliant EJB 3.0 [...]standard container or other lightweight frameworks integration. javakaiyuan.com |
项目简介: ROMA是一个完全基于POJO的Web框架。 javakaiyuan.com | Project Information: Rhino in Spring of this project to the Rhino JavaScript interpreter combined with the Spring Framework . javakaiyuan.com |
简单来说,Java EE [...] 6对现代编程技术进行了标准化,比如依赖注入、注解、POJO编程和REST编程,这些标准化减少了样板代码和XML配置。 infoq.com | To quickly summarize, Java EE 6 has standardized modern [...] programming techniques like dependency [...] injection, annotations, POJO programming and [...]REST programming, all of which reduces boilerplate code and XML configuration. infoq.com |
项目简介: [...] 一个JVM级的开源群集框架,提供:HTTP Session复制,分布式缓存,POJO群集,跨越群集的JVM来实现分布式应用程序协调(采用代码注入的方式,所以你不需要修改任何)。 javakaiyuan.com | Project Information: An open source JVM -level clustering framework that [...] provides : HTTP Session Replication , [...] Distributed Cache , POJO clustering across [...]the cluster JVM to achieve coordination [...]of distributed applications (using the code into the way , so you do not need to modify any ) . javakaiyuan.com |
Waffle是一个类似于Rails的Web框架支持基于POJO的Actions,依赖注入,并且它没有依赖任何XML配置文件。 javakaiyuan.com | Waffle is a Web framework [...] like Rails support POJO-based of Actions, [...]dependency injection , and it does not rely on any XML configuration files . javakaiyuan.com |
在4.2.0版本中新增支持hibernate,支持直接拖拉表格至package explorer来创建POJO's,也支持直接拖拉POJO's至DB View来创建表格。 javakaiyuan.com | New in version 4.2.0 supports hibernate, support direct drag and [...] drop form to the package explorer [...] to create the POJO "s, also supports directdragPOJO"s toDB View [...]to create tables. javakaiyuan.com |
使用JdonFramework开发J2EE应用系统,几乎无需考虑性能设计,也无需担心内存泄漏或并发访问,对Model数据通过缓存拦截器提升性能;对POJO无态服务使用对象池拦截器;也实现了POJO的有态服务拦截器。 javakaiyuan.com | J2EE application development using JdonFramework , almost regardless of performance, design , and need not worry about memory leaks or concurrent access to data on the Model to improve [...] performance by caching [...] interceptor ; for POJO services using object pooling stateless interceptor ; also have thePOJO stateto achieve [...]service interceptor . javakaiyuan.com |
项目简介: Wedge是一个基于POJO面向组件的Web框架。 javakaiyuan.com | Project Information: WikyBlog is a PHP MySQL based Web diary program . javakaiyuan.com |
POJO与java.util.Map持久化都是使用现有JDBC标准。 javakaiyuan.com | Mappersistent POJO and JDBC are using [...] existing standards . javakaiyuan.com |
Scalability(可伸缩性):使用本框架,可以开发出两种系统:真正轻量的Web应用系统或Web+EJB应用系统;无缝同时支持两种服务架构:EJB Session Bean和POJOService(Web应用),在不改变代码的情况下,可以很方便地将一个Web系统升级到Web+EJB系统,Jdon帮助你实现应用系统的可伸缩性。 javakaiyuan.com | Scalability ( scalability ) : Using this framework can be developed two systems: a real lightweight Web applications or Web EJB applications ; [...] seamlessly supports two service architecture: [...] EJB Session Bean andPOJO Service (Webapplication [...]) , without changing the code in [...]the case , you can easily upgrade to a Web system Web EJB system , Jdon help you achieve application scalability. javakaiyuan.com |
首先GreenBox框架从数据库schema,POJOs注释或XML文件读取元数据(metadata),然后根据Velocity模板生成你所需要的应用程序代码包括:pojo,DAO,delegate,Hibernate .hbm,Spring [...] Context,JSF forms ,tableless CSS, EJB,SQL脚本,配置文件等等。 javakaiyuan.com | First GreenBox framework from the database schema, POJOs annotations or XML file to read metadata [...] (metadata), then you need the Velocity template to generate the application [...] code , including : pojo, DAO, delegate, [...]Hibernate. javakaiyuan.com |
COMMON"组件是整个框架的核心并且基于mvc模式.这个组件易于测试(提供mock对象供测试),很少的XML描述,易于学习因为它使用简单的POJO动作(actions),拦截器(interceptors)和过滤器(filters) [...] 还提供对AJAX的支持. javakaiyuan.com | COMMON" component is the core of the framework and is based on mvc pattern . the components are easy to test ( to provide mock objects for testing ) , a [...] small XML description , easy to learn [...] because it uses simple POJOactions (actions), [...]interceptor (interceptors) and filters [...](filters ) also provides support for AJAX . javakaiyuan.com |
英汉双解词典包含2273206条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。