我想问问有哪些好的开源代码可以学习的,学习的方向是设计模式的提高,或者测试驱动开发的提高,最好是ssh的,数据库是orcal 。如果有人推荐最好告诉我怎么把项目加载到myeclipes8.6里面。数据库怎么配置。最好说的详细一些。就拿我当个傻子。谢谢大家。
当然如果谁有qq也可以留给我咱们一起交流。有好的qq群也可以推荐一下

解决方案 »

  1.   

    spring  struts  hibernate的源码,很符合你的需求了。
      

  2.   

    myEclipse导入项目的过程  file->import->General->Existing Projects into Workspace;Oracle数据库的配置:## Oracle#hibernate.dialect org.hibernate.dialect.OracleDialect
    #hibernate.dialect org.hibernate.dialect.Oracle9Dialect
    #hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver
    #hibernate.connection.username ora
    #hibernate.connection.password ora
    #hibernate.connection.url jdbc:oracle:thin:@localhost:1521:orcl
    #hibernate.connection.url jdbc:oracle:thin:@localhost:1522:XE