Nicolas Richeton's blog

Me

Engagement Manager x Architect x SAFe Program Consultant @Capgemini
Owner @Nicolas Richeton Consulting
GitHub repositories: nricheton

AboutLean-Agile and SAFeNRC TimerEsigate🏷️ All tags
  • Set Jetty buffer size (Maven)

    Working with large cookies and jetty, you may have faced this error : 2010-03-11 18:18:31.275:WARN::HttpException(413,FULL head,null) (...)

  • Java Stateless Session Filter released on sourceforge

    I just finished publishing on sourceforge a simple filter named Java Stateless Session Filter which let you change the way your application use HTTP session without refactoring the code, or share user session between webapps while using the standard session API. (...)

  • Nebula project news

    Nebula is a rather active Eclipse project even if it is maintained mostly by individuals (see Nebula statistics on Ohloh). It can also be very silent :-) . If you’re not following the cvs commit log, the dev mailing list or open bugs, it can be hard to notice what is going on. (...)

  • Unicode : the reason you need ICU for Java

    There are several ways to code accented characters in Unicode. At first, it seems to be only technical details. Most Java developers use Strings without taking much care of how it is stored internaly. Convertion problems happen sometimes but can be easily fixed in most cases. But things are more complicated here. Java Strings can use the two forms and both are valid : Eclipse debugger displays the same value for each one. (...)

  • Eclipse Now You Can 2007

    I’m back from Eclipse Now You Can 2007 which took place in Paris, last Friday (october 12th). This is a short summary of the day. (...)

  • SWT, LWJGL, MacOS : The Depth Buffer problem in OpenGL

    The Open GL viewer in Sharemedia never worked correctly on Mac, because the opengl depth test was failing : objects were drawn according to the order I created them (the latest ones over the oldest ones) whereas they should have been drawn according to their position in the scene. (the closest one over the farest ones). (...)

  • ShareMedia 0.1.31 released

    After several months without any release, here is the current developper version: News: Better management of files, Basic support for video, OpenGL viewer, Improved gallery Widget (...)

← Previous Page 2/3 Next →