Aino Andriessen

Aino Andriessen

Aino Andriessen is a consultant on Enterprise Java, ADF, PL/SQL, XML, and SOA development and is Expertise Lead on Application Lifecycle Management (ALM). He has a strong interest in ADF, SOA, Maven, architecture, quality management, delivery and application lifecycle management. Aino publishes on the AMIS technology blog and has been a presenter at the ODTUG Kaleidoscope, Oracle Open World and UKOUG TechEbs.

Homepage: http://www.amis.nl


Posts by Aino Andriessen

ADF table filtering on MySQL is failing

24/10/2011 - 2:52 pm

Posted in ADF & JHeadstart, Tools | No comments

Table filtering, aka Query by example, is a great feature of ADF tables. This feature provides filterboxes on top of a column(es).

and filters the data based on the values in the filterbox:

This works like a charm on an Oracle database, but when you use MySQL the filtering doesn’t work and actually doesn’t retrieve any data [...]

The year of the ADF developer @ Oracle Open World

18/10/2011 - 8:19 am

Posted in ADF & JHeadstart, Java, Mobile, Oracle | No comments

Open World made it clear: 2011 is the year of the ADF developer. Not only were there a lot of sessions about ADF, but also because ADF screens could be found in many sessions like the ones on the new Enterprise Manager 12c and on Oracle Fusion Applications. Not only were the number of sessions [...]

Weblogic deployment using the Oracle weblogic maven plugin

26/1/2011 - 10:05 pm

Tags: , , ,
Posted in Java, JEE, OAS and WebLogic Server, Tools | No comments

With the PS3 release of the SOA Suite a new version, 10.3.4, of Weblogic has been released. Amongst others, this release also includes a new Weblogic Maven plugin (weblogic-maven-plugin) that allows interaction with Weblogic from within a Maven environment. As far as I know, this plugin is the successor of the Codehaus Weblogic plugin. That [...]

Oracle Diagnostics Logging (ODL) for application development

12/1/2011 - 9:33 pm

Tags: , , , ,
Posted in J(2)EE/Java, Java, Software Engineering, Technical Architecture, Tools, Web/Java | 1 comment

Logging is a very important aspect of application development as it offers run-time access to the behaviour and data of the application. It’s important for debugging purposes but also to investigate exception situations on production. The Java developer has a choice between logging frameworks but Log4J is probably the most used one. The usage is [...]

UKOUG Tech – EBS report

19/12/2010 - 10:54 pm

Tags:
Posted in ADF & JHeadstart, Devel. + PL/SQL tools, Oracle, Software Development, Tools | No comments

Just as ODTUG Kaleidoscope and Oracle Open World, the UKOUG Tech-EBS is a great Oracle oriented conference. It’s held in Birmingham but the speakers and participants come from all over Europe and also from America. It covers much of Oracle’s product portfolio including Fusion Middleware development, the e-Business Suite, Server Technology, APEX and much more [...]

S313467 – The ADF Build Process Using Maven and Hudson

22/9/2010 - 11:23 pm

Tags: , ,
Posted in ADF & JHeadstart | 3 comments

This is a shameless plug for my presentation tomorrow, Thursday 23, at Oracle Open World:
Can you build, test, and deploy your application within a minute? Do you have a fresh deployment when you arrive in the office? Are you being notified when the build fails? Can anyone in the team build and deploy the application? [...]

Update of TortoiseSVN must be done twice.

2/9/2010 - 11:06 am

Tags: , ,
Posted in Software Development, Tools | No comments

The installer of version 1.6.10 (and 1.6.8) of TortoiseSVN has a bug that leads to an incomplete update. You must run the installer a second time and choose the second time the ‘Repair’ option for a proper upgrade. One of the symptoms of an incomplete installation is an exception when trying to compare office files [...]

Change the JDeveloper system directory

29/8/2010 - 4:51 pm

Tags: , , , , ,
Posted in ADF & JHeadstart, J(2)EE/Java, Tools | No comments

De system directory is where JDeveloper stores the user specific settings, configurations and also (for 11g) the default domain of the embedded weblogic server. It uses the JDEV_USER_HOME environment variable to dettermine the location. If it’s not set is uses a default directory, for 11g on windows XP that’s <user dir>\Application Data\JDeveloper\systemXXX (XXX stands for [...]

Installing a subversion server

27/8/2010 - 3:55 pm

Tags: , , ,
Posted in General, Software Development, Tools | No comments

Source control is off course an essential part of the development process and Subversion is an excellent system for that purpose. In the past, installation of subversion was a bit complicated because it involved several steps, an Apache webserver and not-so-accessible user management and repository configuration. However, nowadays installation and management can’t be easier, on [...]

Manage JDeveloper external libraries

26/8/2010 - 8:58 am

Tags: , , ,
Posted in Java, Tools | No comments

Although JDeveloper provides loads of libraries out-of-the-box, you often need other libraries in your application. You can easily add these libraries via the project properties. This provides two options: ‘Add Library’ and ‘Add Jar / Directory’. We normally us the Add Library option because it allows to include the JavaDoc and the source code. However [...]