Welcome![Sign In][Sign Up]
Location:
Search - JAVA EE s

Search list

[JSP/Javajava_ee_sdk-5_01-samples

Description: J2EE 项目各个技术的源码-J2EE technology projects all FO
Platform: | Size: 1556480 | Author: | Hits:

[JSP/JavaJPA_Basic

Description: JPA(Java Persistence API)作为Java EE 5.0平台标准的ORM规范,将得到所有Java EE服务器的支持。Sun这次吸取了之前EJB规范惨痛失败的经历,在充分吸收现有ORM框架的基础上,得到了一个易于使用、伸缩性强的ORM规范。从目前的开发社区的反应上看,JPA受到了极大的支持和赞扬,JPA作为ORM领域标准化整合者的目标应该不难实现。-JPA (Java Persistence API) as a platform for Java EE 5.0 standard ORM norms, will receive all the support of Java EE servers. The Sun has learned from the failure before the EJB specification painful experience, in the full absorption of the existing framework based on the ORM has been a easy to use, scalability and strong ORM norms. Judging from the current development of the community s response point of view, JPA has been tremendous support and praise, JPA as ORM field of standardization of the integration of those goals should not be difficult to achieve.
Platform: | Size: 238592 | Author: 雲ソì飛 | Hits:

[OS programJNDIProject

Description: Java名字目录接口(Java Naming and Directory Interface,JNDI) 是Java EE 5提供的命名服务,它是一个Java 的API。 -创建初始上下文环境 Context ctx=new InitialContext() JNDI对象绑定 String s=“Test String” ctx.bind(“Chapter2”,s) JNDI对象的重新绑定 ctx.rebind(“Chapter2”,s)
Platform: | Size: 2048 | Author: Candy | Hits:

[JSP/JavaTheJavaEE5Tutorial3rdEdition

Description: The Java EE 5 Tutorial中文版电子书(chm格式)-The Java EE 5 Tutorial is an introduction to programming server-side Java applications. This book takes a task-oriented, example-driven approach to show you how to build applications for the Java EE 5 platform. This book also describes the features and functionalities available with NetBeans 5.5. What s new in this edition? The author team have updated the existing chapters to reflect the changes to JSP, EJB, Servlets, and more. Also, the authors have added new chapters on the Sun Java System Application Server 9 as a deployment environment for server-side technologies. The web-tier technology chapters cover the components used in developing the presentation layer of a Java EE 5 or stand-alone web application. The web services technology chapters cover the APIs used in developing standard web services. The Enterprise JavaBeans (EJB) technology chapters cover the components used in developing the business logic of a Java EE 5 application. The Persistence technology chapters cover the
Platform: | Size: 5081088 | Author: ryan | Hits:

[JSP/Javaxindou

Description: 基于B/S结构的电子商务网站。网上购物商城-Based on B/S structure of the e-commerce sites. Online Shopping Mall
Platform: | Size: 8463360 | Author: zz | Hits:

[JSP/Java1

Description: “精通Java EE项目案例──基于Eclipse Spring Struts Hibernate”一书的源代码,一共9个系统,有很好的参考价值-" Proficient in Java EE projects ─ ─ cases based on Eclipse Spring Struts Hibernate" the book' s source code, a total of nine systems, have a good reference value
Platform: | Size: 53908480 | Author: getthem | Hits:

[JSP/JavaJavaEE_6_API

Description: J2EE,javaee_6的api,我从Java官方网站下下来后自己编译的.-J2EE, javaee 6 of the api, I downloaded from Java' s official website and compile it myself.
Platform: | Size: 5643264 | Author: zhaoyibin | Hits:

[OtherOreilly_RESTfu_Java_with_JAX-RS

Description: RESTful Java with JAX - RS Edition December 2009 Retail Ebook-ATTiCA -Learn how to design and develop distributed web services in Java using RESTful architectural principals and the JAX-RS specification in Java EE 6. With this hands-on reference, you ll focus on implementation rather than theory, and discover why the RESTful method is far better than technologies like CORBA and SOAP. It s easy to get started with services based on the REST architecture..
Platform: | Size: 1878016 | Author: zengjian | Hits:

[JSP/Javajava_ee_sdk_6_docs

Description: 网站上只有java ee 5的api docs。这个是java ee 6 sdk docs。离线帮助文档。-The site has only java ee 5 of the api docs. This is the java ee 6 sdk docs. Off-line help documentation.
Platform: | Size: 8043520 | Author: galfordliu | Hits:

[JSP/Javajava-EE

Description: 这是我们中科大丁青老师用的课件,请多多多指教,谢谢哦-it s my teacher s ppt
Platform: | Size: 60239872 | Author: 洪磊 | Hits:

[JSP/JavaJavaEE_CN

Description: Java EE 5 API 文档中文版。本资源自网上搜索而来,感谢作者的分享。 -Java EE 5 API documentation Chinese version. The resources come from web search, thanks to the author' s share.
Platform: | Size: 7121920 | Author: 夏江 | Hits:

[JSP/JavaSystem-Design-Based-on-Java

Description: 公文传输系统是为了满足企事业单位公文传送的需求,利用计算机网络技术实现公文网络传输、签收、打印等功能的系统,并且保持公文的安全性、有效性和法律性等特性。平台架构是系统实现公文传输高效的前提。如何应用Java EE框架技术和设计模式实现公文传输系统显得尤为重要。同时,如何保证公文传输的安全性和可靠性也是系统构建过程中需要解决的关键问题,也是本文研究的核心。 本文以“理论基础——系统架构——方法应用”为主线,对公文传输系统的架构、公文安全等问题进行分析、设计与实现。在理论基础和技术实践相结合的研究方法指导下,根据公文传输系统实际需求,结合Java EE框架技术、MVC设计模式,确定了系统的设计目标和设计原则。根据系统的应用特点和实际需求,提出了系统的架构及各个分层模型的支撑框架技术,使得复杂的系统结构更为合理,各层功能更为单一,实现了系统内部各层之间以及与业务系统之间的低耦合。针对公文传输的安全性和可靠性要求,有针对性地提出了电子盖章技术,保证公文的安全。本文在此系统架构上应用了该技术,保证了公文传输的安全性和可靠性要求。 最后,对公文传输系统安全实现以及框架实现进行详解分析,-To meet the need of document transmission among enterprises and public institutions, the document transmission system was developed to realize the document network transmission, receipt, print and other functions based on network technology. The essence of the system is to maintain security, validity, legality and other characteristic of documents. Platform architecture is a system prerequisite for document transmission with high efficiency. It’s vital to apply Java EE framework technology and design
Platform: | Size: 1643520 | Author: 趁辎 | Hits:

[JSPReal.World.Java.EE.Patterns

Description: java 企业模式 大全的书,可以参考,开发企业级应用以及架构设计者的手头工具书-enterprise design pattern book for java, it s the favorite book for developer reference
Platform: | Size: 4433920 | Author: 蓝鸥 | Hits:

[JSPGupta-A.---Java-EE-6-Pocket-Guide---2012.pdf

Description: This handy guide provides an overview of Java Enterprise Edition 6’s main technologies and includes extensive, easy-to-understand code samples that demonstrate the platform’s many improvements. You’ll quickly understand how Java EE 6 simplifies the process of developing and deploying web and enterprise applications.
Platform: | Size: 3308544 | Author: kurwa_sp | Hits:

[JSP21-JAVA

Description: • 本章将要介绍Java的特点以及所应用的平台,然后带领读者从第一步做起,来完成一个Java的小程序,通过这个小程序的完成,可以让读者了解Java平台的搭建以及简单的开发步骤。通过本章的学习,读者应该能够达到如下几个目标。 • 熟练掌握如何搭建Java开发环境,包括下载、安装和配置JDK。 • 能够编写和编译Java程序,并能够运行生成文件。 • 这些是学习本章的目标,同时也是对读者的基本要求。学好本章是学习以后知识的基础,读者一定要熟练地掌握本章的知识。 Java语言在网络编程方面应用得很广,作为一个新的程序设计语言,它具有简单、多变、面向对象、不依赖操作系统的特点,具有很好的移植性和安全性,这些给网络编程带来了很多便利。Java的平台根据用途来区分,可以分为三个版本。 Java SE —— Java Standard Edition,这是Java的标准版,主要用于桌面级的应用和数据库的开发。 Java EE —— Java Enterprise Edition,这是Java的企业版,提供了企业级开发的各种技术,主要用于企业级开发,现在用的最多的也就是这个。 Java ME —— Java Micro Edition,这个版本的Java主要用于嵌入式的和移动式的开发,最常用的就是手机应用软件的开发。-• This chapter will introduce the Java platform features and applications, and then takes the reader from the first step to start, to complete a Java applet, by the completion of the applet that allows readers to understand the structures of the Java platform and simple development steps. In this chapter, the reader should be able to meet the following goals. • How to build proficiency in Java development environment, including download, install and configure JDK. • Ability to write and compile Java programs, and be able to run the generated files. • The goal of this chapter is to learn, but also the basic requirements of the reader. Learn later in this chapter is to learn basic knowledge, the reader must be proficient in the knowledge of this chapter. Java network programming language in a very wide application, as a new programming language, it has a simple, varied, object-oriented, do not rely on the operating system' s features, with good portability and
Platform: | Size: 5664768 | Author: 陈仪 | Hits:

[JSP/Javajava-ee6-study-code

Description: Java ee 编程技术一书讲解的代码,主要是SERVLET、JSP、JSF、JPA方面的操作实例,是初学JAVA EE 开发的好资料-The code for java ee programing Book,main introduce servlet JSP JSF JPA method for progrma,Ii s a good example for study Java ee
Platform: | Size: 12884992 | Author: kevinnan | Hits:

[JSPIntroduction.Java.EE.7

Description: Introducing Java EE 7: A Look at What’s New guides you through the new features and enhancements in each of the technologies comprising the Java EE platform. Readers of this book will not have to wade through introductory material or information covering features that have been part of the EE platform for years. Instead, developers can pick this book up and read it to brush up on those features that have changed or have been added for the EE 7 release. This handy reference helps you move forward Java EE 6 to the new EE 7 platform quickly and easily.-Introducing Java EE 7: A Look at What’s New guides you through the new features and enhancements in each of the technologies comprising the Java EE platform. Readers of this book will not have to wade through introductory material or information covering features that have been part of the EE platform for years. Instead, developers can pick this book up and read it to brush up on those features that have changed or have been added for the EE 7 release. This handy reference helps you move forward Java EE 6 to the new EE 7 platform quickly and easily.
Platform: | Size: 4091904 | Author: Krxx | Hits:

[JSPmodern-java-ee-design-patterns

Description: This report focuses on how enterprises work and how the situation can be improved by understanding how—and when—to adopt the latest technologies in such an environment. The main emphasis is on understanding Java EE design patterns, as well as how to work with new evelopment paradigms, such as microservices, DevOps, and cloud-based operations. This report also introduces different angles to the discussion surrounding the use of microservices with well-known technologies, and shows how to migrate existing monoliths into more finegrained and service-oriented systems by respecting the enterprise environment. As you’ll come to find out, Java EE is only a very small—yet crucial—component of today’s enterprise platform stacks.-This report focuses on how enterprises work and how the situation can be improved by understanding how—and when—to adopt the latest technologies in such an environment. The main emphasis is on understanding Java EE design patterns, as well as how to work with new evelopment paradigms, such as microservices, DevOps, and cloud-based operations. This report also introduces different angles to the discussion surrounding the use of microservices with well-known technologies, and shows how to migrate existing monoliths into more finegrained and service-oriented systems by respecting the enterprise environment. As you’ll come to find out, Java EE is only a very small—yet crucial—component of today’s enterprise platform stacks.
Platform: | Size: 8744960 | Author: zzz | Hits:

[WEB CodeRestrant

Description: 本系统以 Java EE 和SQL 为主要的编程语言;后台管理以前端基础,easy ui为后台展示框架,实现本系统的设计与开发。经过了一学期对Java EE课程的学习,结合已经学过HTML和MySQL数据库,便可以进行网站后台的开发。MySQL数据库是一种支持多线程、多用户的开源数据库,方便易学。因此,从技术层面上说,本系统的设计与开发具有较好的可行性。结构上采用的是B/S结构(Browser/Server,浏览器/服务器模式),此系统针对的用户主要是系统的后台管理人员和广大顾客。(The system uses Java EE and SQL as the main programming language; background management of the previous basis, easy UI as the background display framework, to achieve the design and development of the system. After a semester of learning Java EE course, combined with the HTML and MySQL database, you can develop the website background. MySQL database is an open source database supporting multithreading and multi-user, which is easy to learn. Therefore, from the technical point of view, the design and development of the system has good feasibility. The structure is based on the B/S structure (Browser/Server, browser / server mode), the system for the user is mainly the background of the system management personnel and customers.)
Platform: | Size: 29540352 | Author: 冬丽传奇 | Hits:

[WEB CodeJava EE学生信息管理系统

Description: 分为管理员和普通用户,管理员可以对用户课程等进行增删改查等功能,普通用户只能进行查询功能等。数据库用的是mysql,jar包和数据库已完整包含。(It is divided into the administrator and the ordinary user, and the administrator can add and delete the user's course and other functions. The ordinary user can only carry out the query function.)
Platform: | Size: 19015680 | Author: huayongwen | Hits:
« 12 »

CodeBus www.codebus.net