Gaël Marziou

130
Reputation
44 views

Registered User

Name Gaël Marziou
Member for 7 months
Seen yesterday
Website
Location France
Age 44
Nov
7
comment Java Web Project referencing another Java project
JG wants to use classes from his applications which may be a simple execuatble jar, I'm not sure using remote service beans would help. I guess his solution is correct.
Nov
7
awarded  Critic
Nov
5
answered Functional Data Structures in Java
Nov
5
answered What do you monitor with JMX in your production JEE server?
Oct
27
answered What is this syntax in Java? I do not recognize it.
Oct
24
answered Ways to fill a list in Java
Oct
15
answered Java: clone() and equality checks
Sep
23
awarded  Scholar
Sep
23
comment What is HHOJSID URI path parameter used for?
It makes sense, I did not notice that it appeared only on HP sites. Thanks
Sep
23
asked What is HHOJSID URI path parameter used for?
Sep
9
answered Question about Scope of Static Class Variables in Java
Aug
21
answered Injecting EntityManager Vs. EntityManagerFactory
Jul
29
answered How can I easily mock out a static method in Java (jUnit4)
Jul
27
comment Subversion set up to use Windows Authentication but still asking for user / pass
can you give details about how you configure SVN Apache?
Jul
24
comment Spring beans redefinition in unit test environment
Thanks for this answer, I applied it with success. One thing to note is that this way of doing is very flexible because you can use several context:component-scan tags (e.g. one per module or per package). Also, it may help to set 'use-default-filters="false".
Jul
22
comment Page Expiration in Java(Wicket)
Have you thought to make your page stateless?
Jul
22
answered Unit Testing: Logging and Dependency Injection
Jul
21
comment Dark colorscheme for eclipse?
Thanks, I added a few words on how to export.
Jul
19
comment AspectJ vs. toString()
Maybe you should try to weave Object.toString()
Jul
18
awarded  Supporter
Jul
15
awarded  Editor
Jul
15
revised Spring roo Vs (Wicket and Spring)
Fixed syntax
Jul
15
comment which is the best jquery rich editor?
Are you asking for an editor to embed in your web pages or for an editor to run on your desktop?
Jul
15
answered Spring roo Vs (Wicket and Spring)
Jul
13
comment .NET for freelance projects?
On Windows, you can only download 2.1 preview version of MonoDevelop. When I did it, it broke my web application under Visual Studio: the server was no longer able to load my classes! Uninstalling it solved the problem. So for web development on Windows I think it's better to stick with Visual Web Developer 2008 SP1 Express.
Jul
13
answered Automatic update of keyword in Word document
Jul
12
answered Is there a standalone Java library which provides LDAP style parsing?
Jul
12
answered Unit testing DAO, am I doing it right?
Jul
12
answered How can I configure Spring to save as much memory as possible?
Jul
3
answered Spring JPA Exception Translation
Jul
3
answered good example of Javadoc