If you want to throw an exception without using try, catch, see that link :
http://www.dzone.com/links/r/throw_checked_exceptions_like_runtime_exceptions.html
Strange !
Saturday, September 29, 2012
Exception without sans try catch ou throws
Thursday, September 27, 2012
Spring 3.1.1 and ehcache demo application
I've just commit a new version of demo application on GitHub
This application works on with JBoss 7.It uses Spring and Ehcache.
One important thing is that you could use Crash (a shell to extend the JVM) with it.
I will made a more complete article about Crash.See http://julienviet.com/crash/ for more information.
All source code is available at https://github.com/drieu/sandbox
Spring cache tutorial
Annotation about cache on Spring are properly explained at http://www.dzone.com/links/r/spring_31_caching_and_cacheevict.html
Wednesday, September 26, 2012
Fuzz Box: How to generate UML Diagrams from Java code in Ecl...
Fuzz Box: How to generate UML Diagrams from Java code in Ecl...: UML diagrams compliment inline documentation ( javadoc ) and allow to better explore / understand a design. Moreover, you can print and bri...
Sunday, September 23, 2012
Javadoc search engine
If you search a javadoc search engine :http://javasearch.developpez.com/ and click en
Comment : there is not the javadocs for Java 7.
Why the site javasearch.developpez.com ?
Like any Java programmer, I regularly need the documentation.The javadoc is well made and rather clear. On the other hand, there is not any simple search engine making it possible to easily find the required classes or methods. Wearied to use the “CTRL+F” of my explorer to find the good word in the list of the 2700 classes, I decided to index the totality of the Java documentation (more than 200 Mo of HTML files !) to create a fast and simple search engine.
Comment : there is not the javadocs for Java 7.
Saturday, September 22, 2012
You want learn Groovy ?
If you want to learn Groovy without buying anything and with alittle fun, you should see
that link : http://groovykoans.org/
In fact, you will download a Koans which contains exercises.
You ave to success unit tests to solve the problem.In each test method,
there are explanations about how to succeed.
For myself, I know a little Groovy.I want to learn more but there is always something to do ...
So with theses exercices, you just have to do your exercise.So it's more simple and it permit
to show you all language features ...
So ... I have exercises todo !
Friday, September 21, 2012
Spring tutorial series
If you're interest by Spring, you should see that link :
http://www.javacodegeeks.com/2012/09/introduction-to-spring-tutorial-series.html
Subscribe to:
Posts (Atom)