搜索资源列表
jndi-1_2_1
- 在JAVA编程中对JNDI的支持.是一个开放的源码.-A open source code which supports JNDI in java programming.
VerboseGC
- VerboseGC demonstrates the use of the java.lang.management API to print the garbage collection statistics and memory usage remotely by connecting to a JMX agent with a JMX service URL: service:jmx:rmi:///jndi/rmi://<hostName>:<portN
openreports-0.8.0
- The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to schedule an
OReilly.Java.Rmi
- OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORB
javabeans
- 一个用Bean实现的数据分页显示程序,共5个文件,DataAccess.java建立与数据库的连接,需要配置JNDI数据源,ItemInfo.java是与数据表对应的Bean,PageDataBean.java实现分页的Bean,Catalog.java主程序,调用前3个程序,实现数据库访问的逻辑,ControlServlet.java调用Catalog.java,在客户端显示数据,需提供要显示的页面参数jumpPage-With the implementation of a data pag
JNDITest
- 自己写的一个jndi入门程序,可以明白jndi的使用。-To write a jndi entry procedure, you can understand the use of jndi.
jndi
- JNDI 操作 LDAP的几个例子源码 包括连接、添加、删除、修改、搜寻-JNDI source code a few examples of LDAP operations, including connections, add, delete, modify, search
src
- 用Java语言编写的基于openldap的corba命名服务器程序。程序的目的是以LDAP服务器为基础加载CORBA命名服务器。CORBA服务器注册后,即通过比较ldap服务器所接受到的信息,动态查询自己的数据库。程序有2个服务器端,一个用户端,采用jndi连接ldap服务器。-With the Java language for corba naming openldap-based server program. The purpose of program is based on LDAP
JndiEg
- j2se中实现jndi的控制、管理.利用一个container实现了jndi的管理。-jndi in j2se achieve the control, management. jndi achieved using a container management.
javaejbs
- Java中的EJB编程实例代码,内容有:简单的EJB、无状态SessionBean、有状态SessionBean、BMP位图实例、cmp实例、Message-Driven Bean、JNDI的使用、112各种EJB之间的调用、B-S结构EJB、 C-S结构EJB、UML建模与J2EE开发、RMI and RMI-IIOP、JTA与JTS、JMS的使用、Java IDL、EJB与CORBA的交互、基于EJB的真实世界模型、EJB的商业应用实例等。 -EJB programming exampl
jspyycxkfzn
- 介绍JSP概念、语法、标记和指令入手,讲述在JSP中使用企业级JavaBean、JNDI、JDBC和JavaMail等一系列应用-Introduced the concept of JSP, syntax, tags, and instructions to start, about the use of the JSP Enterprise JavaBean, JNDI, JDBC, and JavaMail and a series of applications
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、
ejbtest
- 本demo适合有一定编程经验的自学者 ,简单易懂,涉及数据库连接,jndi,添加,查找功能,ejb中@注释使用,相关问题可查询网络 小demo所用服务器jboss5.x,开发工具;eclipse3.x,数据库:mysql,测试数据库名称:ejbtest 1.准备好eclipse和jboss的配置 2.配置jboss中的mysql数据源,方法可从网络上获得 3.下载源码 4.导入eclipse或新建一个ejb项目把源码拷贝进新项目即可-This demo for se
[EBOOK---EN]-OReilly---Java-RMI
- With Java RMI, you ll learn tips and tricks for making your RMI code excel. This book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tun
Java
- Java的相关功能和一个日志管理系统,里面含有JNDI,regist,stream,Java Design等相关的内容-Java-related features and a log management system.including JNDI,regist,stream,Java Design and so on
WarePro
- 一个简单的网上在线购物小系统,使用了JNDI数据池,仅供学习用-A simple on-line shopping small systems, the use of JNDI data pool, only to learn
lab6
- 编写一个StudentServlet,完成下列要求: ① 该Servlet提供学生学号界面查询如下; ② 当学生输入学号,且按下查询按钮后,该Servlet完成数据库查询,将该学生的记录显示输出。 ③ 如果数据库没有当前用户输入学生学号,该Servlet显示无记录! ④ 该Servlet 通过JNDI访问数据源,进行数据库连接查询。 ⑤ 设计后台数据库:学生及考试信息 学生学号(PK)+姓名+语文成绩+数学成绩 -write a StudentSer
Dbutils-demo
- 1 对于数据表的读操作 他可以把结果转换成List Array Set等java集合 便于程序员操作; 2 对于数据表的写操作 也变得很简单(只需写sql语句) 3 可以使用数据源 使用JNDI 数据库连接池等技术来优化性能 重用已经构建好的数据库连接对象 而不像php asp那样 费时费力的不断重复的构建和析构这样的对象 DBUtils包括3个包: org apache commons dbutils org apache commons dbutils handlers
Java rmi
- With Java RMI, you'll learn tips and tricks for making your RMI code excel. This book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunnel
RMI
- Remote method invocation, better known by the acronym RMI is a programming interface (API) for the Java language that allows calling remote methods, on the principle of ORB. The use of this API requires the use of an RMI register on the remote machin
