EclipseSource Blogs
Lesen Sie die neusten Blogposts
Evolving Android design
With the release of Android 4.0 (Ice Cream Sandwich) the new Android design language “holo” has been introduced. The following list highlights a few resources that either showcase great holo styled …
How will you run your RAP application in 2013?
In late 2010 we asked “How do you run your RAP application today ? (2010)”. In those days most installations were WAR deployments (>50%) running in a plain Tomcat/Jetty container or an application …
Finding the right OSGi services using the objectclass property
Recently I wanted to use the good old ServiceTracker to get access to OSGi services registered under a specific interface and matching a given filter. I was surprised to discover that there is no …
Consuming REST services in OSGi the cool way
I recently introduced you to the JAX-RS Consumer. If you’ve read that post you might remember that I promised to write about the OSGi integration of the consumer. This is the topic of this short post. …
Consuming REST services in Java the cool way
When creating a REST API with Java you probably go with JAX-RS . It’s a nice and well thought-out standard. Having the services encapsulated as plain Java objects with some annotations feels good to …
RAP becomes the Remote Application Platform
RAP is approaching its second major release in its 6 year history, and major releases should be accompanied by major new functionality - at least this is our take on versioning. With RAP 2.0 we are …