• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:4    start  Previous  Next  Last    goto:
    Create REST Services with Java and Atom
    ON: 2008-08-12 08:40:59
    In this tutorial learn the basics behind Representation State Transfer (REST) and the Atom Publishing Protocol (APP), and how they apply to services. Also learn to implement REST/APP-based services with Java technology, and enable access and modification of resource data for podcasts, blog entries, image storage, calendar entries, and so on.
    13 times | category:
    Tip: Set up SAX Parsers
    ON: 2008-08-12 08:40:04
    This is the first in a series of tips that will serve as a comprehensive guide to using XML from the Java programming language. I begin with coverage of the SAX API. This tipreviews getting an instance of a SAX parser and setting various features and properties on that parser.
    21 times | category:
    XML generation with JAVA
    ON: 2008-08-12 08:38:48
    XML developers used to rely on XML parsers to read XML files. They also used to rely on XML processors to transform XML to *ML (HTML, XML, etc.). However, most of them forget these tools to generate XML from scratch. They should not. This article presents code samples for generating XML with JAVA/JAXP.
    73 times | category:
    Long-term persistence: Serialize JavaBean component state to XML
    ON: 2008-08-12 08:38:03
    The ability to save the JavaBean component state for long-term persistence within an XML document has been a topic of much discussion with Java developers in the past few years. This feature has finally been adopted in the 1.4 version of J2SE. This article shows you how to use the new XMLEncoder and XMLDecoder classes, bypassing serialization and allowing you to generate fully initialized bean instances.
    17 times | category:
    this:1/1 25records  total:4    start  Previous  Next  Last    goto:

    Category

      Applet Building (9)
      Application Building (9)
      Communication (1)
      Database Related (14)
      Development (13)
      EJB (14)
      Game Programming (5)
      General Java (71)
      Javabeans (4)
      JSP and Servlets (25)
      Miscellaneous (28)
      Networking (1)
      Security (3)
      Swing (13)
      WAP and WML (2)
      XML and Java (4)