博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Enterprise Java for SAP
阅读量:4232 次
发布时间:2019-05-26

本文共 969 字,大约阅读时间需要 3 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

Enterprise Java for SAP is designed as an introduction to the Java 2 Platform, Enterprise Edition (J2EE) for the SAP developer. After providing a general introduction to Java, author Austin Sincock explores how to open the typically closed SAP environment to the world of Java.

Utilizing SAP's latest Java connector, JCo, Sincock details an end-to-end web application that connects directly to SAP, including the deployment and implementation of both a web server and an external database. He explores communicating with an SAP environment through such Java and J2EE technologies as JavaServer Pages (JSP) and the Java Standard Tag Library, and database connectivity through JDBC.

Wherever possible, open source technologies are employed to enable flexible Java connectivity to SAPatypical for the SAP environment, in which tools are often proprietary.

http://rapidshare.com/files/52370210/1590590988.zip
你可能感兴趣的文章
一起学Netty(一)
查看>>
一起学Netty(二)之 Hello Netty的原型图解
查看>>
一起学Netty(三)之 SimpleChannelInboundHandler
查看>>
一起学Netty(四)之 ChannelHandler,ChannelHandlerContext,ChannelPipeline
查看>>
一起学Netty(五)之 初识ByteBuf和ByteBuf的常用API
查看>>
一起学Netty(六)之 TCP粘包拆包场景
查看>>
一起学Netty(九)之LengthFieldBasedFrameDecoder
查看>>
一起学Netty(十一)之 Netty心跳之IdleStateHandler
查看>>
一起学Netty(十二)之 Netty心跳简单Demo
查看>>
一起学Netty(十八)netty源码学习之netty server端源码初读(上)
查看>>
一起学Netty(二十)netty的比较规范的C/S端的写法
查看>>
一起学Netty(十三)之 Netty简单的重连机制
查看>>
一起学Netty(十四)之 Netty生产级的心跳和重连机制
查看>>
一起学Netty(十五)之 AttributeMap属性
查看>>
一起学Netty(十五)之 AttributeMap属性
查看>>
Java的SPI机制与简单的示例
查看>>
初始 RPC 框架
查看>>
IO流及集合框架结构图
查看>>
java集合框架-Map
查看>>
Java集合---ConcurrentHashMap原理分析
查看>>