Badge
| Good Answer | Answer score of 25 or more. This badge can be awarded multiple times. |
Pascal Thivent earned this badge 115 times |
may 14 at 20:48
Maven check for updated dependencies in repository
may 14 at 14:52
Comparing Java enum members: == or equals()?
may 7 at 20:14
Maven: Packaging dependencies alongside project JAR?
apr 24 at 3:49
EJB's - when to use Remote and/or local interfaces?
apr 23 at 11:47
Which framework is better CXF or Spring-WS?
apr 22 at 19:37
Geting the IP Address Of A client For a webservice
apr 9 at 18:47
When to use a Constructor and when to use getInstance() method (static factory methods)?
apr 9 at 13:37
Calculated property with JPA / Hibernate
mar 27 at 23:21
Atomikos vs JOTM vs Bitronix vs?
mar 21 at 23:52
JPA thinks I'm deleting a detached object
mar 21 at 15:16
How do I execute a program using Maven?
mar 18 at 23:13
what is web.xml file and what all things can I do with it?
mar 15 at 16:40
How to map a composite key with Hibernate?
mar 6 at 7:11
A concise, clear list of what is new in JPA2?
mar 5 at 21:35
Maven archetype for simple Servlet application
feb 28 at 20:06
How to get parameters from the URL with JSP
feb 27 at 20:59
Hibernate and question nobody asks
feb 25 at 13:52
JPA Criteria Tutorial
feb 22 at 15:36
Do I need <class> elements in persistence.xml?
feb 13 at 18:31
Framework vs. Toolkit vs. Library
feb 13 at 17:51
What causes a new Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?
feb 10 at 19:56
JPA, Mysql Blob returns data too long
feb 8 at 14:10
JPA - FindByExample
feb 7 at 1:18
java.lang.OutOfMemoryError: Java heap space in Maven
jan 25 at 11:15
How do I measure time elapsed in Java?
jan 24 at 8:34
Eclipse shortcut for commenting jsp, xml code
jan 16 at 15:26
Help me create a jTDS connection string
jan 16 at 1:06
maven-archetype-webapp eclipse problem
jan 11 at 18:50
TextMate alternative for Linux
jan 8 at 19:52
java.net maven repo - JMS artifact missing
jan 8 at 11:37
Integrate Protocol Buffers into Maven2 build
jan 5 at 22:30
Closing Database Connections in Java
dec 28 at 14:28
Can you write any algorithm without an if statement?
dec 4 at 23:33
Maven test dependency in multi module project
nov 26 at 15:05
Why is commons-logging believed to be unpopular?
nov 23 at 14:38
Java JUnit: The method X is ambiguous for type Y
nov 16 at 4:43
What to use? MVC, MVP or MVVM or…?
nov 14 at 0:18
How to run test methods in spec order in JUnit4?
nov 12 at 0:41
Storing a Map<String,String> using JPA
nov 2 at 19:07
Why does JPA have a @Transient annotation?
oct 29 at 9:25
How to generate JPA 2.0 metamodel?
oct 21 at 11:19
Inject a EJB into JAX-RS (RESTfull service)
oct 17 at 4:43
mvn clean install vs. deploy vs. release
oct 16 at 3:42
Tools for Generating Mock Data?
sep 28 at 7:52
Print query string in hibernate with parameter values
sep 25 at 15:17
Is it possible to create an “uber” jar containing the project classes and the project dependencies as jars with a custom manifest file?
sep 25 at 2:12
What is 'PermSize' in Java?
sep 21 at 20:56
telling java to accept self-signed ssl certificate
sep 19 at 20:01
Stateless and Stateful Enterprise Java Beans