Archive for the 'java' Category

GWT + Extjs + Eclipse + Cypal = Error

For anyone following the tutorial found here, and getting this handy error:
[ERROR] Failure to load module ‘foo.bar.Bar’
java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.compiler.CompilationResult.getErrors()[Lorg/
eclipse/jdt/core/compiler/IProblem;
I get this error whenever I add the nocache.js to the html page.
I have a solution.  Go in to your project properties and remove unused libraries (especially any that refer to Tomcat). Project -> Properties -> Java Build Path […]

Read More..>>

Memcached vs. Ehcache (for Java)

First, lets look at simplicity to get up and running.  I’ll assume you already have a java environment up and running using an IDE or text editor of your choice (eclipse plus viPlugin ftw) because you are a java developer and you need that.  I’m also assuming you are starting out wanting to test both […]

Read More..>>