Swift Tech Solutions

Tuesday, December 7, 2010

Difference between jax-rpc and jax-ws

http://www.ibm.com/developerworks/webservices/library/ws-tip-jaxwsrpc.html
Posted by techsolutions at 3:59 PM No comments:
Labels: web services
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Subscribe To

Posts
Atom
Posts
All Comments
Atom
All Comments

Search This Blog

Total Pageviews

Labels

  • activemq
  • awt
  • best practices
  • bpm
  • cookie
  • database
  • design patterns
  • eclipse
  • eclipselink
  • hibernate
  • httpclient
  • itext
  • java
  • javascript
  • jaxb
  • jedit
  • jndi
  • jpa
  • jsf
  • junit4
  • links
  • log4j
  • macro
  • oracle
  • portlet
  • regular expression
  • rest
  • spring
  • spring-jms
  • spring-security
  • spring-ws
  • struts
  • swing
  • tiles
  • toplink
  • unix
  • utilities
  • web services
  • weblogic
  • windows-batch-commands
  • xml
  • xsd
  • xslt

Followers

Blog Archive

  • ►  2012 (11)
    • ►  March (10)
    • ►  February (1)
  • ►  2011 (19)
    • ►  September (1)
    • ►  July (4)
    • ►  June (1)
    • ►  May (9)
    • ►  April (1)
    • ►  February (3)
  • ▼  2010 (2)
    • ▼  December (1)
      • Difference between jax-rpc and jax-ws
    • ►  September (1)
  • ►  2009 (35)
    • ►  October (2)
    • ►  July (4)
    • ►  June (29)

About Me

techsolutions
View my complete profile

Popular Posts

  • spring mvc portlet ajax
    ViewBookController.java import java.io.IOException; import javax.portlet.ActionResponse; import javax.portlet.ResourceRequest; import javax....
  • Scheduling jobs using Spring
    import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.TimeUnit; import org.springframework.context.annotation.Co...
  • json jackson marshalling unmarshalling using jaxb annotations with indenting output
    package util; import java.io.StringReader; import java.io.StringWriter; import org.codehaus.jackson.map.AnnotationIntrospector; import org.c...
  • spring rest security using digest authentication
    Configure Digest filter as outlined in the link http://static.springsource.org/spring-security/site/docs/3.0.x/reference/springsecurity-sing...
  • spring mvc portlet deployment to pluto container
    Article: http://books.dzone.com/articles/spring-30-portlet-mvc-part-2 Download pluto-2.0.1-bundle and unzip run startup.bat to start the plu...
  • JAXB ValidationEventHandler Demo
    import javax.xml.bind.ValidationEvent; import javax.xml.bind.ValidationEventHandler; import javax.xml.bind.ValidationEventLocator; public cl...
  • Spring ws Tips - Unmarshalling attachments
    Custom Jaxb2Marshaller to support pdf,tiff,image, etc attachments import java.util.Iterator; import javax.activation.DataHandler; import jav...
  • Spring security - pre authentication security mapping
    An example for pre-authentication would be site minder which sits between browser and web servers and intercepts requests validating user cr...
  • check long running task status using callable, future, ExecutorService in java
    public boolean checkInBackground() { ExecutorService pool = Executors.newFixedThreadPool(1); Callable callable = new Callable () { @...
  • eclipselink refresh cache
    If JPA 2.0 is used, this can be done using the JPA Cache interface: em.getEntityManagerFactory().getCache().evictAll(); In JPA 1.0 this can ...
Simple theme. Powered by Blogger.