667481 members! Sign up to stay informed.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

News News News Messages: 8 Messages: 8 Messages: 8 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Stylus Studio 6 XML IDE released with Java code generation

Posted by: Floyd Marinescu on June 09, 2005 DIGG
DataDirect has released Stylus Studio 6 XML Enterprise Edition, a new XML IDE for advanced data integration.

Interesting new features for the Java community include:

(1) Java Code Generation: Automatically generate the Java code needed to make XSLT or XQuery go. Uses standard JAXP code in the case of XSLT.
(2) Generate Java-XML bindings (JAXB): Automatically generate JAXB bindings from an XML Schema.
(3) Updated support for XQuery working draft of April 2005 - obviously we think XQuery is going to be a critical middleware technology.

Additionally, the product already has a built in JSP editor and Java IDE capabilities, and fully supports Xerces-J, Xalan-J, Apache FOP, Saxon, Apache Axis, etc.

Threaded replies

·  Stylus Studio 6 XML IDE released with Java code generation by Floyd Marinescu on Thu Jun 09 12:20:51 EDT 2005
  ·  It's a nice tool....but by Steve Miller on Thu Jun 09 17:40:09 EDT 2005
    ·  It's a nice tool....but by Rico Lelina on Thu Jun 09 21:14:15 EDT 2005
      ·  because there are by Jacky Chen on Thu Jun 09 21:38:28 EDT 2005
    ·  It's a nice tool....but by Saqib Rasul on Fri Jun 10 04:31:54 EDT 2005
  ·  Complex Schemas? Interoperability? SWIFT FIN? by Simon Heinrich on Fri Jun 10 05:04:29 EDT 2005
    ·  free or not by Christian Sell on Fri Jun 10 09:08:51 EDT 2005
  ·  Autogenerated Xquerytools by Jan Nilsson on Fri Jun 10 09:07:15 EDT 2005
    ·  XML Schema and XQuery Tool links by James Lee on Fri Jun 10 12:13:40 EDT 2005
  Message #173837 Post reply Post reply Post reply Go to top Go to top Go to top

It's a nice tool....but

Posted by: Steve Miller on June 09, 2005 in response to Message #173799
There are free alternatives - http://www.c24.biz - that cover more than just XML.

  Message #173853 Post reply Post reply Post reply Go to top Go to top Go to top

It's a nice tool....but

Posted by: Rico Lelina on June 09, 2005 in response to Message #173837
Why is there a "Buy Now" button on the website?

  Message #173858 Post reply Post reply Post reply Go to top Go to top Go to top

because there are

Posted by: Jacky Chen on June 09, 2005 in response to Message #173853
Open and Enterprise Editions

  Message #173882 Post reply Post reply Post reply Go to top Go to top Go to top

It's a nice tool....but

Posted by: Saqib Rasul on June 10, 2005 in response to Message #173837
There are free alternatives - http://www.c24.biz - that cover more than just XML.

But only "free for non commercial use" :/

  Message #173887 Post reply Post reply Post reply Go to top Go to top Go to top

Complex Schemas? Interoperability? SWIFT FIN?

Posted by: Simon Heinrich on June 10, 2005 in response to Message #173799
... but does Stylus Studio (and the myriad of other XML - Java binding tools) support code deployment of complex schema constructs such as xsi:type, substitution groups, chameleon schemas and redefines?

Ever tried it out on a behemoth of a schema like FpML? JAXB for one falls flat on it's back.

... and does it support and allow interoperability with flat files, RDBMS, XMI, RELAX NG stuctures?

... and I'm 100% certain it doesn't come with pre-built models for legacy file structures such as SWIFT FIN, FIX, Oasys Global, CREST, CHIPS, Fedwire, EDIFACT.

Well guess what? C24's Integration Objects (IO) does, and can, and is in use today in many tier one financial institutions around the world.

'Free for non commerical use'. Yes. But we've all got make a living.

Simon Heinrich
C24

  Message #173914 Post reply Post reply Post reply Go to top Go to top Go to top

Autogenerated Xquerytools

Posted by: Jan Nilsson on June 10, 2005 in response to Message #173799
Hi
With all this XML/XSD flying around...
Where is the tool that can read an XSD file, generate a form based on info from the xsd file, generate a xquery, retrieve data from the XML-file based on the query, formatted in a nice way ???

What a tool for examine log-files etc. !!

/Jan

  Message #173915 Post reply Post reply Post reply Go to top Go to top Go to top

free or not

Posted by: Christian Sell on June 10, 2005 in response to Message #173887
'Free for non commerical use'. Yes. But we've all got make a living.

fair enough. But to claim it was a "free alternative", as done in Steve Millers earlier mail, is misleading at best. I am sure I can get a free demo from Stylus as well.

christian

  Message #173949 Post reply Post reply Post reply Go to top Go to top Go to top

XML Schema and XQuery Tool links

Posted by: James Lee on June 10, 2005 in response to Message #173914
Some links that sort-of address the issues you raise:

XML Schema Tools to read, edit, validate, generate, convert, document, (etc.) XML schemas.

XQuery Tools for editing, debugging, testing, mapping, profiling, (etc.) XQuery.

XSLT Tools like an XSLT designer, debugger, editor, profiler, generator (etc.) for formatting XML in a nice way.


Data converstion tools for converting data (such as log files, dBase, EDI/EDIFACT/x12, binary, csv, etc.) into XML.

New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Dependency Injection in Java EE 6 - Part 1

Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6. (November 2, Article)

SAML: It's Not just for Web services

SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options. (September 28, Article)

Programming is Also Teaching Your Team

Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team. (September 22, Article)

Can Java EE Deliver The Asynchronous Web?

Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies. (July 14, Article)

JSF Flex

JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags. (June 29, Article)

The Rules of SOA - A Road to a Successful SOA Implementation

In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project. (June 23, Tech Talk)

Ari Zilka Talks About Terracotta 3.1

Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now. (June 15, Tech Talk)

Enterprise Application Integration, and Spring

In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements. (June 15, Tech Talk)

Google Web Toolkit: An Introduction

In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls. (June 4, Tech Talk)

Just Enough Early Architecture to Guide Development

Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable. (May 28, Tech Talk)

Productive Programmer: On the Lam from the Furniture Police

This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work. (May 26, Tech Talk)

Auto-Scaling Your Existing Web Application

Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers. (May 21, Tech Talk)

Automating Hibernate Mapping and Queries For Java Web Development

Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application. (May 19, Article)

Auto-Scaling Your Existing Web Application

In this session Nati Shalom demonstrates how to take a standard Java EE web application and scale it out or down dynamically without changes to the application code. Seeing as most web applications are over-provisioned to meet infrequent peak loads, this is a dramatic change because it enables growing your application as needed, when needed, without paying for unutilized resources. (May 19, Tech Talk)

Free Book PDF Download: Mastering EJB Third Edition

Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)

Application Server Matrix

The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map