Hotsos 2010 – About swag, the Oscars and other stuff
Its Sunday and its raining outside. The nice weather on Saturday (approx. sunny / 20 degrees Celsius) has gone. After a decent flight on Friday where I actually made it to switch in Houston from the international Continental flight, going through customs and pick the next one, a domestic Continental Express flight, within the boundaries [...]
Categories: Companies
Oracle BPM Studio and Snow Leopard
Business process management (BPM) is getting more momentum. The BPMN 2.0 specification is getting final and has a few new nice features, for example a model standard so that models are interchangeable between tools. Another new feature is easier event implementation, meaning that it will be easier to run a BPMN process.
This week I started [...]
Categories: Companies
Part of the Puzzle: Oracle XMLDB NFS Functionality
This story is long overdue and no its NOT about the Oracle Database 11g Database File System (DBFS). Its about an “undocumented” NFS functionality that, maybe someday, will be serviced by the XMLDB XDB Protocol Adapter. This post is “long overdue” because the actual attempts to try to figure it out were done during the [...]
Categories: Companies
Subversion – branching, merging and reintegration
Subversion is a great source control system. One of the great features is it’s branching and merging support. Although many developers avoid it, branching is very powerful and useful and should not be something to be afraid off but something to be familiar with. And for the stable and controlled development is it almost a [...]
Categories: Companies
Complex Event Processing – Java Magazine – Sources & References
This article contains the resources for an article on Complex Event Processing (using Oracle CEP) that is published in the March 2010 issue of the Dutch Java Magazine. This article describes the interaction between CEP and Java Applications, using examples of temperature sensors that are monitored (aggregating their readings and looking out for any broken [...]
Categories: Companies
Automatic testing Oracle Service Bus using Hudson, maven and SoapUI
A lot of current projects are implementing some sort of service based architecture. Testing in this architecture becomes more complex. When implementing an OSB project with Scrum you test-automation is imperative. Scrum will require more frequent testing of your system. This is only feasible (in time and money) when you automate as much as possible.
Â
Using [...]
Categories: Companies
ADF 11g : Carousel going round and round (..and round and..)
Mostly when you see a carousel-ish component on the internet, it is automatically showing the next entry after a few seconds. I wondered if this could be done with the ADF carousel component as well.
And guess what
In one of my posts on this weblog I already explained how to implement an ADF carousel component. [...]
Categories: Companies
ASCII art as a DSL for unit testing
Complicated tree structures are being used a lot within my current project. Tree nodes have elements behind them. An element is unique, but there can be multiple tree nodes for a single element. Tree nodes have different drag and drop behavior based on flags on both the tree nodes and the elements. Also tree nodes [...]
Categories: Companies
Uploading and viewing photo’s with your mobile APEX application
How to upload photographs on you mobile phone with an Apex application? The question was asked to me this morning.
At our company we all drive a company car. To invoice the fuel of our foreign trips we have to invoice this at the leasing company. How easy would it be to declare it during [...]
Categories: Companies
ADF skinning and resources
With my current, ADF Faces 11g, project, we have a requirement that the default text in the error message box is customized. Instead of ‘Messages for this page are listed below.’ it should read some other text. When you talk about customization you say ’skinning’. Skinning allows you to customize the userinterface, i.e. change the [...]
Categories: Companies
Advert: Oracle XMLDB Masterclass in Germany
Here a small advert for one of my events scheduled for this year. On the 24th of Februari I will be giving a Masterclass regarding Oracle XMLDB in Germany. To be precise in Dusseldorf, Germany.
The following will be addressed, but might you attend, then drop me a line (marco dot gralike at amis dot [...]
Categories: Companies
ADF 10g Dynamic Columns: Or how to implement an updatable dynamic table
Although it is all about ADF 11g these days there are still some challenges in ADF 10g projects that run at some of my customers. Today I finished a task in which I had to create an updatable table in which the number of shown columns wasn’t known at design time. There is the possibility [...]
Categories: Companies
Getting started with PrimeFaces on GlassFish v3
According to the PrimeFaces website, “PrimeFaces is an open source component suite for Java Server Faces featuring 70+ Ajax powered rich set of JSF components. Additional TouchFaces module features a UI kit for developing mobile web applications.“. Since it is an OpenSource JSF implementation that is very close to releasing JSF 2.0 compliant components, I [...]
Categories: Companies
What Happened?
What’s this?
Nope, it’s not your browser, HTML debugging proxy or broken CSS style sheet. You are still visiting the AMIS technology weblog. Don’t be afraid: AMIS has just updated it with some new features and a new theme. And well, there are some differences for you to marvel at.
You might wonder, What’s new?
Well, first off [...]
Categories: Companies
ADF 11g – implementing conditionally required input fields – by playing client side hide and seek
The requirement I was dealing with today in ADF 11g Rich Client Components was the following: we have an input field that is required under certain conditions. Only when one of this cluster of fields has a value, is it required. Otherwise it is optional. The use case was that the fields represent a detail [...]
Categories: Companies
SOA Suite 11g – Using Spring Component to mimic Http Binding and integrate RESTful services
In an earlier post, I showed for the Oracle SOA Suite 11g how we can use the Mediator's Java Callout functionality to integrate RESTful services into our SOA Composite applications, even though we currently have no Http Binding Service nor WSIF support (SOAP Java Binding) at our disposal in the SOA Suite – link to [...]
Categories: Companies
The Oracle SOA Suite 11g HttpBinding or another way to call RESTful services from SOA Composite Applications
I wanted to take a quick look at REST(ful) WebServices and see how those can be integrated into the SCA based SOA Composite Applications that we create with the Oracle SOA Suite. Currently, it does not have the HTTP binding that the 10.1.3 release of the SOA Suite used to have. So what are the [...]
Categories: Companies
Agile software development, the principles. Principle 11: The best architectures, requirements, and designs emerge from self-organizing teams.
This is the eleventh of 12 posts about the principles of agile software development. Purpose is to go back to the start of the agile manifesto (http://agilemanifesto.org/principles.html) and discuss the implementation of the 12 principles in real life software engineering. Goals of agility are to go deliver software of higher quality, faster, with a higher [...]
Categories: Companies
Leveraging RESTful Services from Java applications using Jersey (Introduction)
While researching for the Oracle SOA Suite 11g Handbook, I wanted to take a quick look at REST(ful) WebServices and see how those can be integrated into the SCA based SOA Composite Applications that we create with the Oracle SOA Suite. Currently, it does not have the HTTP binding that the 10.1.3 release of the [...]
Categories: Companies
SOA Suite 11g – introducing Mediator Java Callouts for debug, audit and …
The Mediator component in SOA Suite 11g has a the option to specify a Java Callout, one for every WSDL operation. The Java Callout refers to a Java Class, either on the SOA Suite's classpath or deployed as part of the SOA Composite application. This class should implement interface oracle.tip.mediator.common.api.IJavaCallout and a convenient way of [...]
Categories: Companies