totalprogUS
Blog about JAVA and world of programmation : useful tips, news, tutorial ...
Wednesday, June 19, 2013
French article about IntelliJ
I publish a french article about IntelliJ on developpez.com :
http://damienrieu.developpez.com/tutoriel/java/nouveautes-intellij-12/
I will try to translate it sooner.
Saturday, June 8, 2013
Grails instead of Play 1.X ?
Play 1.X becomes old. So, which web framework can I use ?
Play 2 with Scala or Grails. I deciced to learn Grails because it has similarity with Play 1.X.It seems to me Mature and I prefer Groovy syntax.
Here is a good link to learn Grails with Mysql database : http://learnedstuffs.wordpress.com/2012/02/21/using-mysql-as-database-in-grails/
Monday, June 3, 2013
A good link to learn Git
I found a good link on the blog of my friend : Blog de Keulkeul - Eclipse / OSGi / Java / NoSQL: Liens pratiques de la semaine
It's a link to learn Git interactively : http://pcottle.github.io/learnGitBranching/
It's a link to learn Git interactively : http://pcottle.github.io/learnGitBranching/
Thursday, May 9, 2013
Maven and Java 7 : Fatal error compiling: invalid target release: 1.7
Problem
On a Maven Project I change Java version (1.6 to 1.7) in my pom.xml file and I have the following error :
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project MetricViewer: Fatal error compiling: invalid target release: 1.7 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Solution
You have probably Java 1.6 in your classpath.
Do the following to check it :
mvn clean install --debug
1 Apache Maven 3.0.3 (r1075438; 2011-02-28 11:31:09-0600)
2 Maven home: /usr/share/maven
3 Java version: 1.6.0_35, vendor: Apple Inc.
4 Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
I found this solution at http://stackoverflow.com/
Wednesday, May 1, 2013
http://java.dzone.com/articles/java-ee-7-approved
If you want to see which JSR will be in Java 7, see that link : http://java.dzone.com/articles/java-ee-7-approved
Saturday, April 27, 2013
CRaSH 1.2.2 release
New version of CRaSH is available.
This version make minor improvement. More informations on https://groups.google.com/forum/?fromgroups=#!topic/crash-users/p06x34J_Uy8
You should see also http://www.crashub.org/
This version make minor improvement. More informations on https://groups.google.com/forum/?fromgroups=#!topic/crash-users/p06x34J_Uy8
You should see also http://www.crashub.org/
Saturday, March 30, 2013
InvokeDynamic
At Devoxx, I saw a great presentation of Charles Nutter about InvokeDynamic.
Here is a full article :http://blog.headius.com/2008/09/first-taste-of-invokedynamic.html
You could also see slides :http://fr.slideshare.net/CharlesNutter/invokedynamic-in-45-minutes
Here is a full article :http://blog.headius.com/2008/09/first-taste-of-invokedynamic.html
You could also see slides :http://fr.slideshare.net/CharlesNutter/invokedynamic-in-45-minutes
Subscribe to:
Posts (Atom)