Java Web Services and XML FeaturesItems from java.net's Java Web Services and XML community homepage.Stateful SOAP and beans on the TSS Interop Blog- June 7, 2007 On the TSS Interop blog, Scott Balmos has shown an example of a stateful web service. He'd done it on the Interop blog with an EJB reference before, but using a recent build of JAX-WS, he's gotten it done without hacks... and shows the server code in Java, with the client using the stateful service from C.http://feeds.feedburner.com/~r/techtarget/tsscom/home/~3/122996165/thread.tss XQuery, the Server Language- June 6, 2007 Kurt Cagle offers an interesting perspective on the future utility of XQuery as a server-side development language.http://www.xml.com/pub/a/2007/06/01/xquery-the-server-language.html?CMP=OTC-TY3388567169&a... Build mashups with the Service Component Architecture and Apache Tuscany- June 1, 2007 Service Component Architecture (SCA) is a set of specifications that describe a model for building applications and systems using a Service-Oriented Architecture. See how the Service Component Architecture can be used to build mashup applications.http://www.ibm.com/developerworks/library/ws-soa-scamashups/ Working with JBoss Rules and Web Services- June 1, 2007 I've recently just done a project where JBoss Rules was used via web services. So thought I'd detail parts of what I did. With this particular project only the root object from the payload was asserted, the payload was not split into smaller relational objects and asserted, which is generally considered best practice; however we do show you here how to effectively work with nested XML payloads using 'from'.http://markproctor.blogspot.com/2007/05/working-with-jboss-rules-and-web.html Why isn't RelaxNG Compact Syntax more widely used- June 1, 2007 Have you ever looked at a non trivial schema definition in RelaxNG Compact Syntax Its amazingly readable isn't it (Once you've got used to the + ! characters from DTDs). Now and again I bump into some RelaxNG compact syntax and think its pseudo code; but no its the real syntax specification! (e.g. in the JBI spec).http://macstrac.blogspot.com/2007/05/why-isnt-relaxng-compact-syntax-more.html Self Managing the JBI runtime in GlassFish- June 1, 2007 It is possible to self manage the JBI runtime using the self management module of the GlassFish application server. I am showing one such example here. In this example, we have a timer service registered with the self management module which checks whether all the required components for the deployed JBI service assemblies are UP or not.http://weblogs.java.net/blog/bhavanishankar/archive/2007/05/self_managing_t.html AppFuse 2.0 M5 Released - now with CRUD generation and XFire support- June 1, 2007 The AppFuse Team is pleased to announce the release of AppFuse 2.0 M5! This release marks a milestone in the features of AppFuse 2.x. This release adds CRUD code generation, full source support (just like 1.x) and XFire integration. In addition, we've fixed all the issues related to switching persistence frameworks, and you should now be able to easily switch from using Hibernate to to iBATIS or JPA.http://raibledesigns.com/rd/entry/appfuse_2_0_m5_released SOAP over JMS specifications- June 1, 2007 As some of you may know, several companies (BEA, IBM, Progress, and TIBCO) have been working on a formal set of specifications for binding SOAP to the Java Message Service API. These specs consist of a) a SOAP binding, and b) a description of the "jms:" IRI scheme which is used for addressing. The specs do NOT cover an interoperable wire-level representation which could bridge different vendors' JMS implementations - though a future version might go there. This version has...http://mail-archives.apache.org/mod_mbox/ws-axis-dev/200701.mbox/%3C80A43FC052CE3949A32752... Web Services Description Language (WSDL) Version 2.0 Part 0: Primer- June 1, 2007 This document is a companion to the WSDL 2.0 specification (Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language WSDL 2.0 Core, Web Services Description Language (WSDL) Version 2.0 Part 2: Adjuncts WSDL 2.0 Adjuncts). It is intended for readers who wish to have an easier, less technical introduction to the main features of the language. This primer is only intended to be a starting point toward use of WSDL 2.0, and hence does not describe every feature of the language....http://www.w3.org/TR/2007/PR-wsdl20-primer-20070523/ SCM4ALL 4.1 released, boosts your SOA & Agile development- June 1, 2007 SCM4ALL 4.1, which was just released, offers a secure yet flexible process-centric software change management solution for both local and distributed development teams, and manages and automates SOA, Agile and traditional development processes. It complements existing version management tools by automating the complete software life-cycle management process, offering a single point of control and delivering support for your build, deploy, release and software life-cycle management and the...http://www.theserverside.com/news/thread.tss?thread_id=45491 |