EclipseSource Blogs
Lesen Sie die neusten Blogposts
e4 on RAP - Update for Luna M7
Update to Luna M7 We’ve updated the codebase to the upstream Luna M7 bits - remember from the initial post - we had to fork some of the upstream bundles because they contained code we cannot support …
Ensure Class Library Compatibility in a Maven Build
When you build jars that are supposed to work with a specific JRE version, it’s not sufficient to set the correct compiler level. Even if the compiler creates byte code for a particular language …
Programming the Pi with Eclipse and Java
Raspberry Pi is a trademark of the Raspberry Pi Foundation In this tutorial we will show how you can program a Raspberry Pi using Eclipse and Java. We will wire a simple circuit and control it using …
Tabris 1.4 Preview: Markup to Style Text
As we are working towards our next Tabris release 1.4 in June, we decided to post regular feature previews. This one is about the upcoming feature we call “markup support”. Markup support is available …
How to write UI tests for RAP with Selenium 2.0
We’re occasionally asked how RAP supports UI tests. And while we were aware that there are developers creating UI tests for RAP, we never gathered much experience ourselves. However, in recent months …
Combining Different Java Versions
Java8 was released in mid-March and the Java 7 End Of Life plan has already been announced. In a perfect world we would all be pushing forward with Java 8, but in reality, other requirements often get …