搜索资源列表
EnterpriseJavaBeankaifa
- Java 中间层开发 ,EJB实例,用于初学者,环境调试用的-Java intermediate layer development, EJB examples for beginners, the debugging environment
base-on-J2EE
- 本文首先分析了J2EE平台的基础、体系结构以及层次结构,介绍了J2EE应用中的核心技术,包括JDBC、JSP、JavaBean、Servlet、XML等内容。J2EE是一种利用Java 2平台来简化企业解决方案的开发、部署和管理相关的复杂问题的体系结构。J2EE体系结构提供中间层集成框架来满足企业应用开发的需求。本文对基于Web的多层体系结构,以及J2EE的实现技术进行了重点论述。-This paper analyzes the J2EE infrastructure, architecture
JNIDebuggingWithTotalView
- The document details steps required for establishing connection between Java and Native code through JNI layer.
iBATIS-SqlMaps-2_cn
- 本文讨论了iBATIS SQL Map最重要的特性。使用SQL Map,能够大大减少访问关系数据库的代码。SQL Map使用简单的XML配置文件将Java Bean映射成SQL语句,对比其他的数据库持续层和ORM框架(如JDO的实现,Hibernate等),SQL Map最大的优点在于它简单易学。要使用SQL Map,只要熟悉Java Bean,XML和SQL,就能使您充分发挥SQL语句的能力。-This article discusses the iBATIS SQL Map of the m
service
- service标准配置文件,可以参与构建service层的Java项目-service standard configuration file, you can participate in building a service layer Java Project
DojoAPI1.0
- DOJO API 中文参考手册,附加注解实例 Dojo 体系架构总体上来看是一个分层的体系架构。最下面的一层是包系统,Dojo API 的结构与 Java 很类似,它把所有的 API 分成不 同的包(package),当您要使用某个 API 时,只需导入这个 API 所在的包。包系统上面一层是语言库,这个语言库里包含一些语言工具 API,类似于 Java -Chinese DOJO API reference manual, annotated examples of arch
poi
- 在我们实际的开发中,表现层的解决方案虽然有多样,但是IE浏览器已成为最多人使用的浏览器,因为大家都用Windows。在企业办公系统中,常常有客户这样子要求:你要把我们的报表直接用Excel打开(电信系统、银行系统)。或者是:我们已经习惯用Excel打印。 Apache的Jakata项目的POI子项目,目前比较成熟的是HSSF接口,处理MSExcel对象。它不象我们仅仅是用csv生成的没有格式的可以由Excel转换的东西,而是真正的Excel对象,你可以控制一些属性如sheet,cell等等。
JNI-Study
- 很好的 JNI 编程指南,是代码移植必备秘籍,可用于JAVA开发,ANDROID开发中C代码移植过程中间层开发,详细参见文档-Good JNI Programming Guide, code essential transplantation Cheats, can be used in Java development, the middle layer of the ANDROID development of C code porting process development, deta
AnyChat-for-Android-SDK
- “AnyChat for Android”属于客户端组件(简称“客户端”),对上层应用提供纯Java语言的调用接口,内核是由一系列的.so库(相当于Win32平台的DLL)组合而成,采用JNI技术实现Java层与内核层的通信。-" AnyChat for Android" is the client component (referred to as " Client" ), on the upper application provides pure Java
H264Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
JniCallbackTest.tar
- 安卓中java层调用c++的简单例子,jni。-Andrews in the simple example of java layer calls c++, jni.
config-ndk-and-jni
- android C的环境搭建,NDK的配置。在java层通过JNI访问下层C。-android C environment to build, NDK configuration. In java layer to access the underlying C through JNI.
software
- The simple sofware development in application development by using java.This coding use in NETBEAN as java platform to execute and show the output.Its show every class with own layer.This coding did not combine together to show a result.
parallel-and-distributed
- The simple coding of parallel and distribute network application development by using java.This coding use in NETBEAN as java platform to execute and show the output.Its show every class with own layer.This coding did not combine together to show a r
RationalRoseWangShangXuanKe
- 网上选课系统的uml设计,使用Java语言通过三层模型实现:数据核心层,业务逻辑层和接入层。-Uml design online course selection system, the use of the Java language to achieve through the three-tier model: Data core layer, business logic layer and access layer.
java_hw
- A Hardware Abstraction Layer in Java
Hibernate3.2
- java web 编程的持久化层插件,可应用于各种框架.是目前最成熟的持久化应用插件说明文档.-java web programming plug persistence layer can be applied to various frameworks. is the most mature of persistent application plug-ins.
JAVA-Router-Selection-Algorithm
- 就网络层中的路由选择算法进行了归纳和总结 ,并使用JAVA语言编写出最短通路路由选择算法的具体程序。 -On network layer routing algorithms and summarized, and the use of JAVA language shortest path routing algorithm specific procedures.