8,937 spam comments
blocked by
Akismet

Apache ServiceMix Project Now TLP

java, Architecture, soa No Comments »

On s’en doutait, c’est chose faite. ServiceMix devient un TLP de la foundation apache. C’est pas un scoop, les ESB vont prendre de plus en plus d’importance dans les architectures SOA. Pour ceux qui ne savent pas encore ce qu’est un ESB et à quoi il sert :


26 January 2008 - Apache ServiceMix Project Now TLP

Apache ServiceMix Project Now TLP - http://servicemix.apache.org/
—-

Project Info — Apache ServiceMix

DOAP File

Apache ServiceMix is an open source distributed Enterprise Service Bus (ESB) and SOA toolkit built from the ground up on the semantics and APIs of the Java Business Integration (JBI) specification JSR 208 and released under the Apache license.

Releases can be downloaded from http://servicemix.apache.org/download.html
Project Website http://servicemix.apache.org
Programming Languages Java
Categories network-server, xml
Mailing Lists http://servicemix.apache.org/mailing-lists.html
Bug/Issue Tracker http://issues.apache.org/activemq/browse/SM
Project Management Committee Apache ServiceMix

Access to the source code:
Browse http://svn.apache.org/viewcvs.cgi/servicemix/
SVN Direct http://svn.apache.org/repos/asf/servicemix/


Source

Best first dance

Générale No Comments »

Tout est dans le titre… j’adore

Excellent !!!

Générale, blog No Comments »

L’iPhone c’est le 29 novembre en France

apple 1 Comment »

L’annonce date d’aujourd’hui… on y croyait plus !

picture-1.png

Apple.fr

Listes des valeurs pour @SuppressWarnings(”xx”)

java No Comments »

Voici la liste des valeurs qu’il est possible de passer en paramètre à l’annotation @SuppressWarnings.

  • all : any warning
  • boxing : autoboxing conversion
  • dep-ann : missing @Deprecated annotation
  • deprecation : deprecation outside deprecated code
  • incomplete-switch : incomplete enum switch (enumSwitch)
  • hiding : field hiding another variable (fieldHiding) - local variable hiding another variable (localHiding) - type parameter hiding another type (typeHiding) - hidden catch block (maskedCatchBlock)
  • finally : finally block not completing normally
  • static-access : indirect reference to static member (indirectStatic) - non-static reference to static member (staticReceiver)
  • nls : string literal lacking non-nls tag //$NON-NLS-$
  • serial : missing serialVersionUID
  • unqualified-field-access : unqualified reference to field (unQualifiedField)
  • unchecked : unchecked type operation
  • unused : unread method parameter (unusedArgument) - unread local variable (unusedLocal) - unused private member declaration (unusedPrivate) - unused declared thrown exception (unusedThrown)
  • synthetic-access : synthetic access for innerclass (syntheticAccess)

Un avis sur l’iPhone ?

apple No Comments »

Charles nous donne le sien : ici

iphone_home_usethisone.jpg

Polarion subversive + ubuntu + eclipse-europa = java.lang.NoClassDefFoundError

java No Comments »

Si comme moi vous avez des soucis avec le plugin SVN de Polarion pour eclipse (ubuntu) et que ce dernier vous crache l’exception suivante :
Subversive: '0x00400006: Validate Repository Location' operation finished with error: java.lang.NoClassDefFoundError

Voici un petit hack qui semble résoudre le problème :

sudo apt-get install subversion libsvn-java
cd [ECLIPSE_HOME]/plugins/org.polarion.team.svn.client.javahl.win32_1.1.4
mv libsvnjavahl-1.dll libsvnjavahl-1.dll.OLD
ln -s /usr/lib/jni/libsvnjavahl-1.so libsvnjavahl-1.so
[start eclipse]

[Source]

Rialto GWT

java, Ajax No Comments »

Cyril a fait l’annonce il y a quelques minutes sur la mailing list de Rialto :


rialto.gif

Hello All,

I’m glad to announce the release of Raito-GWT
RialtoGWT is a wrapping of the Rialto javascript library to use with GWT.
We decide to start this wrapping cause we see here a mutual interest:

  • For the Rialto Community which can use the GWT development framework to easily write and deploy Rialto application
  • For the GWT Community which can use the rich widgets and behaviors offered by the Rialto Framework.

You can find all information about it here
http://rialto.application-servers.com/wiki/rialtogwt
The source can be download here
http://rialto.application-servers.com/wiki/rialtogwt/download
You can find some tutorials here
http://rialto.application-servers.com/wiki/gwt/tutorial

I hope you’ll enjoy

Cyril

C’est fait !!

Geek, apple 1 Comment »

Comme je l’annonçais il y a déjà plusieurs mois dans ce billet, j’ai profité de l’Apple Expo cette semaine pour faire l’achat d’un MacBook. Et bien, je dois dire que je regrette d’avoir attendu aussi longtemps. C’est vraiment une belle machine et Mac OS X un système d’exploitation assez surprenant par sa stabilité et sa simplicité d’utilisation.

design_glossyscrn20061108.jpg

Je vais quand même installer Parallels pour avoir une petite Ubuntu en backUp en attendant d’être complètement familiarisé à mon nouvel environnement.

Background geek pour Ubuntu

Geek 1 Comment »

En cherchant (ici) un font d’écran sur le thème Ubuntu, voila sur quoi on tombe dans Google Images :

ubuntu.jpg

Il y en a qui ne manquent vraiment pas d’imagination.

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Login