[计算机]Myeclipse 701建立SpringHibernate项目步骤图解.doc
《[计算机]Myeclipse 701建立SpringHibernate项目步骤图解.doc》由会员分享,可在线阅读,更多相关《[计算机]Myeclipse 701建立SpringHibernate项目步骤图解.doc(17页珍藏版)》请在三一办公上搜索。
1、淘宝网女装冬装 本文由淘宝网女装冬装 整理提供。Myeclipse 7.01建立Spring+Hibernate项目步骤图解1, 建立一个dynamic web项目2, 填入project name,选择target runtime(如果不存在请先new一个)3, 添加spring特性 3.1 右键点选demo项目,myeclipse-add spring capabilities 3.2 选spring 2.5,然后选择适当的包,这里选择AOP,Core,Persistence Core,Persistence JDBC,Testing Support,Web libraries;然后选择下
2、面的copy checked library contents to project folder,选WEB-INF下的lib文件夹,Tag library installation选WEB-INF文件夹 3.3 Next之后,选择applicationContext.xml配置文件位置为WEB-INF目录,然后点finish,spring capabilities添加结束4, 添加hibernate特性 4.1 准备工作,配置数据源 选菜单栏的window-show view-DBBroswer(如果看不到请到others中找),然后在DB页面右键-new,在弹出的框框中填入数据库驱动,连接
3、字符串等信息,点finish,先放一边 4.2 右键选demo项目,myeclipse-add hibernate capabilities 4.3 把library都选上,如果需要注解支持的话要勾选Enable Hibernate Annotations Support,同样选copy checked library contents to project folder,然后选WEB-INF下的lib目录next 4.4 我们选Spring configuration file,意思是hibernate不用独立的配置文件,和spring共用一个next 4.5 选existing Sprin
4、g configuration file,然后找到applicaiontContext.xml,因为这里同时还会建立SessionFactory,所以要填入SessionFactory的ID,可以随意,一般用sessionFactory即可(小写s)next 4.6 配置DataSource,首先填入一个DataSourceID,随意,我们填入dataSource,然后在dbDriver那里选择我们刚建立好的数据源next 4.7 是否建立SessionFactoryClass类,可有可无,按要求选择即可 4.8 完成,如果提示某些library已经存在,那么保持已有的即可5, 进一步配置 5
5、.1 添加log4j配置文件 在src目录下建立一个log4j.properties文件,文件内容如下:# This is the configuring for logging displayed in the Application Serverlog4j.rootCategory=INFO, stdout, logfile#stdout configurelog4j.appender.stdout=org.apache.log4j.ConsoleAppenderlog4j.appender.stdout.layout=org.apache.log4j.PatternLayoutlog4j
6、.appender.stdout.layout.ConversionPattern= %d %p %c - %n#logfile configurelog4j.appender.logfile=org.apache.log4j.DailyRollingFileAppenderlog4j.appender.logfile.File=./logs/extreme-web.loglog4j.appender.logfile.layout=org.apache.log4j.PatternLayoutlog4j.appender.logfile.layout.ConversionPattern= %d
7、%p %c - %n# Changing the log level to DEBUG when debuglog4j.logger.org.springside.extremeweb=DEBUG# Control logging for other open source packageslog4j.logger.org.springframework=WARN 5.2 修改web.xml配置文件,添加如下节点spring config filecontextConfigLocation/WEB-INF/applicationContext*.xmlorg.springframework.w
8、eb.context.ContextLoaderListenerorg.springframework.web.util.IntrospectorCleanupListener6, 配置完成,测试加载spring和hibernate6.1 window-show view-Servers右键选择相应server-Add and remove projects,把项目添加到右边,finish6.2 右键-启动server如果看到类似如下信息,那说明配置成功2008-9-15 19:58:24 org.apache.catalina.core.AprLifecycleListener init省略
9、一堆tomcat信息信息: Initializing Spring root WebApplicationContext2008-09-15 19:58:30,062 INFO org.hibernate.cfg.annotations.Version - 2008-09-15 19:58:30,250 INFO org.hibernate.cfg.Environment - 2008-09-15 19:58:30,265 INFO org.hibernate.cfg.Environment - 2008-09-15 19:58:30,281 INFO org.hibernate.cfg.En
10、vironment - 2008-09-15 19:58:30,296 INFO org.hibernate.cfg.Environment - 2008-09-15 19:58:30,843 INFO org.hibernate.connection.ConnectionProviderFactory - 2008-09-15 19:58:31,578 INFO org.hibernate.cfg.SettingsFactory - 2008-09-15 19:58:31,578 INFO org.hibernate.cfg.SettingsFactory - 2008-09-15 19:5
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 计算机Myeclipse 701建立SpringHibernate项目步骤图解 Myeclipse 701 建立 SpringHibernate 项目 步骤 图解
链接地址:https://www.31ppt.com/p-4561029.html