<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>AMIS Technology blog</title>
	<link>http://technology.amis.nl/blog</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:34:40 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Using the MetaData Services (MDS) in a SOA environment – part 1</title>
		<description><![CDATA[Before I talk about the advantages en methods of using the MDS, I want to introduce myself, because this is my first public post on the AMIS technology blog. My name is Robert van Mölken and I’m 26 years old. I’m now actively working, as a SOA Consultant / Developer, for nearly 5 years. My [...]]]></description>
		<link>http://technology.amis.nl/blog/15295/using-the-metadata-services-in-a-soa-environment-part-1</link>
			</item>
	<item>
		<title>ADF 11g : Fancy Master Detail or how to Highlight Related Detail Records</title>
		<description><![CDATA[Last week I a had a rather interesting question: Is it possible to highlight related data that is in different af:table components ? Sure you can, so I decided to write a simple example application, and share the knowledge in this post
The use Case.
After selecting a row in one table I need to highlight related [...]]]></description>
		<link>http://technology.amis.nl/blog/15286/adf-11g-fancy-master-detail-or-how-to-highlight-related-detail-records</link>
			</item>
	<item>
		<title>Review of Oracle Service Bus 11g Development Cookbook (Packt Publishing) by Edwin Biemond, Guido Schmutz, Eric Elzinga et. al.</title>
		<description><![CDATA[Recently I gained access to an electronic copy of the just released Oracle Service Bus 11g Development Cookbook, written by five authors &#8211; all experts on OSB and three personal acquaintances of mine. I was very interested in learning about the final result after hearing many intermediate comments during the writing process as well as [...]]]></description>
		<link>http://technology.amis.nl/blog/15276/review-of-oracle-service-bus-11g-development-cookbook-packt-publishing-by-edwin-biemond-guido-schmutz-eric-elzinga-et-al</link>
			</item>
	<item>
		<title>Sending an email with attachment from Oracle BPEL</title>
		<description><![CDATA[
In my previous post I described how to create a PDF file/report in Oracle BPEL (Create a JasperReport from Oracle BPEL). 


Now I  will describe how to sent this PDF file as attachment in an email.





After invoking the createBookService the outcome is used to construct the email message. In particular the filename and the [...]]]></description>
		<link>http://technology.amis.nl/blog/15229/sending-an-email-with-attachment-from-oracle-bpel</link>
			</item>
	<item>
		<title>Create a JasperReport from Oracle BPEL</title>
		<description><![CDATA[
In my previous post I described how to create a Report (CDBooklet) with JasperReport in Java.
Follow this link to take a look at the post  &#8216;Using Java to create a report with the JasperReport java API&#8217;


For this new post I created a webservice wrapper around this reporting functionality and deployed it to a Weblogic [...]]]></description>
		<link>http://technology.amis.nl/blog/15156/create-a-jasperreport-from-oracle-bpel</link>
			</item>
	<item>
		<title>Intercepting user customization &#8211; such as column reordering in tables &#8211; in ADF 11g change persistence</title>
		<description><![CDATA[The requirement I was facing was simple: act on column reordering through user drag and drop in a rich table. More specifically: invoke a method in a managed bean whenever the user changes the position (or side or visibility) of a column.
At first it seemed trivial &#8211; just use an AttributeChangeListener. When that turned out [...]]]></description>
		<link>http://technology.amis.nl/blog/15260/intercepting-user-customization-such-as-column-reordering-in-tables-in-adf-11g-change-persistence</link>
			</item>
	<item>
		<title>Jouw toekomst als Oracle professional &#8211; AMIS !!EXTRA!! informatieavond over jouw ontwikkelingspad</title>
		<description><![CDATA[Als je dit leest en je bent Oracle professional &#8211; ontwikkelaar of administrator &#8211; is de kans groot dat je jouw carriere bent gestart in de jaren &#8216;90, in het tijdperk van Oracle7, Oracle Forms en Client/Server applicaties &#8211; net voor de opkomst van Java, internet, mobiel en SOA. Misschien ligt je start daar nog [...]]]></description>
		<link>http://technology.amis.nl/blog/15155/jouw-toekomst-als-oracle-professional-amis-informatieavond-over-jouw-ontwikkelingspad</link>
			</item>
	<item>
		<title>Masterclass Oracle 11g voor Database Ontwikkelaars &#8211; haal meer uit SQL en PL/SQL in 11g</title>
		<description><![CDATA[Aanstaande vrijdag 27 januari verzorgt Oracle ACE Director Alex Nuijten bij AMIS Services in Nieuwegein een Masterclass voor Oracle Database Developers: iedereen die met enige regelmaat SQL en/of PL/SQL toepast in zijn of haar werk. In deze Masterclass leidt Alex de deelnemers rond in Oracle Database 11g Release 1 en 2 met als voornaamste doelstelling [...]]]></description>
		<link>http://technology.amis.nl/blog/15154/masterclass-oracle-11g-voor-database-ontwikkelaars-haal-meer-uit-sql-en-plsql-in-11g</link>
			</item>
	<item>
		<title>Using the Oracle WebLogic Technology Adapters with custom Java &#8211; Message Driven Bean (MDB) triggered by File Adapter (part of the story)</title>
		<description><![CDATA[Oracle&#8217;s product portfolio contains the Technology Adapters. A set of JCA Connectors that provide a bridge between various technologies &#8211; such as JMS, AQ, Database (SQL and PL/SQL), FTP and File System &#8211; on the one hand and the world of JEE on the other. The SOA Suite 11g and Oracle Service Bus leverage these [...]]]></description>
		<link>http://technology.amis.nl/blog/15147/using-the-oracle-weblogic-technology-adapters-with-custom-java-message-driven-bean-mdb-triggered-by-file-adapter-part-of-the-story</link>
			</item>
	<item>
		<title>Developing and deploying Java Embedding activity in BPEL 2.0 in SOA Suite 11g calling a custom Java Class that has dependencies on 3rd party libraries</title>
		<description><![CDATA[Java Embedded activity can call a custom Java class that relies on 3rd party Java libraries. This means that a lot of existing functionality from the Java open source community is at the disposal of the BPEL developer. This article shows a simple example of developing and deploying a BPEL process that uses Java Embedded [...]]]></description>
		<link>http://technology.amis.nl/blog/15126/developing-and-deploying-java-embedding-activity-in-bpel-2-0-in-soa-suite-11g-calling-a-custom-java-class-that-has-dependencies-on-3rd-party-libraries</link>
			</item>
</channel>
</rss>

