[5 Jun 2012 | 3 Comments | 41,619 views]

Web services can be implemented in various ways. Web services can be classified as “Big” web services and “RESTful” web services.

Big web services

Big web services are based on SOAP standard and often contain a WSDL to describe the Read more…

[4 Jun 2012 | 3 Comments | 10,325 views]

XML along with HTTP forms the basis of web services. XML provides a language which can be used between different platforms and programming languages and still express complex messages and functions. The HTTP protocol is the most used Internet protocol. Read more…

[4 Jun 2012 | 16 Comments | 20,213 views]

Environment Used

  • JDK 6 (Java SE 6)
  • JMS Sender/Client – Java Application Client (main())
  • JMS Consumer – EJB 3.0 Message Driven Bean (MDB)
  • Eclipse Indigo IDE for Java EE Developers (3.7.1)
  • JBoss Tools – Core 3.3.0 M5 for Eclipse Indigo

Read more…

[4 Jun 2012 | No Comment | 7,633 views]

A web service is a web application or component which communicates with other applications using open protocols like HTTP (Hyper Text Transport Protocol), SOAP (Simple Object Access Protocol).

Web services and consumers of Web services (clients) are typically businesses, making Read more…

[17 May 2012 | 2 Comments | 1,115 views]

Not many like the admin bar at the top provided by WordPress. Even though in WordPress 3.3, admin bar being called toolbar is much better, viewing my website as a user, the toolbar adds some unneeded options and it doesn’t Read more…

[14 May 2012 | 3 Comments | 113,094 views]

In the example provided here, we saw how to generate Java classes from XML schema using JAXB binding compiler ‘xjc’ command. In this tutorial we will see how to generate the same in Eclipse IDE with the help of Read more…

[14 May 2012 | 13 Comments | 38,919 views]

Environment Used

Read more…

[14 May 2012 | 21 Comments | 269,012 views]

In the previous examples provided here and here, we saw how to generate XML Schema from Java classes using ‘schemagen’ command line tool and in Eclipse IDE. Now we will see how to do the reverse (i.e.) generate Java Read more…

[12 May 2012 | 2 Comments | 42,849 views]

In the previous example provided here, we saw how to generate XML Schema from Java classes using ‘schemagen’ command line tool. Now we will see how to create the same in Eclipse IDE. We will use the same XML Read more…

[12 May 2012 | 3 Comments | 36,720 views]

Environment Used:

  • JDK 6 (Java SE 6) or later.
  • Any notepad or IDE for writing the Java code.
  • JAXB 2.1 API

JAXB Introduction

Java Architecture for XML Binding (JAXB) allows Java developers to map Java classes to XML representations. JAXB Read more…