Welcome![Sign In][Sign Up]
Location:
Search - persistence database

Search list

[JSP/Javaj_8423_easydbo

Description:  EasyDBO是由简易java框架网(www.easyjf.com)开发的一个适合中小型软件数据库开发的java数据持久层框架,系统参考hibernate、JDO等,结合中小项目软件的开发实际,实现简单的Java对象到关系数据的映射。EasyDBO由于比较简单,比较适合于中小企业及个人开发使用,EasyDBO当前还处于测试阶段、是一个简易但不太成熟的对象-关系映射开源中间件。   EasyDBO的源代码非常简单,有一点Java知识的人基本上都能读懂,因此,选择EasyDBO作本文的示例主要目的在于让读者快速进入ORM系统的世界,理解对象-关系数据库实质及实现原理。    EasyDBO考虑的是最简单的对象-关系映射,简单到可以不使用任何配置文件就实现对象-关系的映射。EasyDBO源码主要包括com.easyjf.dbo、com.easyjf.dbo.config、com.easyjf.dbo.sql三个包。其中com.easyjf.dbo是框架的核心、实现了对象-关系的转换、JDBC API的封装以及用户接口支持等,com.easyjf.dbo.config实现配置文件的管理,com.easyjf.dbo.sql实现数据库的简单Sql语句的生成及多数据库支持的扩展。-EasyDBO is simple java framework Network (www.easyjf.com) opened made of a database for small and medium-sized software development java data persistence layer framework, System Reference Apache, JDO, combining small and medium-sized projects in software development practice, the simple Java objects to relational data mapping. EasyDBO as simpler, more suited to the development of SMEs and personal use, EasyDBO also present at the testing stage, it is a simple but not very mature object-relational mapping open-source middleware. EasyDBO the source code is very simple, it is knowledge of Java basically can understand, therefore, EasyDBO choice for the examples in this paper main purpose is to let readers quick access to ORM system in the world, understanding Object-relational database and re
Platform: | Size: 2117134 | Author: sxy | Hits:

[ADO-ODBCEasyDbase

Description: 是一个非常适合中小型软件数据库开发的数据持久层框架,系统参考hibernate、JDO等,结合中小项目软件的开发实际,实现简单的关系数据库到对象的映射。-is a very suitable for the development of small and medium-sized software database data persistence layer framework, System Reference Apache, JDO, combining small and medium-sized projects in software development practice, the simple relational database-to-object mapping.
Platform: | Size: 2095768 | Author: 秦灿辉 | Hits:

[Other resourcedb4o-5.2-java

Description: db4o db4o是一个嵌入式的开源对象数据库引擎.对于Java与.NET开发者来说都是一个非常好的对象持久化工具. db4o性能高并且安装简单.-db4o db4o is an open-source embedded object database engine. For Java and.NET developers are a very good tool for object persistence. Db4o high performance and easy to install.
Platform: | Size: 5646806 | Author: gzhp | Hits:

[JSP/Javaeasyjf_bbs0.1

Description: 一个纯java编写的,基于EasyJWeb框架开发的论坛系统,论坛系统拥有常用论坛系统的基本功能,支持UBB代码。该论坛系统使用基于OO的方法设计,采用多层体系构架,数据库持久层主要使用本网开发中的简易数据库开源框架EasyDBO,java代码与页面完全分离,易扩展。-a pure java prepared, based on the framework developed by EasyJWeb Forum, Forum Systems Forum Systems has used the basic functions support UBB code. The forum system uses a method based on the 2001 design, using multi-tiered system architecture, database Persistence Layer BA major development of the open-source database summary EasyDBO framework, java code pages with complete separation, easy expansion.
Platform: | Size: 3331185 | Author: 陈浩 | Hits:

[ConsoleEasyDBO

Description: 是一个非常适合中小型软件数据库开发的数据持久层框架,系统参考hibernate、JDO等,结合中小项目软件的开发实际,实现简单的关系数据库到对象的映射。-is a very suitable for the development of small and medium-sized software database data persistence layer framework, System Reference Apache, JDO, combining small and medium-sized projects in software development practice, the simple relational database-to-object mapping.
Platform: | Size: 2157014 | Author: qiu | Hits:

[Windows DevelopEMS_Robot

Description: 这是我做毕业设计时写的一个代码框架生成器,因为我所设计的系统数据访问部分采用托管容器式持久性(Containet-Managed Persistence,CMP)方式,在这种设计模式下我们不必考虑数据从何处来,以何种方式存放,支持多数据库。所以在编码前,写了个代码生成器,减少体力劳动。-This is what I do design graduation wrote a code generator framework. because I designed the system data used to visit some of the Trusteeship Council-lasting containers (Containet-Mana ged persistence, CMP), in this design model we need not consider the data from where, in what form, and multi-database support. So the coding ago, wrote a code generator, reducing manual.
Platform: | Size: 65318 | Author: 刘原奇 | Hits:

[JSP/Javadbgen-1.2.1

Description: 一个OR Mapping 工具,可以将对象持久化到数据库中,有利与研究这方面的人士互相交流学习。-an OR Mapping tool can object persistence to the database, favorable and study the mutual exchange of learning.
Platform: | Size: 279156 | Author: 陈草乙 | Hits:

[JSP/JavaAbra-0.9.9

Description: OR Mapping工具,基于Java编程,用于将对象持久化到数据库中,最近在搞这方面的一个小项目,可以跟大家交流交流。-OR Mapping tool, Java-based programming, will be used for object persistence to the database, Recently engaged in this area of a small project, with the exchange of exchange.
Platform: | Size: 914397 | Author: 陈草乙 | Hits:

[Other resourcethe-realizaton-of-both-Hibernate-and-Java

Description: Hibernate是一个面向Java环境的对象/关系数据库映射工具。对象/关系数据库映射(object/relational mapping(ORM))这个术语表示一种技术,用来把对象模型表示的对象映射到基于SQL的关系模型数据结构中去。Hibernate不仅仅管理Java类到数据库表的映射(包括Java数据类型到SQL数据类型的映射),还提供数据查询和获取数据的方法,可以大幅度减少开发时人工使用SQL和JDBC处理数据的时间。 本文在充分研究以往数据持久层的发展和现状的基础上,引出了基于ORM的数据持久化概念,并通过其与传统持久化方法的深入比较,说明其优越性。依据这一概念,本文进一步引出基于ORM的持久层框架——Hibernate,并详细描述其体系结构和API。-Hibernate is a Java-oriented environment for the object / relational database mapping tool. Object / relational database mapping (object / relational mapping (ORM) ) said the terms of a technology, Object Model is used to express the object mapped to SQL-based relational model of data structure. Hibernate Java class management not only to the mapping database tables (including Java data type S QL data type mapping), but also provided data query and data acquisition methods, can greatly reduce development time using artificial SQL and JDBC data processing time. Based on the previous full study data persistence layer and the development on the basis of the status quo, ORM raises based on the concept of data persistence, and through its persistence with the traditional method of in-depth comp
Platform: | Size: 4283484 | Author: 王浩(jiqixueyuan) | Hits:

[Other resourcehibernate3.4

Description: HIBERNATE - 符合Java习惯的关系数据库持久化 Hibernate参考文档-HIBERNATE-habit with the Java relational database persistence Hibernate Reference Documents
Platform: | Size: 378830 | Author: stoneson | Hits:

[Other resourcejkcore

Description: 全新的持久化代码 可以方便的对数据库进行读写.实现采用java 对数据库的增删改查都能得心应手.-new persistence of the code can easily read and write to databases. Implementation of java database used by the excision can check handy.
Platform: | Size: 103833 | Author: wanglch | Hits:

[JSP/JavaStruts-Hibernate-Integration

Description: 印度高手Struts and Hibernate教程,用MyEclipse开发.书和源码In this tutorial we will show how the Web Framework Struts and the Database Persistence Solution Hibernate can be used together. Though we explain some basic, you should try the basic tutorials for each technology first when you are a beginner.
Platform: | Size: 12357845 | Author: lwhsyit | Hits:

[CSharpPersistence

Description: 仅作参考,Object - DataBase Mapping Soucre Code-For reference only, Object- DataBase Mapping Soucre Code
Platform: | Size: 374784 | Author: CX | Hits:

[Database systemPersistence

Description: 超轻量级的持久化解决方案 模仿EJB3的持久化过程 但是不用EJB3环境 通过反射EJB3规范的持久类 自动完成持久战类到数据库的查询更新插入删除操作-Ultra-lightweight and durable solutions to mimic the process of EJB3 persistence EJB3 environment but do not need to EJB3 specification through the reflection type of auto-complete a protracted war lasting type of query to the database insert update delete operation
Platform: | Size: 2048 | Author: huweixuan | Hits:

[WEB CodewfOrders

Description: Combining ASP.NET 2.0 and Windows Workflow Foundation (WF) will provide us with all the essential tools for building workflow-enabled web applications. Both ASP.NET and WF, however, are significant pieces of technology. Joining the two into a long-term relationship requires some careful thought and planning. In this article, we will look at an order processing application built for the web, and walk through the design. The application includes practical abstractions that shield the web application from the details of the workflow runtime. The application also addresses some real world scenarios. For instance, we ll keep our application state consistent with our workflow state by enlisting our database work inside the same transactions used by the WF tracking and persistence services.
Platform: | Size: 79872 | Author: Gersy | Hits:

[MySQLPublisher_Manager

Description: 一套基于数据库开发的个人出版物管理系统, 使用Hibernate来进行持久化, 数据库连接选用MySQL, 使用java 和 ant来进行连接。 使用JUnit进行测试。 包含源代码、需求分析、文档和测试代码。-A set of publications based on database management systems developed by individuals, using Hibernate to carry out persistence, database connection use MySQL, the use of java, and ant to make a connection. The use of JUnit for testing. Contains the source code, requirements analysis, documentation and test code.
Platform: | Size: 5543936 | Author: cynthia | Hits:

[JSPEJB3

Description: ejb3 持久化规范中文文档。介绍详细,用途很大,详细了解jpa,数据库持久化设计方面的知识。-ejb3 persistence specification of Chinese documents. Describes in detail, uses great details about the jpa, persistence database design knowledge.
Platform: | Size: 2587648 | Author: cicada | Hits:

[JSP/JavaApress.Java.Persistence.for.Relational.Databases.

Description: Java Persistence for Relational Databases This text provides best practices and patterns for readers who want to connect to databases using Java. It also includes coverage of various database-related APIs for Java, including JDO, JDBC (including newest 3.0 APIs), and CMP
Platform: | Size: 3500032 | Author: boyes | Hits:

[OtherBupt-cobar

Description: cobar 的学习资料,北京邮电大学的,包括:cobar回顾,cobar服务回顾,简单例子,性能要求,对象定位,消息接法,安全,对象持久性,数据库集成 一共9章,还有北邮的cobar建模讲座,教材及应用举例-cobar learning materials, Beijing University of Posts and Telecommunications, including: cobar Review cobar Service Review, a simple example, performance requirements, object positioning, messaging law, security, object persistence, database integration, a total of nine chapters, there BUPT cobar built mold lectures, teaching materials, and application examples
Platform: | Size: 5071872 | Author: 袁文亮 | Hits:

[JSP/JavaSpring-Security-Demo

Description: Spring Security 的演示Demo,通过mysql数据库配置用户、角色、资源等,利用mybatis实现持久化。数据库脚本在项目/WebRoot/sql 目录下-Spring Security Demo Demo, configure users, roles, and resources through the mysql database using mybatis for persistence. Database scripts in the project/WebRoot/sql directory
Platform: | Size: 29549568 | Author: 瞌睡虫 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net