搜索资源列表
jndi-1_2_1
- 在JAVA编程中对JNDI的支持.是一个开放的源码.-A open source code which supports JNDI in java programming.
JNDI-JAAS
- J2EE规范的JAAS开发安全实例:介绍了J2EE的安全模式、中间件应用的JAAS实现。-J2EE standard JAAS security development examples : a J2EE security model, middleware applications JAAS achieve.
oxsdo_v102
- 这是一个SDO实现的列子,将SDO抽象出来可以通过JDBC和JNDI两种方式建立连接,并支持ECORE模型。-This is a realization of the SDO Liezi. SDO abstract will be out through JDBC and JNDI two ways to connect. ECORE and support model.
JDBCAPIJNDI
- JNDI 技术提供了一种程序运行模式,使得Java 应用程序可以通过网络发现和请求远端计算设备上的服务,如数据库服务等-JNDI provides a running mode makes Java applications can be found through the Internet and remote computing equipment request the services, such as database services, etc.
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
几个jndi应用
- 这是几个对ldap操作的jndi,可以直接编译运行,稍加更改既可用于个人ldap数据服务与服务器tomcat的连接-It is the right of the vendor ldap operation, the compiler can run, a little change can be used personal ldap data services and server connectivity tomcat
JNDI
- JNDI的配置 连接池编写的几个步骤 很不错的方式-JNDI connection pool configuration of the several steps to prepare a good way
spring-framework-1.2.5-with-dependencies
- spring 框架及其源代码 spring 框架一个轻量级的事务架构,它能够管理组件级的事务集成。Spring就是一个解决方案,它的优势在于它没有像JNDI 数据源那样嵌入到J2EE容器服务中。如果我们希望把这个轻量级的事务架构插入到已有的J2EE容器中,也没有任何困难。看起来它在两者之间的平衡性方面做得很好。 Spring 轻量级事务架构还使用了面向方面编程(AOP)框架。Spring AOP框架组件使用了激活了AOP的Spring bean工厂。通过在组件服务层(在一个Sprin
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
JNDI
- 标准的Java命名系统接口,JNDI提供统一的客户端API,通过不同的访问提供者接口JNDI SPI的实现,由管理者将JNDI API映射为特定的命名服务和目录系统,使得Java应用程序可以和这些命名服务和目录服务之间进行交互-The standard Java naming system interface, JNDI provides the client-side unified API, providing access through different JNDI SPI interf
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