文件名称:MyBlogJSFJPAExample
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 469kb
- 下载次数:
- 0次
- 提 供 者:
- 金*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
JSF+JPA 的MyEclipse官方Blog实例。MyBlogJSFJPA 是一个简单的使用 JSF 作为界面和JPA作为持久层的简单的网络博客应用。这个项目展示了对单个博客数据库表进行增删改查的功能。同时这个项目已经事先在MyEclipse 自带的服务器环境中配置好了,例如内置的 Tomcat 6 和 Derby 数据库,数据
库中已经包含了一个 MyEclipse 6.0出厂时就带的示例数据库。
项目的结构由如下几个部分组成:
1. 一个 JSF 页面链接到4 个对提交的数据库表进行增删改查的功能模块
2. 一个受管Bean 作为维护 UI 状态的控制器并处理持久化操作
3. 一个发帖的 JPA 实体以及一个处理持久化的 PostDAO
4. 在 MyEclipse 中已经自带了这个例子所需要的 MYBLOG 数据库-MyEclipse JSF+ JPA s Official Blog instances. MyBlogJSFJPA is a simple to use JSF
As a JPA as a persistence layer interface and a simple network blog application. This project demonstrated a single
Blog database table CRUD functions. While this project has been pre-self in MyEclipse
With the server environment is configured, such as the built-in Tomcat 6 and the Derby database, the number of
According to
Library already contains a MyEclipse 6.0 is shipped with the sample on the database.
Project structure consists of the following parts:
1. A JSF page link to 4 tables submitted to the database function module CRUD
2. A Managed Bean as a maintenance controller and handle the UI state persistence operations
3. A post JPA entities and a handle persistent PostDAO
4. in MyEclipse already comes with this case need MYBLOG database
库中已经包含了一个 MyEclipse 6.0出厂时就带的示例数据库。
项目的结构由如下几个部分组成:
1. 一个 JSF 页面链接到4 个对提交的数据库表进行增删改查的功能模块
2. 一个受管Bean 作为维护 UI 状态的控制器并处理持久化操作
3. 一个发帖的 JPA 实体以及一个处理持久化的 PostDAO
4. 在 MyEclipse 中已经自带了这个例子所需要的 MYBLOG 数据库-MyEclipse JSF+ JPA s Official Blog instances. MyBlogJSFJPA is a simple to use JSF
As a JPA as a persistence layer interface and a simple network blog application. This project demonstrated a single
Blog database table CRUD functions. While this project has been pre-self in MyEclipse
With the server environment is configured, such as the built-in Tomcat 6 and the Derby database, the number of
According to
Library already contains a MyEclipse 6.0 is shipped with the sample on the database.
Project structure consists of the following parts:
1. A JSF page link to 4 tables submitted to the database function module CRUD
2. A Managed Bean as a maintenance controller and handle the UI state persistence operations
3. A post JPA entities and a handle persistent PostDAO
4. in MyEclipse already comes with this case need MYBLOG database
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MyBlogJSFJPAExample\.classpath
...................\.mymetadata
...................\.project
...................\.settings\com.genuitec.eclipse.j2eedt.core.prefs
...................\.........\com.genuitec.eclipse.persistence.jpa.prefs
...................\.........\CVS\Entries
...................\.........\...\Repository
...................\.........\...\Root
...................\CVS\Entries
...................\...\Repository
...................\...\Root
...................\LICENSE.txt
...................\README.txt
...................\resources\CVS\Entries
...................\.........\...\Repository
...................\.........\...\Root
...................\.........\MYBLOG.ddl
...................\.........\MYBLOG.mer
...................\src\com\CVS\Entries
...................\...\...\...\Repository
...................\...\...\...\Root
...................\...\...\myeclipseide\CVS\Entries
...................\...\...\............\...\Repository
...................\...\...\............\...\Root
...................\...\...\............\examples\CVS\Entries
...................\...\...\............\........\...\Repository
...................\...\...\............\........\...\Root
...................\...\...\............\........\myblog\CVS\Entries
...................\...\...\............\........\......\...\Repository
...................\...\...\............\........\......\...\Root
...................\...\...\............\........\......\jsf\CVS\Entries
...................\...\...\............\........\......\...\...\Repository
...................\...\...\............\........\......\...\...\Root
...................\...\...\............\........\......\...\PostController.java
...................\...\...\............\........\......\...\PostConverter.java
...................\...\...\............\........\......\persistence\CVS\Entries
...................\...\...\............\........\......\...........\...\Repository
...................\...\...\............\........\......\...........\...\Root
...................\...\...\............\........\......\...........\EntityManagerHelper.java
...................\...\...\............\........\......\...........\Post.java
...................\...\...\............\........\......\...........\PostDAO.java
...................\...\CVS\Entries
...................\...\...\Repository
...................\...\...\Root
...................\...\META-INF\CVS\Entries
...................\...\........\...\Repository
...................\...\........\...\Root
...................\...\........\persistence.xml
...................\WebRoot\CVS\Entries
...................\.......\...\Repository
...................\.......\...\Root
...................\.......\Home.jsp
...................\.......\index.jsp
...................\.......\META-INF\CVS\Entries
...................\.......\........\...\Repository
...................\.......\........\...\Root
...................\.......\........\MANIFEST.MF
...................\.......\post\CVS\Entries
...................\.......\....\...\Repository
...................\.......\....\...\Root
...................\.......\....\Detail.jsp
...................\.......\....\Edit.jsp
...................\.......\....\List.jsp
...................\.......\....\New.jsp
...................\.......\WEB-INF\.faces-config.mex
...................\.......\.......\classes\com\myeclipseide\examples\myblog\jsf\PostController.class
...................\.......\.......\.......\...\............\........\......\...\PostConverter.class
...................\.......\.......\.......\...\............\........\......\persistence\EntityManagerHelper.class
...................\.......\.......\.......\...\............\........\......\...........\Post.class
...................\.......\.......\.......\...\............\........\......\...........\PostDAO.class
...................\.......\.......\.......\META-INF\persistence.xml
...................\.......\.......\CVS\Entries
...................\.......\.......\...\Repository
...................\.......\.......\...\Root
...................\.......\.......\faces-co
...................\.mymetadata
...................\.project
...................\.settings\com.genuitec.eclipse.j2eedt.core.prefs
...................\.........\com.genuitec.eclipse.persistence.jpa.prefs
...................\.........\CVS\Entries
...................\.........\...\Repository
...................\.........\...\Root
...................\CVS\Entries
...................\...\Repository
...................\...\Root
...................\LICENSE.txt
...................\README.txt
...................\resources\CVS\Entries
...................\.........\...\Repository
...................\.........\...\Root
...................\.........\MYBLOG.ddl
...................\.........\MYBLOG.mer
...................\src\com\CVS\Entries
...................\...\...\...\Repository
...................\...\...\...\Root
...................\...\...\myeclipseide\CVS\Entries
...................\...\...\............\...\Repository
...................\...\...\............\...\Root
...................\...\...\............\examples\CVS\Entries
...................\...\...\............\........\...\Repository
...................\...\...\............\........\...\Root
...................\...\...\............\........\myblog\CVS\Entries
...................\...\...\............\........\......\...\Repository
...................\...\...\............\........\......\...\Root
...................\...\...\............\........\......\jsf\CVS\Entries
...................\...\...\............\........\......\...\...\Repository
...................\...\...\............\........\......\...\...\Root
...................\...\...\............\........\......\...\PostController.java
...................\...\...\............\........\......\...\PostConverter.java
...................\...\...\............\........\......\persistence\CVS\Entries
...................\...\...\............\........\......\...........\...\Repository
...................\...\...\............\........\......\...........\...\Root
...................\...\...\............\........\......\...........\EntityManagerHelper.java
...................\...\...\............\........\......\...........\Post.java
...................\...\...\............\........\......\...........\PostDAO.java
...................\...\CVS\Entries
...................\...\...\Repository
...................\...\...\Root
...................\...\META-INF\CVS\Entries
...................\...\........\...\Repository
...................\...\........\...\Root
...................\...\........\persistence.xml
...................\WebRoot\CVS\Entries
...................\.......\...\Repository
...................\.......\...\Root
...................\.......\Home.jsp
...................\.......\index.jsp
...................\.......\META-INF\CVS\Entries
...................\.......\........\...\Repository
...................\.......\........\...\Root
...................\.......\........\MANIFEST.MF
...................\.......\post\CVS\Entries
...................\.......\....\...\Repository
...................\.......\....\...\Root
...................\.......\....\Detail.jsp
...................\.......\....\Edit.jsp
...................\.......\....\List.jsp
...................\.......\....\New.jsp
...................\.......\WEB-INF\.faces-config.mex
...................\.......\.......\classes\com\myeclipseide\examples\myblog\jsf\PostController.class
...................\.......\.......\.......\...\............\........\......\...\PostConverter.class
...................\.......\.......\.......\...\............\........\......\persistence\EntityManagerHelper.class
...................\.......\.......\.......\...\............\........\......\...........\Post.class
...................\.......\.......\.......\...\............\........\......\...........\PostDAO.class
...................\.......\.......\.......\META-INF\persistence.xml
...................\.......\.......\CVS\Entries
...................\.......\.......\...\Repository
...................\.......\.......\...\Root
...................\.......\.......\faces-co