<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.netapsys.fr/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Netapsys Blog - Tag - netapsys  - Commentaires</title>
  <link>http://blog.netapsys.fr/index.php/</link>
  <atom:link href="http://blog.netapsys.fr/index.php/feed/tag/netapsys/rss2/comments" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Wed, 08 Feb 2012 21:50:52 +0100</pubDate>
  <copyright>Netapsys 2008 - 2011</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>Tests JUnit4 combiné avec Spring et Spring MVC en mode transactionnel - intercrew watch</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/01/08/Tests-Unitaires-et-dintegration-avec-Junit4-et-Spring-MVC-en-mode-transactionnel#c7603</link>
    <guid isPermaLink="false">urn:md5:1bea755f63d47339dec0effc764ef119</guid>
    <pubDate>Mon, 13 Jun 2011 11:02:13 +0200</pubDate>
    <dc:creator>intercrew watch</dc:creator>
    
    <description>&lt;p&gt;Ensuite je suis étonné d'avoir dans MyService une référence à DAOImpl plutôt qu'à IDao. Pourquoi dépendre d'une implémentation ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Tests JUnit4 combiné avec Spring et Spring MVC en mode transactionnel - brendig</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/01/08/Tests-Unitaires-et-dintegration-avec-Junit4-et-Spring-MVC-en-mode-transactionnel#c7303</link>
    <guid isPermaLink="false">urn:md5:fa6a9d6f845829c4feca2de67778fc85</guid>
    <pubDate>Mon, 20 Dec 2010 17:09:26 +0100</pubDate>
    <dc:creator>brendig</dc:creator>
    
    <description>&lt;p&gt;J'avais fait le tutoriel &lt;a href=&quot;http://blog.netapsys.fr/index.php/post/2008/04/13/Introduction-A-Spring-MVC&quot; title=&quot;http://blog.netapsys.fr/index.php/post/2008/04/13/Introduction-A-Spring-MVC&quot; rel=&quot;nofollow&quot;&gt;http://blog.netapsys.fr/index.php/p...&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;J'avais hate d'essayer cet article que je considère comme la suite.&lt;/p&gt;


&lt;p&gt;J'ai été déçu :&lt;br /&gt;
L'article n'est pas construit de façon itérative. Si on copie-colle la premier classe elle ne compile même pas à cause de toutes les dépendences.&lt;/p&gt;


&lt;p&gt;Ensuite je suis étonné d'avoir dans MyService  une référence à DAOImpl plutôt qu'à IDao. Pourquoi dépendre d'une implémentation ?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Tests JUnit4 combiné avec Spring et Spring MVC en mode transactionnel - aucun</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/01/08/Tests-Unitaires-et-dintegration-avec-Junit4-et-Spring-MVC-en-mode-transactionnel#c144</link>
    <guid isPermaLink="false">urn:md5:49de34cfdd16e2ee52ce34b485966c83</guid>
    <pubDate>Sat, 21 Nov 2009 15:56:14 +0100</pubDate>
    <dc:creator>aucun</dc:creator>
    
    <description>&lt;p&gt;l'erreur vient de la version de JUnit il faut la 4.4 pas la 4.5 car la classe Assume$AssumptionViolatedException n'existe pas dans la version 4.5, et d'autre erreurs sont apparues par la suite.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Tests JUnit4 combiné avec Spring et Spring MVC en mode transactionnel - aucun</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/01/08/Tests-Unitaires-et-dintegration-avec-Junit4-et-Spring-MVC-en-mode-transactionnel#c143</link>
    <guid isPermaLink="false">urn:md5:04ba0564d4ccb366aa8ff14b7f6938c3</guid>
    <pubDate>Sat, 21 Nov 2009 14:31:34 +0100</pubDate>
    <dc:creator>aucun</dc:creator>
    
    <description>&lt;p&gt;je suis débutant en spring j'ai donc suivi le tuto du bout en bout qui est bien fait, puis j'ai fait un copier coller de votre projet dans le répertoire créé pour cet effet au moment de la compile j'ai une erreur que voici :&lt;/p&gt;



&lt;p&gt;org.apache.maven.surefire.booter.SurefireExecutionException: org/junit/Assume$AssumptionViolatedException; nested exception is java.lang.NoClassDefFoundError: org/junit/Assume$AssumptionViolatedException&lt;br /&gt;
java.lang.NoClassDefFoundError: org/junit/Assume$AssumptionViolatedException&lt;br /&gt;
at org.springframework.test.context.junit4.SpringMethodRoadie.runTestMethod(SpringMethodRoadie.java:240)&lt;br /&gt;
at org.springframework.test.context.junit4.SpringMethodRoadie$RunBeforesThenTestThenAfters.run(SpringMethodRoadie.java:333)&lt;br /&gt;
at org.springframework.test.context.junit4.SpringMethodRoadie.runWithRepetitions(SpringMethodRoadie.java:217)&lt;br /&gt;
at org.springframework.test.context.junit4.SpringMethodRoadie.runTest(SpringMethodRoadie.java:197)&lt;br /&gt;
at org.springframework.test.context.junit4.SpringMethodRoadie.run(SpringMethodRoadie.java:143)&lt;br /&gt;
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.invokeTestMethod(SpringJUnit4ClassRunner.java:142)&lt;br /&gt;
at org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:59)&lt;br /&gt;
at org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:52)&lt;br /&gt;
at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:34)&lt;br /&gt;
at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:44)&lt;br /&gt;
at org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:50)&lt;br /&gt;
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)&lt;br /&gt;
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)&lt;br /&gt;
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)&lt;br /&gt;
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;br /&gt;
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;br /&gt;
at java.lang.reflect.Method.invoke(Method.java:597)&lt;br /&gt;
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)&lt;br /&gt;
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)&lt;br /&gt;
Caused by: java.lang.ClassNotFoundException: org.junit.Assume$AssumptionViolatedException&lt;br /&gt;
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)&lt;br /&gt;
at java.security.AccessController.doPrivileged(Native Method)&lt;br /&gt;
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)&lt;br /&gt;
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)&lt;br /&gt;
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)&lt;br /&gt;
... 21 more&lt;br /&gt;
14:23:06,515 INFO  (AbstractApplicationContext.java:816) Closing org.springframework.context.support.GenericApplicationContext@152c4d9: display name [org.springframework.context.support.GenericApplicationContext@152c4d9]; startup date [Sat Nov 21 14:23:05 CET 2009]; root of context hierarchy&lt;br /&gt;
14:23:06,515 INFO  (DefaultSingletonBeanRegistry.java:399) Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@adb1d4: defining beans [clientControllerSpring,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,daoImpl,myService,dataSource,transactionManager]; root of factory hierarchy&lt;br /&gt;
[ERROR]&lt;/p&gt;


&lt;p&gt;Mojo:&lt;/p&gt;


&lt;p&gt;org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test&lt;/p&gt;


&lt;p&gt;FAILED for project:&lt;/p&gt;


&lt;p&gt;com.netapsys.springmvc:spring-mvc-webapp:war:1.0-SNAPSHOT&lt;/p&gt;


&lt;p&gt;Reason:&lt;/p&gt;


&lt;p&gt;There are test failures.&lt;/p&gt;


&lt;p&gt;Please refer to C:\ECLIPSE_3.5\JUnitSpringSpringMVC_ModeTrasactionel\spring-mvc-webapp\target\surefire-reports for the individual test results.&lt;/p&gt;





&lt;p&gt;[INFO] ------------------------------------------------------------------------&lt;br /&gt;
[INFO] For more information, run with the -e flag&lt;br /&gt;
[INFO] ------------------------------------------------------------------------&lt;br /&gt;
[INFO] BUILD FAILED&lt;br /&gt;
[INFO] ------------------------------------------------------------------------&lt;br /&gt;
[INFO] Total time: 6 seconds&lt;br /&gt;
[INFO] Finished at: Sat Nov 21 14:23:06 CET 2009&lt;br /&gt;
[INFO] Final Memory: 10M/24M&lt;br /&gt;
[INFO] ------------------------------------------------------------------------&lt;/p&gt;


&lt;p&gt;Cordialement merzouk.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Premier retour après un premier mois chez Netapsys - Abderrazek</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/10/18/Premier-retour-apres-un-premier-mois-chez-Netapsys#c117</link>
    <guid isPermaLink="false">urn:md5:081ed79a0e1354ab7b17a740f9d07768</guid>
    <pubDate>Thu, 22 Oct 2009 14:27:24 +0200</pubDate>
    <dc:creator>Abderrazek</dc:creator>
    
    <description>&lt;p&gt;Bienvenu à toi à Netapsys et merci pour ton post. C'est intéressant de lire ton retour.&lt;br /&gt;
Et je vous rejoins (Denis et toi) sur le point: Comment peut-on faire un développement (sain) et faciliter la maintenance sans apprendre l'essentiel de ces design patterns?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Netapsys a 5 ans ! - Yoann Hébert</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/05/29/Netapsys-a-5-ans#c92</link>
    <guid isPermaLink="false">urn:md5:169e811ddc779ef5826ec7e72f5f5f59</guid>
    <pubDate>Sat, 30 May 2009 12:28:30 +0200</pubDate>
    <dc:creator>Yoann Hébert</dc:creator>
    
    <description>&lt;p&gt;Excellente soirée !&lt;br /&gt;
Merci à tous pour votre bonne humeur et merci à Bénédicte et Marine pour l'organisation.&lt;/p&gt;


&lt;p&gt;Une chance qu'il n'y ait pas de photo de la seconde partie de la nuit au pub... ;-)&lt;/p&gt;


&lt;p&gt;Yoann&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Netapsys a 5 ans ! - Vincent Durand</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/05/29/Netapsys-a-5-ans#c91</link>
    <guid isPermaLink="false">urn:md5:2beb14fd01c21920345e0e057866c0b9</guid>
    <pubDate>Fri, 29 May 2009 17:21:32 +0200</pubDate>
    <dc:creator>Vincent Durand</dc:creator>
    
    <description>&lt;p&gt;Excellente soirée !!&lt;/p&gt;


&lt;p&gt;Merci à Marine et Bénédicte pour l'idée originale et l'organisation.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Netapsys a 5 ans ! - Denis Sanchez</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/05/29/Netapsys-a-5-ans#c90</link>
    <guid isPermaLink="false">urn:md5:cb46d9a0be4acc34a8aed33302b9e22a</guid>
    <pubDate>Fri, 29 May 2009 16:16:37 +0200</pubDate>
    <dc:creator>Denis Sanchez</dc:creator>
    
    <description>&lt;p&gt;Merci, pour cet anniversaire. La surprise était au rendez vous, et le repas fut délicieux.&lt;br /&gt;
j'ai passé une très bonne soirée, et la fin au Pub fut tout aussi terrible ;-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Netapsys a 5 ans ! - Alexis</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/05/29/Netapsys-a-5-ans#c89</link>
    <guid isPermaLink="false">urn:md5:614cf7ec38fdfce82a56fec524a6c781</guid>
    <pubDate>Fri, 29 May 2009 16:01:53 +0200</pubDate>
    <dc:creator>Alexis</dc:creator>
    
    <description>&lt;p&gt;Une surprise jusqu'au dernier moment, mais ça en valait la peine. :)&lt;/p&gt;


&lt;p&gt;Vraiment une super soirée, j'ai passé un très bon moment !&lt;/p&gt;


&lt;p&gt;Merci Bénédicte !!&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>La nouvelle version du site www.netapsys.fr est en ligne ! - Yoann Hébert</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/03/13/La-nouvelle-version-du-site-wwwnetapsysfr-est-en-ligne#c78</link>
    <guid isPermaLink="false">urn:md5:b291606af25b92185b3ba6e3873e5ad4</guid>
    <pubDate>Sat, 14 Mar 2009 00:26:26 +0100</pubDate>
    <dc:creator>Yoann Hébert</dc:creator>
    
    <description>&lt;p&gt;Bravo à vous deux. Pour une fois, les cordonniers ne sont pas les plus mal chaussés ! ;-)&lt;br /&gt;
Et le nouveau site démarre fort : deux jours seulement après la mise en production, déjà pas mal de candidatures intéressantes dans l'espace recrutement et un contact bien avancé avec un nouveau prospect !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>La nouvelle version du site www.netapsys.fr est en ligne ! - Denis Sanchez</title>
    <link>http://blog.netapsys.fr/index.php/post/2009/03/13/La-nouvelle-version-du-site-wwwnetapsysfr-est-en-ligne#c77</link>
    <guid isPermaLink="false">urn:md5:87d2b7598160a6d97c7d2f2dc8cc49a6</guid>
    <pubDate>Fri, 13 Mar 2009 17:07:28 +0100</pubDate>
    <dc:creator>Denis Sanchez</dc:creator>
    
    <description>&lt;p&gt;Merci Bénédicte pour ta collaboration. ;-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Séminaire Netapsys, un concept innovant de piraterie informatique… - Jérémy Goupil</title>
    <link>http://blog.netapsys.fr/index.php/post/2008/09/26/Seminaire-Netapsys-un-concept-innovant-de-piraterie-informatique#c57</link>
    <guid isPermaLink="false">urn:md5:0ee1c88d7530257f17707b1031a177a9</guid>
    <pubDate>Tue, 07 Oct 2008 22:44:59 +0200</pubDate>
    <dc:creator>Jérémy Goupil</dc:creator>
    
    <description>&lt;p&gt;Oui, merci infiniment pour le choix des photos ...&lt;/p&gt;


&lt;p&gt;Que de souvenirs !&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Séminaire Netapsys, un concept innovant de piraterie informatique… - développeur</title>
    <link>http://blog.netapsys.fr/index.php/post/2008/09/26/Seminaire-Netapsys-un-concept-innovant-de-piraterie-informatique#c56</link>
    <guid isPermaLink="false">urn:md5:63526c84b904cc1668589ba6318a464e</guid>
    <pubDate>Wed, 01 Oct 2008 18:23:16 +0200</pubDate>
    <dc:creator>développeur</dc:creator>
    
    <description>&lt;p&gt;Impressionnant l'&quot;effet papillon&quot; à la table de poker...&lt;br /&gt;
Faudra sans doute revoir les algorithmes, il doit y avoir un bug... lol&lt;br /&gt;
Bravo !&lt;br /&gt;
;)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Séminaire Netapsys, un concept innovant de piraterie informatique… - Yoann Hébert</title>
    <link>http://blog.netapsys.fr/index.php/post/2008/09/26/Seminaire-Netapsys-un-concept-innovant-de-piraterie-informatique#c54</link>
    <guid isPermaLink="false">urn:md5:36232c48792214819e10020e160c4cf2</guid>
    <pubDate>Fri, 26 Sep 2008 22:08:13 +0200</pubDate>
    <dc:creator>Yoann Hébert</dc:creator>
    
    <description>&lt;p&gt;Je ne crois pas m'avancer beaucoup en te remerciant, au nom de l'équipe, de ne pas avoir sélectionné les photos les plus compromettantes ! ;-)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Karting : championnat Netapsys / INDOM à Magny-cours - Pierre Berecz</title>
    <link>http://blog.netapsys.fr/index.php/post/2008/04/22/Karting-%3A-championnat-Netapsys-/-INDOM-a-Magny-cours#c24</link>
    <guid isPermaLink="false">urn:md5:4d8613555ff8eda671ebda11b96bc428</guid>
    <pubDate>Fri, 13 Jun 2008 16:58:54 +0200</pubDate>
    <dc:creator>Pierre Berecz</dc:creator>
    
    <description>&lt;p&gt;Heureusement qu'il y avait un berecz dans l'équipe de Netapsys :-)&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>
