Spring Framework - Chapter 11. Data access using JDBC
How do I write a restful web service that accepts a binary file (pdf)
REST with Java (JAX-RS) using Jersey - Tutorial
RESTful Web Services with Apache Axis2
Developing web services, Part 3: File uploading web service built with Apache CFX
Developing web-services on jboss as 7
developing a Session Bean and a Servlet and deploy the web application on JBoss 3.0
Spring Tutorial,Java Spring Tutorials,Spring 2.5 Beginners Tutorial
Introduction to the Spring Framework
Spring MVC Fast Tutorial (Very good)
How can I read a binary file from a socket input stream which includes textual headers?
Read binary data from a socket
Java Network Programming, 2nd Edition
How do I recognize EOF in Java Sockets?
Creating a simple java web server
BufferedReader in =new BufferedReader(
new InputStreamReader( Connection.getInputStream() ) );
String s=null;
while ( (s=in.readLine()) != null) {
//Read HTTP header
if (s.isEmpty()) break;//No more headers
}
}
JBoss Enterprise Application Platform
JBoss OSGi Subsystem Configuration
JBoss Helloworld OSGi quickstart
5 ways to deploy your application to JBoss AS 7
.
Ten Quick Steps for Deploying a Super Simple JSP Web App (WAR) on JBoss AppServer