« April 2006 | Main | December 2006 »

October 2006 Archives

October 5, 2006

Back up an blogging!

Well it has been a while but I finally got my blog access back and I am ready to roll.  Give me a little time to set up the structure and content but check back often as I hope you find this to be a useful site.

October 12, 2006

Stamp of approval on JDeveloper 10.1.3.1

I have been working with the new developer release for a while now and have found it to be very stable.  There are some really nice problems that were corrected from the previous version like XPath specifications in XSL document.  You may ask, "what do I care about JDeveloper if I am using Siebel?"  Good question, with lots of answers:

  • JDeveloper is FREE!  Not only can you use it but so can your clients.
  • Editing XSD is a real pain without an editor.  However, make sure you also set up the WS-I validation tool.
  • Editing WSDL is also a real pain unfortunately even with an editor.  But hey, you really need to get to know this at a low level anyway.  Once you get used to the JDeveloper editor it is pretty good.  Unfortunately the validation is not as strong as I would like to see.
  • XSL TRANSFORMS!!!  One of the biggest features is that you can use the XSL editor which is a huge time saver.  I have to admit though that it is easy to confuse the editor via hand edits.   Still working on how to avoid that.
  • Remote debugging.  You need a real editor to debug you Siebel business servies.  WHAT!?  You say you are not using Java business services?  Shame on you.

October 27, 2006

Retro server coding - My impression of the IONA Artix product

It has been a long time since I have had the opportunity to work with a product that effectively provides me with a relatively bare bones server container.  By bare bones, I mean a product that gives me a basic server infrastructure to handle the "hard" server code stuff like thread maintenance, network sockets, and protocols, but leaves me free to implement business logic more or less any way I want.  True, I have to hook into the server API at points but those are minimal.  Last time I got to work with such an environment was working with the Sybase Open Server product which I admit was fun.

Then it seemed that the application server market grew up to embrace various standards starting with CORBA and embracing Java.  Java gave use J2EE, JMS, and ultimately paved the path to web services and SOA.  Now when you think about working with an application server you not only get the "bare bones" server capabilities but a whole slew of standards to code with which makes deployment and integration much easier than a totally custom environment.

So that is the lead up to the content of this news item.  I believe that a good story will be what working with the IONA Artix product (http://www.iona.com/products/artix/) will teach me in this day and age of application servers supporting multiple standards.  To be fair, Artix supports lots of web services related standards and does it well.  Some of the =things I hope to learn are:

  • how you implement business logic components as Artix plug-ins and how that will compare to EJBs. 
  • how much coding will I need to do for business logic orchestration versus using something like BPEL.
  • how will I implement security using Artix versus using something like the web services manager that is part of the Oracle SOA suite
  • Is there an advantage in productivity via a code environment (Artix) to supplement XSL transformations using in-line code versus calling code via a BPEL process.
  • ...

About October 2006

This page contains all entries posted to Richard Naszcyniec's Blog in October 2006. They are listed from oldest to newest.

April 2006 is the previous archive.

December 2006 is the next archive.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type and Oracle