
pascaldimassimo.wordpress.com
A programmer's blog | The blog of Pascal DimassimoThe blog of Pascal Dimassimo
http://pascaldimassimo.wordpress.com/
The blog of Pascal Dimassimo
http://pascaldimassimo.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
1.5 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
12
SSL
EXTERNAL LINKS
2
SITE IP
192.0.78.13
LOAD TIME
1.516 sec
SCORE
6.2
A programmer's blog | The blog of Pascal Dimassimo | pascaldimassimo.wordpress.com Reviews
https://pascaldimassimo.wordpress.com
The blog of Pascal Dimassimo
Confoo Day 3 | A programmer's blog
https://pascaldimassimo.wordpress.com/2011/03/11/confoo-day-3
Skip to search - Accesskey = s. A programmer's blog. By pascaldimassimo on March 11, 2011. Today started with Scaling Web Apps with RabbitMQ. We were introduced to the basics of AMQP. We went through some use cases where using a message queue system made sense for a web application. An example is images processing, which can be done asynchronously by sending those jobs to a process via RabbitMQ. Next it was Varnish in action. We were presented some general configuration guidelines. That was pretty techni...
About | A programmer's blog
https://pascaldimassimo.wordpress.com/about
Skip to search - Accesskey = s. A programmer's blog. Pascal Dimassimo is a versatile programmer passionate about computer science. He likes to learn new technologies and enhance his skills. He is specializing in all things Java. He has solid experience with search engines implementation and deployment using Lucene, Solr and ElasticSearch. He is also developing Android applications. He can be reached via email at. At this host,. My Old Blog (in french). Building a singleton in Java.
Confoo Day 2 | A programmer's blog
https://pascaldimassimo.wordpress.com/2011/03/10/confoo-day-2
Skip to search - Accesskey = s. A programmer's blog. By pascaldimassimo on March 10, 2011. Another day at Confoo! I’ve started the day with Designing HTTP Interfaces and RESTful Web Services. So far, it’s my favorite talk of the event. The guy is very knowledgeable about all things HTTP and REST and had a funny way to present. We learned about what it really takes to design clean and efficient HTTP and REST api. It was the first time I heard about the Richardson Maturity Model. It was an introduction to ...
Lucene and Solr Introduction | A programmer's blog
https://pascaldimassimo.wordpress.com/2011/01/29/lucene-and-solr-introduction
Skip to search - Accesskey = s. A programmer's blog. Lucene and Solr Introduction. By pascaldimassimo on January 29, 2011. Here is a presentation I gave on November 18th 2010 at the Montreal JUG. Comments Off on Lucene and Solr Introduction. Laquo; Learning Clojure. Java and the Reactor pattern. My Old Blog (in french). Building a singleton in Java. Error: Twitter did not respond. Please wait a few minutes and refresh this page. Create a free website or blog at WordPress.com.
Building a singleton in Java | A programmer's blog
https://pascaldimassimo.wordpress.com/2012/10/28/building-a-singleton-in-java
Skip to search - Accesskey = s. A programmer's blog. Building a singleton in Java. By pascaldimassimo on October 28, 2012. Usually, I don’t use singletons that objects need to fetch using a static method. I prefer using dependency injection to give each object what it needs. But for lower level concerns, like logging or security, it is common to use singletons that are accessible from a static method. Like the way you get a logger with SLF4J. The logger object is a singleton obtained via a static method.
TOTAL PAGES IN THIS WEBSITE
12
How to return a single JSON list out of MappingJacksonJsonView | A programmer's blog
https://pascaldimassimo.com/2010/04/13/how-to-return-a-single-json-list-out-of-mappingjacksonjsonview
Skip to search - Accesskey = s. A programmer's blog. How to return a single JSON list out of MappingJacksonJsonView. By pascaldimassimo on April 13, 2010. I really like to build REST web services with Spring Web MVC. The ContentNegotiatingViewResolver allows to easily render an object or a collection of objects to many representations, like XML, JSON or good old HTML. So, by default, this code:. ModelAndView mav = new ModelAndView(); mav.addObject(listOfObjects); return mav;. Now it only returns the list.
Confoo Day 2 | A programmer's blog
https://pascaldimassimo.com/2011/03/10/confoo-day-2
Skip to search - Accesskey = s. A programmer's blog. By pascaldimassimo on March 10, 2011. Another day at Confoo! I’ve started the day with Designing HTTP Interfaces and RESTful Web Services. So far, it’s my favorite talk of the event. The guy is very knowledgeable about all things HTTP and REST and had a funny way to present. We learned about what it really takes to design clean and efficient HTTP and REST api. It was the first time I heard about the Richardson Maturity Model. It was an introduction to ...
TOTAL LINKS TO THIS WEBSITE
2
het leven als voorlopige oplossing
Vrijdag 6 april 2018. Brugge, Vesten - 180111. Labels: stad en ommeland. Van bij het begin. Het einde van Homo sapiens. Als diersoort lijkt Sapiens. 8211; een die slimmer is dan de huidige en zijn leefwereld niet kapotmaakt bijvoorbeeld, of een die niet meer ziek wordt en zelfs niet meer doodgaat, of een die, mits inplanting van een monogamie-gen, bij zijn partner blijft. ‘Voor je het weet gaan we zo uitgebreid aan Homo sapiens. Prutsen dat we uiteindelijk geen Homo sapiens. Meer zijn.’. We staan misschi...
HOME | Pascal Digital
Looking for a job. Send us your CV. All recruitment companies say the same thing it’s a fact! To register a vacancy. To search our current jobs. To have access to the best roles and vacancies across Europe. Saturday, 14 April 2018. Project Manager 50k Bens Immediate Start. Work Quotes and Sayings. Pascal Digital specialises in Executive Search and Recruitment for the IT, Banking and Operations sectors, both in the UK and mainland Europe. Pascal Digital is a niche recruitment agency specialising in provid...
Chez Pascal
Le blog de Pascal Dimassimo. Samedi 5 septembre 2009. Je viens de terminer la lecture du livre Bad Astronomy de Phil Plait. Ce livre est un recueil de mythes et légendes urbaines à propos de l'astronomie, de l'exploration spatiale et de la cosmologie. Il prend bien la peine d'expliquer la signification de plusieurs termes. Par exemple, il explique en détail qu'elle est la différence entre un météore, une météorite et un météoroïde, termes que l'on emploie souvent indifféremment. Son livre contient donc q...
A programmer's blog
Building a singleton in Java. Oct 28, 2012. Usually, I don’t use singletons that objects need to fetch using a static method. I prefer using dependency injection to give each object what it needs. But for lower level concerns, like logging or security, it is common to use singletons that are accessible from a static method. Like the way you get a logger with SLF4J. Spring AOP: Prevent advising test classes. Sep 28, 2012. Recently, I’ve been using @ContextConfiguration. Mar 28, 2011. Mar 11, 2011. Another...
A programmer's blog | The blog of Pascal Dimassimo
Skip to search - Accesskey = s. A programmer's blog. Building a singleton in Java. By pascaldimassimo on October 28, 2012. Usually, I don’t use singletons that objects need to fetch using a static method. I prefer using dependency injection to give each object what it needs. But for lower level concerns, like logging or security, it is common to use singletons that are accessible from a static method. Like the way you get a logger with SLF4J. The logger object is a singleton obtained via a static method.
pascaldimensions18.skyrock.com
Blog de Pascaldimensions18 - Blog de Pascaldimensions18 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Pour ceux qui veulent découvrir les monde du mystère et de l'étrange soyez les bienvenu(e)s. Mise à jour :. Abonne-toi à mon blog! Ajouter cette vidéo à mon blog. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.170) si quelqu'un porte plainte. Ou poster avec :. Posté le dimanche 05 juin 2011 09:30. A l'occasion de ces s...
pascaldimitri-moutongo.skyrock.com
Blog de pascaldimitri-moutongo - Blog de pascaldimitri-moutongo - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. La vie est magnifique pour moi pascal. Création : 12/07/2013 à 15:07. Mise à jour : 06/10/2013 à 15:40. L'auteur de ce blog n'accepte que les commentaires de ses amis. Tu n'es pas identifié. Clique ici pour poster un commentaire en étant identifié avec ton compte Skyrock. Et un lien vers ton blog ainsi que ta photo seront automatiquement ajoutés à ton commentaire. Posté le dimanche 06 octobre 2013 15:40. Clique ici pour...
Life is a shared experience
An Entrepreneur Humaniste I moved to New York in 1984 I chose Soho because it still to this day remains Artistic Human in size , sophisticated in character, everyone from everywhere is here even me from a small French village from Italian parents I found my way to Liberty right here between King and Prince in Soho. The Art of living nourish ma raison d'etre. Life is a shared Experience. L'Art de la communication , L'Arte della communicazione, The Art of communication! Service company since 2012.
Le blog de pascal DINOT - Le blog d'un quadra phallocrate hétéro-sexuel basique et mono-tache, geek, stupide et immature, joueur inconditionnel de FPS et accessoirement tueur de Nazi Zombi à la tronçonneuse...
C'est Thanksgiving aux USA. Durant cette fête, le Président gracie une dinde. Espérons qu'Hollande ne fasse pas la même chose qu'Obama. Car la seule dinde qu'il peut gracier, c'est Nabilla. Recette de la sauce Harissa. Recette de la sauce Harissa. Décapant multi usage issu de lagriculture biologique. Car la sauce Harissa, c’est fort. Ccedil;a vient à bout de n’importe quelle prétention humaine. Comme ça… Vous êtes prévenus :o). Tu pars en Djihad ou quoi? Laquo; Tu es sûr? La première étape. A partir de c...
Pascal DIOH
SOCIAL ENGAGEMENT