Andrej Koelewijn

  • Home
  • About
  • Departments
    • cloud
    • java
    • mobile
    • open standards
    • oracle
    • oss
    • other
    • soa
    • software development
    • tablet
    • Uncategorized
    • web
  • Subscribe via RSS

java

« Previous Entries

Getting started with Nexus maven repository manager

March 9th, 2010  |  by akoelewijn  |  published in java, oss, software development

Nexus is a maven repository manager. You can use Nexus to host your own maven repository for artifact created in your company, or for caching external artifacts.
Getting started with Nexus is pretty easy. Download the application. The package contains a webserver, so you don’t have to have a java container running. Simply unpack the [...]

JEE CDI tip: Target Unreachable, identifier resolved to null

March 5th, 2010  |  by akoelewijn  |  published in java

If you are just starting out with JEE CDI (Weld), it’s easy to forget the required beans.xml file. If you don’t include it, you may run into problems like this:

SEVERE: javax.el.PropertyNotFoundException: /index.xhtml @8,67 action="#{crm.ping}": Target Unreachable, identifier ‘crm’ resolved to null
javax.faces.el.EvaluationException: javax.el.PropertyNotFoundException: /index.xhtml @8,67 action="#{crm.ping}": Target Unreachable, identifier ‘crm’ resolved to null
at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:95)
at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
at javax.faces.component.UICommand.broadcast(UICommand.java:315)
…

The [...]

Absent Code attribute in method that is not native or abstract

March 4th, 2010  |  by akoelewijn  |  published in java, oss, soa

I ran into the following problem yesterday while building a rest service using resteasy: the code would compile ok, but the unit tests wouldn’t run. I got the following exception in the output of the unit tests:

java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/ws/rs/ext/RuntimeDelegate
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at [...]

Wicket and Mule on OC4J

November 4th, 2009  |  by akoelewijn  |  published in java, oracle, oss, soa

I did a small proof of concept yesterday: a wicket web application using embedded Mule to connect to some services. Problem is that it had to run on OC4J 10.1.3.4.0 with Java 5. Got it running pretty fast, some tips:

Oracle’s xml parser didn’t like some of Mule’s xsd files. You can solve this by [...]

Fixing missing Mule osgi dependencies when using maven

August 21st, 2009  |  by akoelewijn  |  published in java, soa

I created a normal mule project using the maven archetype, eg:

mvn mule-project-archetype:create -DgroupId=nl.iteye -DartifactId=mule-tests -DmuleVersion=2.2.1 -Dinteractive=false

Strangely, i got some missing dependencies on this project. The maven output shows me the following:

[INFO] Unable to find resource ‘org.safehaus.jug:jug:pom:2.0.0-osgi’ in repository central (http://central)
[INFO] Unable to find resource ‘org.apache.santuario:xmlsec:pom:1.4.0′ in repository central (http://central)
[INFO] Unable to find resource ‘javax.script:groovy-engine:pom:1.1-osgi’ in [...]

VMWare to compete with Google Apps Engine?

August 11th, 2009  |  by akoelewijn  |  published in cloud, java

VMWare just bought SpringSource. Looks to me like they are going to compete with Google Apps Engine: offer a java based cloud platform as a service.
This is probably good news for everybody who is using the free and open source versions of spring and grails. My thinking is that VMWare will use the free [...]

Howto: Grails, REST, Google App Engine and JQuery

June 26th, 2009  |  by akoelewijn  |  published in java, soa, web

Here’s a quick example how you can build a RESTfull Grails application and deploy it to Google App Engine. For this example you need Grails 1.1.1 and GAE SDK for Java version 1.2.1.
I’m going to create a small service which will return a wind forecast. The forecast data is hardcoded as this is just some [...]

Oracle best thing that could happen to JavaFX?

April 20th, 2009  |  by akoelewijn  |  published in java, oracle

Oracle is probably the biggest user of the java applet technology. Oracle Forms runs as an Applet in the browser. Now, Oracle Forms isn’t the hippest tool ever, people have been expecting it to die for a couple of years. But it’s still around. Mainly because Oracle still uses Forms in their Oracle E-Business Suite.
Recently, [...]

Oracle buying Sun: what does it mean for Open Source?

April 20th, 2009  |  by akoelewijn  |  published in java, oracle, oss

So Oracle just bought Sun. At first look it might seem like closed source versus open source. Most of Oracle’s well known products are closed source, whereas most of Sun’s products are open source. But that’s not the full story. Oracle is also involved in Open Source. It just takes a different approach.
There are a [...]

Google AppEngine to support Java

April 8th, 2009  |  by akoelewijn  |  published in java

Google just announced that their AppEngine will support Java. The good new: AppEngine is going to use a fairly regular JVM, with some functionality disabled like sockets and file writing. It should support other languages that compile to bytecode, like Scala or JRuby. No mention of Groovy, but i hope that’ll work soon too. Update: [...]

« Previous Entries

Tags

bi bpel camel cep css dsl esb esper google governance grails groovy gtalk html5 innovation internet ipad ivy java javascript jaxrs jersey jigsaw jquery linkeddata linux maven middleware mule noiv openoffice openweb oracle osgi oss plsql rdbms rest soa sql sun tablet web 2.0 xmpp yql

Archives

  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Recent Posts

  • Getting started with Nexus maven repository manager
  • JEE CDI tip: Target Unreachable, identifier resolved to null
  • Absent Code attribute in method that is not native or abstract
  • Prezi presentation software needs to add visual
  • So you think it’s the iPad that’s missing features?

Categories

  • cloud
  • java
  • mobile
  • open standards
  • oracle
  • oss
  • other
  • soa
  • software development
  • tablet
  • Uncategorized
  • web

Recent Comments

  • andrej on So you think it’s the iPad that’s missing features?
  • Dave on So you think it’s the iPad that’s missing features?
  • andrej on So you think it’s the iPad that’s missing features?
  • Fernando on So you think it’s the iPad that’s missing features?
  • andrej on So you think it’s the iPad that’s missing features?

RSS Friendfeed

  • F&S steken 140 uur per week in hun gezin (NRC, vr, 12-03-10) March 13, 2010
    andrej koelewijn F&S steken 140 uur per week in hun gezin (NRC, vr, 12-03-10) - http://www.foksuk.nl/nl... 4 hours ago from Google Reader - Comment - Like […]
    FriendFeed
  • Comic for March 13, 2010 March 13, 2010
    andrej koelewijn Comic for March 13, 2010 - http://dilbert.com/strips... 4 hours ago from Google Reader - Comment - Like […]
    FriendFeed
  • 3 jaar geleden was het nog een issue dat Rutte vrijgezel was, wedden dat niemand daar nu nog over zou zeuren. March 13, 2010
    andrej koelewijn 3 jaar geleden was het nog een issue dat Rutte vrijgezel was, wedden dat niemand daar nu nog over zou zeuren. 5 hours ago from Twitter - Comment - Like […]
    FriendFeed
  • Can Paremus Make OSGi Nimble? March 12, 2010
    andrej koelewijn Can Paremus Make OSGi Nimble? - http://www.redmonk.com/jgovern... 18 hours ago from Google Reader - Comment - Like […]
    FriendFeed
  • HumbleFinancial Graphs March 12, 2010
    andrej koelewijn HumbleFinancial Graphs - http://www.humblesoftware.com/finance... 18 hours ago from Google Reader - Comment - Like […]
    FriendFeed
  • Improving the Testability of Java EE With Arquillian; 1.0.0 Alpha 1 Released March 11, 2010
    andrej koelewijn Improving the Testability of Java EE With Arquillian; 1.0.0 Alpha 1 Released - http://feeds.dzone.com/~r... Thursday from Google Reader - Comment - Like […]
    FriendFeed
  • Nice set of svg demos: http://bit.ly/cLLECf No it's not flash: http://svg-wow.org/audio/animated-lyrics.svg Bring up to date browser March 11, 2010
    andrej koelewijn Nice set of svg demos: http://svg-wow.org/ No it's not flash: http://svg-wow.org/audio... Bring up to date browser Thursday from Twitter - Comment - Like […]
    FriendFeed
  • SVG Wow! March 11, 2010
    andrej koelewijn SVG Wow! - http://feedproxy.google.com/~r... Thursday from Google Reader - Comment - Like […]
    FriendFeed
  • Google’s Chief Economist: “Newspapers Have Never Made Much Money From News” March 10, 2010
    andrej koelewijn Google’s Chief Economist: “Newspapers Have Never Made Much Money From News” - http://techcrunch.com/2010... Wednesday from Google Reader - Comment - Like […]
    FriendFeed
  • Researching differences between Mule and Oracle OSB, any chance of reusing mule code in osb... March 10, 2010
    andrej koelewijn Researching differences between Mule and Oracle OSB, any chance of reusing mule code in osb... Wednesday from Twitter - Comment - Like […]
    FriendFeed


©2010 Andrej Koelewijn
Powered by WordPress using the Gridline Lite theme by Graph Paper Press.