672329 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: 6 Messages: 6 Messages: 6 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

Oracle Releases Developer Preview of Oracle SOA Suite

Posted by: shay shmeltzer on August 17, 2006 DIGG
Oracle has released a developer preview of its Oracle SOA suite available for download from OTN.

Oracle SOA Suite is a complete set of service infrastructure components for creating, deploying, and managing services.
It includes:
  • Integrated Service Environment (ISE) to develop services - Based on JDeveloper, with new BPEL and ESB designers as well as visual XSLT mapping
  • Oracle BPEL Process Manager to orchestrate services into business processes
  • ESB to connect existing IT systems and business partners as a set of services
  • Oracle Business Rules for dynamic decisions at runtime that can be managed by business users or business analysts
  • Oracle Business Activity Monitoring to monitor services and disparate events and provide real-time visibility into the state of the enterprise, business processes, people, and systems.
  • Oracle Web Services Manager to secure and manage authentication, authorization, and encryption policies on services that is separate from your service logic
Also available and included with the developer preview install:
  • UDDI registry to discover and manage the lifecyle of Web services.
  • Oracle Application Server 10g Release 3 (10.1.3.1.0) to provide a complete Java 2, Enterprise Edition (J2EE) 1.4-compliant environment for your J2EE applications.
In addition Oracle released new developer previews of both the Oracle J2EE Container (OC4J) and JDeveloper. Both now support the final spec of EJB 3.0 and JPA - providing a complete development/deployment environment for EJB 3.0. They both offer some additional new features as well.

For more information:

Threaded replies

·  Oracle Releases Developer Preview of Oracle SOA Suite by shay shmeltzer on Thu Aug 17 05:14:40 EDT 2006
  ·  Based on JDeveloper by Diego Campodonico on Thu Aug 17 08:54:48 EDT 2006
    ·  Based on JDeveloper by shay shmeltzer on Thu Aug 17 10:13:55 EDT 2006
    ·  JDeveloper 10g includes what you need out of the box, for free by Roger Garfoot on Thu Aug 17 10:52:47 EDT 2006
    ·  Re: Based on JDeveloper by a b on Thu Aug 17 16:33:15 EDT 2006
    ·  Sleeper IDE by Robert Hayes on Fri Aug 18 21:27:39 EDT 2006
      ·  Most of java IDEs support SOA by jim woods on Mon Aug 21 02:15:06 EDT 2006
  Message #215948 Post reply Post reply Post reply Go to top Go to top Go to top

Based on JDeveloper

Posted by: Diego Campodonico on August 17, 2006 in response to Message #215881
In my experience, JDeveloper is very poor IDE and I have a lot of problem with it.
I believe that JDeveloper is good for little developing at home, for big projects, I use Eclipse.

  Message #215957 Post reply Post reply Post reply Go to top Go to top Go to top

Based on JDeveloper

Posted by: shay shmeltzer on August 17, 2006 in response to Message #215948
In my experience...

Can you be more specific about this? Or are you just trolling?

  Message #215964 Post reply Post reply Post reply Go to top Go to top Go to top

JDeveloper 10g includes what you need out of the box, for free

Posted by: Roger Garfoot on August 17, 2006 in response to Message #215948
My experience with JDeveloper goes back to version 3.2 which was, in my opinion, inferior to Borland's JBuilder. However, the JDeveloper team has steadily improved the IDE over the years to the point where it is now the best free IDE available.

It has graphical drag & drop editing for JSP, JSF, Struts and JSF config files, excellent EJB support, integrated JUnit support and the ADF framework as well. Although I like NetBeans and Eclipse as no cost IDEs, neither has the depth of technology support or graphical editing that JDeveloper provides out of the box. It also isn't just for Oracle databases or servers. I develop with it against non-Oracle databases with no loss of functionality compared to an Oracle database. I deploy to the Sun App Server without any problems.

When I teach J2EE classes using JDeveloper, students that use Eclipse, IBM RAD and BEA Workshop comment how nice JDeveloper 10g is to work with. One student was going back to his employer recommending a switch to JDeveloper and JSF for their project after seeing the support in JDeveloper.

In addition, Oracle ADF is an amazing framework that can optionally be used in JDeveloper. It is the basis for JSR-227 Data Bindings. You can create the transactional backend for a project with a dozen database tables in less than 10 minutes. The ADF-Faces components, now donated to Apache, work great for creating rich web front ends. Oracle also donated the EJB 3.0 implementation for Java EE 5 and support for it in JDeveloper is excellent

I have never worked for Oracle, but have become a fan of JDeveloper over the years as the product has improved and matured. You can't beat the feature set and rapid development capabilities for the price

  Message #215999 Post reply Post reply Post reply Go to top Go to top Go to top

Re: Based on JDeveloper

Posted by: a b on August 17, 2006 in response to Message #215948
which version of Jdeveloper you used and you find it useless for big project?
some years ago Jdeveloper had no good editor but today Jdev has a nice editor plus its good tooling.
you may try it again carefully nd then come here and look at your own comment :)

  Message #216068 Post reply Post reply Post reply Go to top Go to top Go to top

Sleeper IDE

Posted by: Robert Hayes on August 18, 2006 in response to Message #215948
I agree with the other two posts here. If you used JDeveloper when it was < release 9, you may have had some valid points (although you didn't really make any). But since 10.1.2 it's been a very good IDE. In fact, I'd say that the 10.1.3 release is an excellent IDE.

  Message #216114 Post reply Post reply Post reply Go to top Go to top Go to top

Most of java IDEs support SOA

Posted by: jim woods on August 21, 2006 in response to Message #216068
Netbeans already supports SOA.
http://www.ddig.biz/

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

Dependency Injection in Java EE 6 - Part 2

Reza Rahman continues to explore 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. (January 21, Article)

Ted Neward Q&A: What you must know about JavaScript, Scala and more

Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala. (January 15, Article)

Developers split on open sourcing Java

Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language. (November 24, Article)

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)

Free Book: Jakarta-Struts Live

Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, 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