搜索资源列表
jsp-upload
- 一个例子,基于ejb技术的Hello程序,完整的实现了ejb的整体框架。通过该简单的例子,你能很容易的明白ejb的实现原理和机制,能快速入门,有助于ejb的学习 -an example, based on the Hello Bob technical procedures, the integrity of Bob achieve an overall framework. Through the simple example, you can easily understand Bob
JmsTest
- jms+spring实现的简单的消息传递实例,基于java的jms-jms+ spring to achieve a simple messaging example, based on java jms
OneToOne
- 一个EJB3.0的onetoone映射的例子,基于eclipse平台编写-Onetoone a mapping of EJB3.0 example, based on the eclipse platform for the preparation of
OneToMany
- 一个EJB3.0的OneToMany映射的例子,基于eclipse平台编写-OneToMany mapping of an EJB3.0 example, based on the eclipse platform for the preparation of
ManyToMany
- 一个EJB3.0的ManyToMany映射的例子,基于eclipse平台编写-ManyToMany a mapping of EJB3.0 example, based on the eclipse platform for the preparation of
Example
- 这是一个基于java,xml,acess的音乐管理系统,很全面-This is based on java, xml, acess music management system, very comprehensive
security-form-based
- security form base tomcat example
example
- Jbuilder2006开发的严格按MVC设计模式组织开发过程,基于Struts + Hibernate的例子程序-Jbuilder2006 developed in strict accordance with MVC design patterns to develop the process of organization, based on the Struts+ Hibernate examples of procedures
tongbu2
- 使用事件机制同步线程的简单例子,基于eclipse for C++实现,有注释,欢迎查看-Thread synchronization mechanism to use the events of a simple example, based on the eclipse for C++ to achieve, it notes, please see
ButtonExample
- java学习基础之按钮实例,初学者可以-java button example-based learning, learners can look at
TilRRH
- 一个基于workbenche的,reta天线控制的例子,大型跨国公司的商用版本-the Reta control example based on the workbench
website
- This login/register users website example based on java servlets and jsp.it requieres Tomcat or glassfish server.More instructions on how it works or instalation u can find inside archive.
struts1
- Struts Basic Example based on Eclipse
easyStruts
- Struts Example based on eclipse
EJBPServlet
- 本实例为EJB+Servlet的图书系统小实例,其中有些构建不合理,只是作为参考,包含一些基本操作。-This is just a simple LibrarySystem example based on EJB&Servlet,partial implementation of it is not reasonable,so the objective is just to tell you how to use ejb&servlet to implement functions.
taobao
- struts+hibernate的小例子-a small example based on struts+hibernate
jzkapp2
- 基于Z39.88协议的文献处理程序源码,简单的实例。jzkit技术。-Simple example based on the literature of the Z39.88 protocol handler source. jzkit technology.
Example
- 展示如何为一个图形界面添加各种不同的格式,基于JFrame的图像界面的实例 用到JMenuBar,JTabbedPane,JPopupMenu,JMenuItem,JMenu,GridBagConstraints的容器等等很多组件.是java初学者的一个非常好的放学实例程序.-Demonstrate how to add a graphical interface to a variety of different formats instance, based on the JFrame
login-based-on-DB
- 基于Oracle数据库和JDBC技术,在之前的范例上进行进一步修改使用户的信息在数据库中进行验证.-Based on Oracle database and JDBC technology, in the previous example to further modify the user information in the database for verification.
bookshop
- 本文以网上购书为例,对基于数据挖掘技术的个性化的网上购书系统进行了研究设计。网站主要实现了注册登录模块功能,书籍根据分类和书名搜索功能,查看书籍详细信息功能,利用关联规则,贝叶斯分类算法向用户推荐用户可能感兴趣或对用户有用的书的模块,加入购物车,购买模块。前面的功能只要是前台的显示,在服务器端,使用SQL server2005作为数据库,由后台逻辑控制模块把数据提交给合适的功能模块和算法模块,从而组合成一个完整的系统。在这个系统中,页面是使用JSP来动态生成的,后台使用的是Servlet控制整个