搜索资源列表
JavaEE_6_API
- J2EE,javaee_6的api,我从Java官方网站下下来后自己编译的.-J2EE, javaee 6 of the api, I downloaded from Java' s official website and compile it myself.
J2EEAPI
- j2ee 开发文档,api 工具中的工具-j2ee development of documentation, api instrument in the instrument
J2ee(v5.0)
- j2eeAPI第五版,英文很全,必备资料-j2eeAPI Fifth Edition, English is full, the necessary information
J2EE
- j2ee帮助文档,方便查阅,时刻学习,-j2ee api
spring2api
- j2ee必备 spring2 api开发帮助文档 英文版-j2ee develop document spring api 2.0
j2ee-api
- j2ee api 英文版 对大家开发有帮助,谢谢下载-j2ee api development of English to everyone there to help, thank you download
J2EEAPI
- J2EE API 帮助文档这个版本是1.3的英文版本-J2EE API help documentation this version is the English version 1.3
API
- j2ee api 对于初学者可以得到很大的帮助-j2ee api for beginners can be very helpful
J2EE_API_EN
- java j2ee 英文API 帮助文档-java j2ee API documentation for the English
struts2.0
- struts2.0中文帮助手册.chm j2ee必备的api-struts2.0 Chinese Help Manual. chm j2ee api necessary
J2EE
- J2EE 的 api 文档 方便查询各语句-J2EE' s easy to check the statement api documentation
J2EE-1.3.1-API
- J2EE 1.3.1 API,包含所有的javaAPI便于我们查找和学习,希望对大家有所帮助-J2EE 1.3.1 API, contains all the javaAPI for us to find and learn, we want to help
springjingtong
- 本书深入剖析了当前流行的轻量级开发框架Spring技术。本书总共分成3部分。第一部分,重点阐述Spring的架构。这部分内容循序渐进带领开发者进 入Spring中。主要在于阐述Spring IoC和Spring AOP。第二部分,重点阐述Spring的使用。这部分内容从简化Java/J2EE的角度出发,从J2EE平台各个技术层面分析、并给出大量的研究实 例,对Spring提供的API进行阐述。主要在于阐述Spring对J2EE API提供的服务抽象。第三部分,重点阐述Spring高级专题。这部分
J2EE.sys.arch.and.design
- J2EE系统架构和设计。本文阐述了J2EE 平台的所有主要技术,围绕J2EE 规范所定义的四个层次: 客户端层(Client Tier)、Web 层(Web Tier)、业务层(Business Tier)及企 业信息系统层(Enterprise Information System Tier),介绍J2EE 所定义的丰 富的技术标准及符合这些标准的开发工具和API,这些技术涵盖了组件技术、 Servlets 和JSP、EJB 技术、数据库访问、分布式通信技术(Java RMI、
J2EE-1.3.1-API
- J2EE 1.3.1 API,It s so good for java s coder-J2EE 1.3.1 API,It s so good for java s coder!!
Java
- 本程序为杨辉三角的java脚本演示与源代码与J2EE API 帮助文档(CHM格式)。-This program is Yang Hui Triangle demo with source code java scr ipt.
J2EE
- j2ee 所有的api的编程资料和开发例子。一共大家参考。谢谢关注啊。-j2ee api programming all the information and examples of the development. A total of reference. Thank you concerned about the ah.
javadocee6
- j2ee开发文档JavaTM Platform, Enterprise Edition 6 API Specification This document is the API specification for version 6 of the JavaTM Platform, Enterprise Edition.-j2ee Api-doc JavaTM Platform, Enterprise Edition 6 API Specification Th
java-ee-5
- 这是一个J2EE5.0的一个帮助文档,对要学习javaweb开发的将是一个很有用的api -this is a j2ee 5.0 api
how-to-create-J2EE-license
- 1. 如何制作比较安全完整的J2EE软件的license 或者说License机制。 目前想到的办法是用公钥私玥进行生成一个license,算法是IDEA算法。在每次启动的时候加载读取License信息。进行验证。 但问题是: 1.java的容易被反编译。自己写class loader进行解密难度又不较大。 2. 要进行限制客户端的数量。现在的weblogic有这种功能或者API么 3. 那种算法相对安全,MD5都被破解了。。。。 第一个问题,正如大家说的