2079 lines
120 KiB
HTML
2079 lines
120 KiB
HTML
|
|
|||
|
<!DOCTYPE html public "-//W3C//DTD HTML 3.2//EN">
|
|||
|
<HTML>
|
|||
|
<HEAD>
|
|||
|
<TITLE>B to B</TITLE>
|
|||
|
<META name="Description" content="Tous les jours, l'actualité Informatique">
|
|||
|
<META name="Keywords" content="Informatique, réseaux, télécoms, SSII, langages, programmation, matériel, business">
|
|||
|
<META name="Robots" content="All">
|
|||
|
<META name="Revisit-after" content="31 days"><script language="JavaScript">
|
|||
|
<!--
|
|||
|
pic1=new Image(14,760)
|
|||
|
pic1.scr='/images/v3/jdnet760.gif';
|
|||
|
pic2=new Image(41,139);
|
|||
|
pic2.src='/images/v3/jdnet640.gif';
|
|||
|
-->
|
|||
|
</script>
|
|||
|
<script language="javascript" type = "text/javascript">
|
|||
|
<!-- hide from none JavaScript Browsers
|
|||
|
|
|||
|
function swapImage(sName,sImage) {
|
|||
|
document.images[sName].src = sImage
|
|||
|
}
|
|||
|
// - stop hiding -->
|
|||
|
</script>
|
|||
|
<script language="JavaScript"><!--
|
|||
|
browserName = navigator.appName;
|
|||
|
browserVer = parseInt(navigator.appVersion);
|
|||
|
function MM_openBrWindow(theURL,winName,features) { //v2.0
|
|||
|
window.open(theURL,winName,features); }
|
|||
|
function Pop(theURL) {
|
|||
|
window.open(theURL,'','scrollbars=yes,width=440,height=500'); }
|
|||
|
function translate_Text_To_Url(texte)
|
|||
|
{ espace = texte.indexOf(" ");
|
|||
|
while ((espace < texte.length - 1) && (espace != -1))
|
|||
|
{ temp_1 = texte.substring(0, espace);
|
|||
|
temp_2 = texte.substring(espace+1,texte.length);
|
|||
|
texte = temp_1 + "+" + temp_2;
|
|||
|
espace = texte.indexOf(" ");
|
|||
|
}
|
|||
|
return texte;
|
|||
|
}
|
|||
|
|
|||
|
// Recherche window JDNet
|
|||
|
function RechercheWindow()
|
|||
|
{
|
|||
|
chaine = document.forms.recherche.s.value;
|
|||
|
if (document.forms.recherche.elements[1].checked)
|
|||
|
{
|
|||
|
URLdeRecherche ="http://www.google.fr/search?as_q="+chaine+"&num=100&btnG=Recherche+Google&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=journaldunet.com";
|
|||
|
Adresse = translate_Text_To_Url(URLdeRecherche);
|
|||
|
window.open(Adresse,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=400');
|
|||
|
}
|
|||
|
if (document.forms.recherche.elements[2].checked)
|
|||
|
{
|
|||
|
URLdeRecherche ="http://www.google.fr/search?as_q="+chaine+"&num=100&btnG=Recherche+Google&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=solutions.journaldunet.com";
|
|||
|
Adresse = translate_Text_To_Url(URLdeRecherche);
|
|||
|
window.open(Adresse,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
|
|||
|
}
|
|||
|
if (document.forms.recherche.elements[3].checked)
|
|||
|
{
|
|||
|
URLdeRecherche = "http://www.google.fr/search?q="+chaine+"&hl=fr&meta=lr%3Dlang_fr";
|
|||
|
Adresse = translate_Text_To_Url(URLdeRecherche);
|
|||
|
window.open(Adresse,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
//--></script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript">
|
|||
|
<!-- debut du script
|
|||
|
function VersionNavigateur(Netscape, Explorer) {
|
|||
|
if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||
|
|||
|
(navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
|
|||
|
return true;
|
|||
|
else return false;
|
|||
|
}
|
|||
|
// fin du script -->
|
|||
|
</SCRIPT>
|
|||
|
<SCRIPT language="JavaScript">
|
|||
|
<!-- Hide script from old browsers
|
|||
|
function Semaine(){
|
|||
|
this[0] = "Dimanche"; this[1] = "Lundi";
|
|||
|
this[2] = "Mardi"; this[3] = "Mercredi";
|
|||
|
this[4] = "Jeudi"; this[5] = "Vendredi";
|
|||
|
this[6] = "Samedi";
|
|||
|
}
|
|||
|
|
|||
|
function Mois(){
|
|||
|
this[0] = "Janvier"; this[1] = "F<>vrier";
|
|||
|
this[2] = "Mars"; this[3] = "Avril";
|
|||
|
this[4] = "Mai"; this[5] = "Juin";
|
|||
|
this[6] = "Juillet"; this[7] = "Ao<41>t";
|
|||
|
this[8] = "Septembre"; this[9] = "Octobre";
|
|||
|
this[10] = "Novembre"; this[11] = "D<>cembre";
|
|||
|
}
|
|||
|
|
|||
|
function date(){
|
|||
|
var semaine=new Semaine();
|
|||
|
var mois=new Mois();
|
|||
|
var myDate=new Date();
|
|||
|
|
|||
|
var result=semaine[myDate.getDay()]+" "+myDate.getDate()+" "+
|
|||
|
mois[myDate.getMonth()]+" 2002";
|
|||
|
|
|||
|
document.writeln(result);
|
|||
|
}
|
|||
|
//-->
|
|||
|
</SCRIPT>
|
|||
|
<script language="JavaScript">
|
|||
|
//script by www.a1javascripts.com
|
|||
|
<!--
|
|||
|
function openWin( windowURL, windowName, windowFeatures ) {
|
|||
|
return window.open( windowURL, windowName, windowFeatures ) ;
|
|||
|
}
|
|||
|
// -->
|
|||
|
|
|||
|
</script>
|
|||
|
|
|||
|
|
|||
|
</HEAD>
|
|||
|
<BODY bgcolor="#FFFFFF" text="#000000" link="#00006F" vlink="#6262FF" alink="#8C0000" leftmargin="0" topmargin="0">
|
|||
|
<table width="640" border="0" cellspacing="0" cellpadding="0" align="left">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=640 border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td height=72>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td width=159><a href=http://solutions.journaldunet.com><img src=http://solutions.journaldunet.com/images/v3/logo_jdnet.gif width=160 height=72 border=0 alt="JDNet Solutions"></a></td>
|
|||
|
<td width=481 valign=top>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0 height=72>
|
|||
|
<tr>
|
|||
|
<td height=21 bgcolor=#000033>
|
|||
|
<div align=right><b><font color=#FFFFFF size=1 face="Verdana, Arial"><a style="color: #FFFFFF; text-decoration: none" href=http://www.journaldunet.com title="JDNet Solutions" target=_blank>JDNet</a><a style="color: #FFFFFF; text-decoration: none" href=http://finance.journaldunet.com title="JDNet Finance" target=_blank> </a><font color=c6ce67>|</font>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://solutions.journaldunet.com title="JDNet Solutions" target=_blank></a>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://solutions.journaldunet.com title="JDNet Solutions" target=_blank></a><a style="color: #FFFFFF; text-decoration: none" href=http://emploi.journaldunet.com title="Emploi Center" target=_blank>Emploi</a><a style="color: #FFFFFF; text-decoration: none" href=http://developpeur.journaldunet.com title="JDNet Developpeur" target=_blank> </a><font color=c6ce67>| </font><a style="color: #FFFFFF; text-decoration: none" href=http://developpeur.journaldunet.com title="JDNet Developpeur" target=_blank>Développeurs</a><a style="color: #FFFFFF; text-decoration: none" href=http://emploi.journaldunet.com title="Emploi Center" target=_blank> </a><font color=c6ce67>|</font>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://telechargement.journaldunet.com/ title="Logiciels Center" target=_blank>Téléchargement</a><font color=c6ce67> |</font>
|
|||
|
<a style="color: #FFFFFF; text-decoration: none" href=http://chat.journaldunet.com/ title="Logiciels Center" target=_blank>Chat</a><font color=c6ce67> |
|
|||
|
</font><a style="color: #FFFFFF; text-decoration: none" href=http://www.benchmark.fr title="JDNet Finance" target=_blank>Benchmark.fr</a><font color=c6ce67> |
|
|||
|
</font><a style="color: #FFFFFF; text-decoration: none" href=http://www.benchmark.fr/boutique.html title="JDNet Finance" target=_blank>Boutique</a><font color=c6ce67> </font>
|
|||
|
</font></b></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr valign=top>
|
|||
|
<td height=51 background=http://solutions.journaldunet.com/images/v3/logo_fond.gif>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td width=139 valign=top><a href=http://solutions.journaldunet.com><img src=http://solutions.journaldunet.com/images/v3/logo_solutions.gif width=139 height=41 border=0 alt="JDNet Solutions"></a></td>
|
|||
|
<td width=342 valign=top>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0 align=center>
|
|||
|
<form method=GET name=recherche onSubmit="return RechercheWindow();">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><b><font face=Arial size=2 color=#FFFFFF>Rechercher</font></b>
|
|||
|
<font face=Arial><font size=1><font color=#FFFFFF>(avec
|
|||
|
Google)</font></font></font>
|
|||
|
<input type=text name=s size=15>
|
|||
|
<a href=javascript:RechercheWindow(); onKeyPress="return true"><img src=http://solutions.journaldunet.com/images/v2/bouton_ok.gif border=0 align=absmiddle></a> </div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><font face=Arial>
|
|||
|
<font size=1><font color=#FFFFFF>
|
|||
|
<input type=radio name=lieu value=jdns checked>
|
|||
|
sur le JDNet
|
|||
|
<input type=radio name=lieu value=linternaute>
|
|||
|
sur Solutions
|
|||
|
<input type=radio name=lieu value=voila>
|
|||
|
sur le Web</font></font></font></div>
|
|||
|
</td>
|
|||
|
</form>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=C2CF68>
|
|||
|
<td height=14><img src=http://solutions.journaldunet.com/images/v3/jdnet640.gif width=640 height=14 usemap=#Tetiere border=0><map name=Tetiere><area shape=rect coords=2,1,27,21 href=http://www.journaldunet.com><area shape=rect coords=90,1,152,15 href=http://societe.journaldunet.com target=_blank><area shape=rect coords=157,1,224,18 href=http://prestataires.journaldunet.com target=_blank><area shape=rect coords=223,2,283,22 href=http://solutionsebusiness.journaldunet.com target=_blank><area shape=rect coords=285,2,325,13 href=http://www.journaldunet.com/lannuairedesfonds/ target=_blank><area shape=rect coords=327,2,370,15 href=http://lecarnet.journaldunet.com target=_blank><area shape=rect coords=372,2,452,19 href=http://encyclopedie.journaldunet.com target=_blank><area shape=rect coords=455,2,530,14 href=http://fr.kelkoo.com/b2b/jdn/ target=_blank><area shape=rect coords=534,3,585,17 href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><area shape=rect coords=590,2,647,15 href=http://www.journaldunet.com/chiffres-cles.shtml target=_blank></map></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="5">
|
|||
|
<tr>
|
|||
|
<td width="130" bgcolor="#e5e6ce">
|
|||
|
<div align="center"><div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/b2b@Left>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/b2b";
|
|||
|
var position ="Left";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
<td width="490" bgcolor="#eeeeee">
|
|||
|
<div align="center"><div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/b2b@Top>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/b2b";
|
|||
|
var position ="Top";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td width="140" bgcolor="#e5e6ce" valign="top">
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=0 bgcolor=#e5e6ce>
|
|||
|
<tr bgcolor=#000033>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Actualit<EFBFBD>s</font>
|
|||
|
</th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_acteurs.shtml>Acteurs
|
|||
|
E-Biz</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_btob.shtml>Intégration-BtoB</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_relationclient.shtml>Front
|
|||
|
Office-CRM</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_reseaux.shtml>Réseaux-Stockage</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_securite.shtml>Sécurité</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_etudes.shtml>Etudes</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_linux.shtml>Logiciels
|
|||
|
libres</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_bref.shtml>Bref
|
|||
|
France</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_bref_international.shtml>Bref
|
|||
|
International</a><br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=8><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_experiences.shtml><b>Cas
|
|||
|
utilisateurs</b></a><br>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/ilsontchoisi/sommaire.shtml>Ils
|
|||
|
ont choisi</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/nouvellesversions/sommaire.shtml>Versions</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/caexiste/sommaire.shtml>Ça
|
|||
|
existe ?</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/agenda/tabloagenda.shtml>Agenda</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/fils/sommaire_nominations.shtml>Nominations</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://fr.kelkoo.com/b2b/jdn/>Comparateur Prix </a></font><br>
|
|||
|
<font face=Arial size=2><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font><font face=Arial size=2> </font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center>
|
|||
|
<div align=center><oas url=solutions.journaldunet.com/divers@Left2>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<script language="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/divers";
|
|||
|
var position ="Left2";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</script>
|
|||
|
</oas></div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#333366>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Tous
|
|||
|
nos articles</font></th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><a href=http://solutions.journaldunet.com/fils/sommaire_semaine.shtml>
|
|||
|
</a><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0204/listeavril.shtml>Avril
|
|||
|
2002</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0203/listemars.shtml>Mars
|
|||
|
2002</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/archivesactu.shtml>Et avant</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/itws/sommaire.shtml>Les
|
|||
|
Interviews</a><br>
|
|||
|
</font><font face=Arial size=2><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5></font>
|
|||
|
<font face=Arial size=2><oas url=www.journaldunet.com/divers@Left3>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<script language="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<script language="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "www.journaldunet.com/divers";
|
|||
|
var position ="Left3";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</script>
|
|||
|
</oas></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#003333>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Dossiers</font>
|
|||
|
</th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face="Arial" size="2"><a href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><i>
|
|||
|
</i></a> <img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/hebergement/sommaire.shtml>Hébergement</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/bi/sommaire.shtml>Décisionnel</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/ecatalogue/sommaire.shtml>e-catalogues</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/erh/sommaire.shtml>e-RH</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/licences/sommaire.shtml>Licences</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/webcontent/sommaire.shtml>Gestion
|
|||
|
contenu</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml>Mesure
|
|||
|
d'audience</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/wireless/sommaire.shtml>Sans-fil</a><br>
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/payant/sommaire.shtml>
|
|||
|
</a> <img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/stockage/sommaire.shtml>Stockage</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/virus/sommaire.shtml>Virus</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/webservices/sommaire.shtml>Web
|
|||
|
Services</a><br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=8>
|
|||
|
</font><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=7><font face=Arial size=2><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/faq/sommaire.shtml><b>Questions-Réponses</b></a><br>
|
|||
|
<br>
|
|||
|
<a href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><i>Tous
|
|||
|
les dossiers<br>
|
|||
|
</i></a><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=6><br>
|
|||
|
</font><font face="Arial" size="2"> </font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center>
|
|||
|
<div align=center><oas url=www.journaldunet.com/divers@Left3></oas></div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#003300>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Panoramas</font> </th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0110/011024_consolidations.shtml>Acquisitions</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0202/020211_comparo_eai_intro.shtml>EAI</a><a href=http://solutions.journaldunet.com/0201/020122_panorama_srm.shtml></a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0201/020122_panorama_srm.shtml>SRM</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0110/011022_tablo_crm.shtml>CRM
|
|||
|
analytique</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0110/011016_xml_part1.shtml>Dialectes
|
|||
|
XML</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0105/010530_portailtablo.shtml>Portails</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/0108/010829_panoramamoteur.shtml>Mot.de
|
|||
|
recherche</a><br>
|
|||
|
<br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#660000>
|
|||
|
<td>
|
|||
|
<div align=center><font face=Arial size=2 color=#ffffff>
|
|||
|
<b>Points de vue</b></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face="Arial" size="2"><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://solutions.journaldunet.com/pollit_files/sondages.shtml>Sondages</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<font color=#00006F><a href=http://solutions.journaldunet.com/conseils/sommaire.shtml>Débats</a></font><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://forums.journaldunet.com/cgi-bin/dcforum/dcboard.cgi>Courrier</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<font color=#00006F>Chroniques</font><br>
|
|||
|
> <a href=http://solutions.journaldunet.com/conseils/lombard/sommaire_lombard.shtml>P.
|
|||
|
Lombard</a><br>
|
|||
|
> <a href=http://www.journaldunet.com/juridique/00page_juridique.shtml>Juridiques</a><br>
|
|||
|
</font><font face="Arial"> </font> <font face=Arial size=2><img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#593309>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff><b>Chiffres/annuaires</b></font>
|
|||
|
</th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/chiffres-cles.shtml>Chiffres-clés</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/tops/top_sommaire.shtml>Classements</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://societe.journaldunet.com/php/commun/recherche.php4>Entreprises</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://lecarnet.journaldunet.com/php/commun/recherche.php4>Carnet</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/lannuairedesfonds/index.shtml>Fonds</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://prestataires.journaldunet.com/php/commun/recherche.php4>Prestataires</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/dossiers/regies/regiesommaire.shtml>R<EFBFBD>gies
|
|||
|
externes</a> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/dossiers/associations/index.shtml>Lobbies</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/livres_blancs/>Livres Blancs</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=10></td>
|
|||
|
</tr>
|
|||
|
<tr bgcolor=#993300>
|
|||
|
<th height=20><font face=Arial size=2 color=#ffffff>Le
|
|||
|
Journal du Net</font></th>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=2 align=center>
|
|||
|
<tr>
|
|||
|
<td><font face=Arial size=2><img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://benchmail.benchmark.fr/fr_abd.Asp?OR=SOLUTION>Newsletters</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/contacts.shtml>Contacts</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/puce.gif border=0 alt="">
|
|||
|
<a href=http://www.journaldunet.com/pubbenchmark.shtml>Publicit<EFBFBD></a>
|
|||
|
<br>
|
|||
|
<img src=http://www.linternaute.com/images/pixel.gif border=0 alt="" width=1 height=5><br>
|
|||
|
</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width=117 border=0 cellspacing=1 cellpadding=0 align=center bgcolor=#B6B987>
|
|||
|
<tr bgcolor=#ffffff valign=top>
|
|||
|
<td background=http://www.journaldunet.com/images/benchbande.gif><img src=http://www.journaldunet.com/images/bench.gif width=117 height=34>
|
|||
|
<table width=100% border=0 cellspacing=0 cellpadding=5>
|
|||
|
<tr>
|
|||
|
<td height=5>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana, Arial" size=1> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ target=_blank>Benchmark.fr</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3
|
|||
|
height=3> <a href=http://www.benchmark.fr/ebn.asp?pid=105
|
|||
|
target=_blank>S<>minaires</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=49 target=_blank>Forum</a><br>
|
|||
|
<font face="Verdana, Arial" size=1> </font> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/forumbanque/ target=_blank>Banque
|
|||
|
</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumcollaboratif/" target="_blank">Web
|
|||
|
collaboratif</a></font> <br>
|
|||
|
</font><font face="Verdana, Arial, Helvetica, sans-serif" size=1><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href="http://www.benchmark.fr/forumpharmacie/" target="_blank">e-Pharmacie</a>
|
|||
|
<br>
|
|||
|
</font><font face="Verdana, Arial" size=1> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumlocal/" target="_blank">Collec.
|
|||
|
locales </a></font> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumcompetences/" target="_blank">e-Compétences</a></font><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<font face="Arial"><a href="http://www.benchmark.fr/forumcrm2002/" target="_blank">CRM
|
|||
|
Multicanal</a></font><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=47 target=_blank>Etudes</a>
|
|||
|
<br>
|
|||
|
</font><font face="Verdana, Arial, Helvetica, sans-serif" size=1><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=45&etude=5842 target=_blank>e-CRM</a>
|
|||
|
<br>
|
|||
|
</font><font face="Verdana, Arial" size=1> <img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href="http://www.benchmark.fr/ebn.asp?pid=45&etude=5605" target="_blank">Internet
|
|||
|
payant</a> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href="http://www.benchmark.fr/ebn.asp?pid=45&etude=5526" target="_blank">Logiciel
|
|||
|
libre</a> <br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=55 target=_blank>Lettres</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=97&publication=22 target=_blank>Management
|
|||
|
<font face=Arial>IT</font><br>
|
|||
|
</a><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=97&publication=18 target=_blank>Strat.
|
|||
|
Internet</a><br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3> <a href=http://www.benchmark.fr/boutique.html target=_blank>Boutique</a>
|
|||
|
<br>
|
|||
|
<img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=61 target=_blank>Analyse
|
|||
|
de site<br>
|
|||
|
</a><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://www.benchmark.fr/ebn.asp?pid=69 target=_blank>Presse<br>
|
|||
|
</a><img src=http://www.journaldunet.com/images/pucebench.gif width=3 height=3>
|
|||
|
<a href=http://mediakit.benchmark.fr/index.shtml target=_blank>Publicité</a><a href=http://www.benchmark.fr/ebn.asp?pid=61 target=_blank>
|
|||
|
</a></font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=5><img src=http://www.journaldunet.com/images/blank.gif width=1 height=1 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<br>
|
|||
|
<table width=90% border=0 cellspacing=0 cellpadding=0 align=center>
|
|||
|
<tr>
|
|||
|
<td><font size=1 face=Verdana><EFBFBD> Benchmark Group 2000. Tous droits
|
|||
|
réservés. L'accès aux informations contenues
|
|||
|
dans notre site implique l'acceptation inconditionnelle de nos conditions
|
|||
|
générales.</font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<br>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
<td width="368" valign="top">
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="5">
|
|||
|
<tr valign="top">
|
|||
|
<td>
|
|||
|
<table border="0" frame="void" valign="top" width="100%">
|
|||
|
<tr>
|
|||
|
<td bgcolor="#000033"><font size="3" face="Arial, Helvetica, sans-serif" color="#FFFFFF">Actualité
|
|||
|
/ </font><b><font size="3" face="Arial, Helvetica, sans-serif" color="#FFFFFF">Int<EFBFBD>gration
|
|||
|
BtoB </font></b> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td valign="top">
|
|||
|
<p><font face="Arial, Helvetica, sans-serif" size="2">
|
|||
|
</font><font face="Arial" size="2">
|
|||
|
<script language="JavaScript">date();
|
|||
|
|
|||
|
</script>
|
|||
|
</font> <br>
|
|||
|
<br>
|
|||
|
<!-- D<>but fil--><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0204/020412_webservices.shtml">Web
|
|||
|
Services: IBM et Microsoft s'attaquent aux questions
|
|||
|
de s<>curit<69></a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les deux <20>diteurs d<>voilent
|
|||
|
une s<>rie de propositions pour standardiser la s<>curit<69>
|
|||
|
de ces nouvelles technologies d'int<6E>gration.</font>
|
|||
|
<font face="Arial" size="1"><i>(12/04/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020325_j2ee.shtml">Les
|
|||
|
Web Services seront-ils vraiment au rendez-vous de JavaOne
|
|||
|
?</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les <20>diteurs de solutions
|
|||
|
Java se lancent dans la course aux impl<70>mentations sans
|
|||
|
attendre les recommandations de Sun. Qui vient de reporter
|
|||
|
<20> 2003 la sortie de J2EE 1.4.</font> <font face="Arial" size="1"><i>(25/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><table border="0" cellspacing="0" cellpadding="3" align="right">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<oas URL=solutions.journaldunet.com/divers@x06>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/divers";
|
|||
|
var position ="x06";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table><b><a href="http://solutions.journaldunet.com/0203/020322_microsoft.shtml">Web
|
|||
|
Services: Microsoft veut gagner la course <20> la standardisation</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le g<>ant de Redmond occupe
|
|||
|
tous les niveaux de services... avec pour chacun une
|
|||
|
proposition concr<63>te de protocole.<br>
|
|||
|
<br>
|
|||
|
</font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020321_j2eeportal.shtml">Sun
|
|||
|
et IBM pr<70>ts <20> standardiser les "portlets"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les deux <20>diteurs pr<70>senteront
|
|||
|
la semaine prochaine, lors de la conf<6E>rence Java One,
|
|||
|
comment ils comptent assurer l'interop<6F>rabilit<69> des
|
|||
|
<20>l<EFBFBD>ments d'un portail.</font> <font face="Arial" size="1"><i>(21/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020320_supplierenable.shtml">Pas
|
|||
|
de gestion des relations fournisseurs sans le concours
|
|||
|
des partenaires, dixit Microsoft</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Solution for Supplier Enablement
|
|||
|
de Microsoft n'a pas pour vocation d'aider les grands
|
|||
|
comptes <20> faire des <20>conomies avec le SRM (Supplier
|
|||
|
Relationship Management), mais de d<>mocratiser l'adoption
|
|||
|
du b-to-b par les fournisseurs.</font> <font face="Arial" size="1"><i>(18/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020320_xiasoft.shtml">Avec
|
|||
|
TextML, Ixiasoft propose une base de donn<6E>es "Full XML"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La solution indexe les attributs
|
|||
|
XML pour faciliter la gestion et la recherche de grande
|
|||
|
quantit<69> de contenus non-structur<75>s.</font> <font face="Arial" size="1"><i>(20/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020314_eai_vs_etl.shtml">EAI
|
|||
|
versus ETL : que choisir ?</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Un livre blanc sign<67> Acta
|
|||
|
s'essaie <20> la comparaison entre les formes courantes
|
|||
|
d'int<6E>gration des donn<6E>es applicatives. Evidemment orient<6E>e,
|
|||
|
l'analyse produite pr<70>che pour l'offre de de l'<27>diteur,
|
|||
|
mais permet de mieux saisir les recoupements entre des
|
|||
|
notions parfois complexes.</font> <font face="Arial" size="1"><i>(14/03/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020308_xpdl.shtml">Avec
|
|||
|
XPDL, Sun tente d'apporter sa pierre aux Web Services
|
|||
|
</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La proposition de Sun vise
|
|||
|
<20> orchestrer des processus fond<6E>s sur les Web Services.
|
|||
|
Une initiative qui succ<63>de <20> celles de Microsoft et
|
|||
|
d'IBM...</font> <font face="Arial" size="1"><i>(07/03/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0203/020305_webservices.shtml">Les
|
|||
|
Web Services <20> l'heure des tests</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les travaux en cours visent
|
|||
|
<20> assurer l'interop<6F>rabilit<69> des protocoles inter-applicatifs
|
|||
|
et la performance des solutions en production. </font>
|
|||
|
<font face="Arial" size="1"><i>(05/03/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b>R<EFBFBD>gis Mauger (webMethods)
|
|||
|
<a href="http://solutions.journaldunet.com/itws/020301_it_webmethods.shtml"><br>
|
|||
|
"Notre plate-forme pourra bient<6E>t inclure les interactions
|
|||
|
humaines dans sa gestion des processus"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Editeur phare sur le march<63>
|
|||
|
des plates-formes d'int<6E>gration, webMethods parie sur
|
|||
|
la carte de la polyvalence. Et poursuit sa mont<6E>e en
|
|||
|
puissance sur la gestion des processus.</font> <font face="Arial" size="1"><i>(27/02/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020228_vitria.shtml">Vitria
|
|||
|
tente la voie du "pr<70>t <20> l'emploi"</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les grandes entreprises
|
|||
|
mettent du temps <20> exploiter pleinement les capacit<69>s
|
|||
|
des plates-formes d'EAI. Pour les aider, Vitria leur
|
|||
|
propose des mod<6F>les de processus pr<70>-param<61>tr<74>s. </font>
|
|||
|
<font face="Arial" size="1"><i>(28/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020228_iplanet.shtml">Dans
|
|||
|
sa version 6.5, iPlanet AS endosse les couleurs des
|
|||
|
Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">En int<6E>grant l'outil Forte
|
|||
|
for Java, la nouvelle version du serveur d'applications
|
|||
|
devrait faciliter le d<>ploiement des Web Services</font>
|
|||
|
<font face="Arial" size="1"><i>(27/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020227_beaworkshop.shtml">BEA
|
|||
|
promet de simplifier la mise en oeuvre des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur a d<>voil<69> Weblogic
|
|||
|
Workshop, un outil de d<>veloppement visuel des Web Services.
|
|||
|
Un lancement qui renforce son ascendant sur le mod<6F>le
|
|||
|
J2EE aux d<>pens de Sun.</font> <font face="Arial" size="1"><i>(27/02/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Questions-Réponses</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020225_faq_bpm.shtml">Le
|
|||
|
BPM ou quand l'informatique court apr<70>s les processus
|
|||
|
m<>tier</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Administration, gestion
|
|||
|
de la performance, int<6E>gration, B to B, workflow...
|
|||
|
Toutes les routes semblent aujourd'hui mener au Business
|
|||
|
Process Management (BPM). M<>fiance ?</font> <font face="Arial" size="1"><i>(25/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020221_cosmosbay.shtml">Cosmosbay
|
|||
|
inscrit l'int<6E>gration de processus dans un moteur de
|
|||
|
workflow</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Ce sp<73>cialiste fran<61>ais
|
|||
|
de l'EAI commercialise une solution d'int<6E>gration couvrant
|
|||
|
mod<6F>lisation de processus m<>tier et synchronisation
|
|||
|
de workflow.</font> <font face="Arial" size="1"><i>(21/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020215_biztalk.shtml">Microsoft
|
|||
|
am<61>liore les syst<73>mes de d<>ploiement et d'administration
|
|||
|
de Biztalk Server</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Au del<65> des nouveaut<75>s de
|
|||
|
sa version 2002, ce serveur EAI et B to B s'est enrichi
|
|||
|
au fil des mois de nombreux connecteurs.</font> <font face="Arial" size="1"><i>(15/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020213_objectweb.shtml">Bull,
|
|||
|
France T<>l<EFBFBD>com R&D et l'Inria cr<63>ent un consortium autour
|
|||
|
d'un middleware Open Source </a></b></font><br>
|
|||
|
<font face="Arial" size="2">Adoss<EFBFBD>e notamment au serveur
|
|||
|
d'applications Jonas et au bus de communication Jonathan,
|
|||
|
cette initiative a pour objectif de r<>pondre aux probl<62>matiques
|
|||
|
des architectures distribu<62>es.</font> <font face="Arial" size="1"><i>(12/02/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/itws/020212_it_jarry.shtml">"A
|
|||
|
mes yeux, la Web Services Interoperability Organization
|
|||
|
ne repr<70>sente qu'un tout petit pas"</a>, Eric Jarry
|
|||
|
(Software AG)</b></font><br>
|
|||
|
<font face="Arial" size="2">Apr<EFBFBD>s Jean-Christophe Bernadac,
|
|||
|
de Cosmosbay, c'est autour d'Eric Jarry, sp<73>cialiste
|
|||
|
des technologies XML chez l'<27>diteur Software AG, de
|
|||
|
nous livrer son point de vue sur le nouveau consortium
|
|||
|
d<>di<64> aux Web Services.</font> <font face="Arial" size="1"><i>(12/02/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/itws/020211_it_bernadac.shtml">"L'heure
|
|||
|
est venue pour les Web Services de franchir l'<27>tape
|
|||
|
de l'industrialisation"</a>, <br>
|
|||
|
Jean-Christophe Bernadac (Cosmosbay)</b></font><br>
|
|||
|
<font face="Arial" size="2">Jeune de seulement deux
|
|||
|
jours, la cr<63>ation de la WS-I, un consortium d<>di<64> aux
|
|||
|
Web Services, suscite d<>j<EFBFBD> de nombreux commentaires.
|
|||
|
Premier point de vue avec Jean-Christophe Bernadac,
|
|||
|
de Cosmosbay.</font> <font face="Arial" size="1"><i>(11/02/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Panorama</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020211_comparo_eai_intro.shtml">Les
|
|||
|
architectures EAI </a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les solutions d'EAI promettent
|
|||
|
beaucoup mais les retours d'exp<78>riences sont encore
|
|||
|
minces. A d<>faut, JDNet Solutions, en partenariat avec
|
|||
|
la SSII Dreamsoft, vous propose une <20>valuation des plates-formes
|
|||
|
du march<63>.</font> <font face="Arial" size="1"><i>(04/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020208_seagull.shtml">Seagull
|
|||
|
se met <20> l'heure des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Transidiom publie d<>sormais
|
|||
|
les fonctions des applications AS/400 et mainframes
|
|||
|
au format WSDL et SOAP.</font> <font face="Arial" size="1"><i>(08/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020208_wisosun.shtml">Le
|
|||
|
nouveau consortium d<>di<64> aux Web Services rallie tous
|
|||
|
les suffrages - ou presque</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Alors que de nombreux acteurs
|
|||
|
se pressent aux portes du nouveau consortium initi<74>
|
|||
|
par Microsoft et IBM, Sun ne s'est pas encore prononc<6E>.</font>
|
|||
|
<font face="Arial" size="1"><i>(08/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020207_orgwebservices.shtml">Microsoft,
|
|||
|
IBM et BEA veulent cr<63>er le "J2EE" des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les trois <20>diteurs vont
|
|||
|
annoncer dans les heures <20> venir la cr<63>ation d'une organisation
|
|||
|
d<>di<64>e aux Web Services. Ce nouveau groupe va produire
|
|||
|
des tests de compatibilit<69> et travailler sur la prochaine
|
|||
|
vague de protocoles.</font> <font face="Arial" size="1"><i>(07/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020205_webservices.shtml">Le
|
|||
|
W3C lance un groupe de travail d<>di<64> aux Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le Web <20>volue et le World
|
|||
|
Wide Web Consortium avec lui. En t<>moigne la cr<63>ation
|
|||
|
d'un groupe de travail pour coordonner les travaux sur
|
|||
|
Soap et WSDL, piliers des Web Services.</font> <font face="Arial" size="1"><i>(05/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0202/020201_akazi.shtml">1
|
|||
|
million d'euros pour le BPM d'Akazi Technologies</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Plut<EFBFBD>t port<72> par le sens
|
|||
|
de l'histoire technologique, l'<27>diteur de Flowmind a
|
|||
|
s<>duit le fonds Convergent Capital.</font> <font face="Arial" size="1"><i>(01/02/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020129_sybase.shtml">Sybase
|
|||
|
s'attaque au segment de l'int<6E>gration B to B</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec Business Process Integration
|
|||
|
Suite, Sybase passe de l'EAI <20> l'int<6E>gration B to B
|
|||
|
en compl<70>tant ses solutions d'une infrastructure de
|
|||
|
Web Services.</font> <font face="Arial" size="1"><i>(29/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020129_jca.shtml">JCA:
|
|||
|
vers la standardisation des connexions inter-applications
|
|||
|
</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Encore largement limit<69>
|
|||
|
dans sa premi<6D>re version, JCA devrait constituer <20> terme
|
|||
|
l'interface unique de l'univers des serveurs Java.</font>
|
|||
|
<font face="Arial" size="1"><i>(28/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020125_hub2b.shtml">Hub2B
|
|||
|
combine diffusion du contenu et gestion des droits</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Positionn<EFBFBD> entre l'e-catalogue
|
|||
|
et le tiers de confiance, le logiciel de Hub2B prend
|
|||
|
en charge la personnalisation de l'information distribu<62>e
|
|||
|
<20> un r<>seau de partenaires. Et g<>re les droits associ<63>s
|
|||
|
<20> ce contenu.</font> <font face="Arial" size="1"><i>(25/01/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><a href="http://solutions.journaldunet.com/itws/020124_it_matrixone_zehren.shtml"><b>"MatrixOne
|
|||
|
sera le partenaire id<69>al d'IBM pour aborder le PLM sur
|
|||
|
certains march<63>s"</b></a></font>, <font face="Arial" size="2"><b>Pascal
|
|||
|
Zehren (MatrixOne)</b></font><br>
|
|||
|
<font face="Arial" size="2">La signature mercredi d'un
|
|||
|
accord de premier plan avec Big Blue place aux c<>t<EFBFBD>
|
|||
|
de SAP, Siebel et I2 le sp<73>cialiste de la gestion du
|
|||
|
cycle de vie des produits. Qui d<>borde en partie sur
|
|||
|
la gestion des relations fournisseurs (SRM).</font>
|
|||
|
<font face="Arial" size="1"><i>(25/01/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Panorama</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020122_panorama_srm.shtml">Les
|
|||
|
solutions de SRM</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Du sourcing strat<61>gique
|
|||
|
<20> la gestion des relations fournisseurs au sens large,
|
|||
|
le panel d'acteurs est assez restreint. Sauf si l'on
|
|||
|
y ajoute les fournisseurs d'ERP et d'applications de
|
|||
|
SRM analytique... Coup d'oeil sur un march<63> encore tr<74>s
|
|||
|
jeune.</font> <font face="Arial" size="1"><i>(22/01/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Questions-Réponses</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020121_faq_srm.shtml">SRM
|
|||
|
pour gestion des relations fournisseurs</a></b></font><br>
|
|||
|
<font face="Arial" size="2">G<EFBFBD>re-t-on les fournisseurs
|
|||
|
comme les clients ? Quels sont les croisements avec
|
|||
|
la gestion de la cha<68>ne logistique, la gestion du cycle
|
|||
|
de vie produits et l'e-collaboration ? A quoi sert le
|
|||
|
sourcing ? Voici nos r<>ponses.</font> <font face="Arial" size="1"><i>(21/01/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/020118_it_commerce1_stjames.shtml">"SAP
|
|||
|
a pris part dans nos affaires <20> un moment donn<6E> quand
|
|||
|
nous en avions besoin"</a>, Alexsis de Raadt St James
|
|||
|
(Commerce One)</b></font><br>
|
|||
|
<font face="Arial" size="2">Rencontr<EFBFBD>e quelques jours
|
|||
|
avant l'annonce officielle concernant les rapports entre
|
|||
|
Commerce One et SAP, la num<75>ro 3 de Commerce One nous
|
|||
|
avait cependant d<>j<EFBFBD> dessin<69> le futur de ce partenariat...</font>
|
|||
|
<font face="Arial" size="1"><i>(18/01/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><a href="http://solutions.journaldunet.com/itws/020116_it_mathot.shtml"><b>"Dans
|
|||
|
l'offre de Crossworlds, les templates et les outils
|
|||
|
de mod<6F>lisation nous int<6E>ressent particuli<6C>rement"</b></a></font>,
|
|||
|
<font face="Arial" size="2"><b>Dominique Mathot (IBM)</b></font>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2">Il y a deux jours, Big Blue
|
|||
|
officialisait l'acquisition de l'<27>diteur de solutions
|
|||
|
d'EAI Crossworlds et en profitait pour int<6E>grer l'offre
|
|||
|
de ce dernier <20> son catalogue. Avec quels arbitrages
|
|||
|
? D<>but de r<>ponse.</font> <font face="Arial" size="1"><i>(17/01/2002)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020116_dirxml.shtml">Avec
|
|||
|
DirXML, Novell met XML au service de la synchronisation
|
|||
|
des annuaires</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Sorti en version 1.1 fin
|
|||
|
2001, DirXML dispose d<>sormais d'un <20>v<EFBFBD>ntail de connecteurs
|
|||
|
assez large, des annuaires aux progiciels.</font> <font face="Arial" size="1"><i>(16/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020115_vistali.shtml">Un
|
|||
|
nouveau prestataire sur le terrain de l'EAI</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec le soutien de trois
|
|||
|
business angels, Vistali se donne trois ans pour devenir
|
|||
|
un acteur majeur dans le domaine de l'orchestration
|
|||
|
m<>tier et de l'EAI.</font> <font face="Arial" size="1"><i>(14/01/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020115_officexp.shtml">Office
|
|||
|
XP <20> l'<27>re des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Gr<EFBFBD>ce <20> l'Office XP Web
|
|||
|
Services toolkit, il est d<>sormais envisageable d'appeler
|
|||
|
des Web Services depuis des applications de la suite
|
|||
|
Microsoft.</font><font face="Arial" size="1"><i>(15/01/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020110_questionlecteurfaq.shtml">Quelle
|
|||
|
diff<66>rence entre Corba, J2EE, ".Net" et Sun One ?</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Quels sont les objectifs
|
|||
|
de ces initiatives technologiques ? Sont-elles toutes
|
|||
|
concurrentes ? Un lecteur s'interroge, JDNet Solutions
|
|||
|
r<>pond.</font> <font face="Arial" size="1"><i>(10/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020109_borland.shtml">Borland
|
|||
|
d<>compose son serveur en trois <20>ditions</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Aux c<>t<EFBFBD>s de ses solutions
|
|||
|
de d<>veloppement, l'<27>diteur propose une offre de serveurs
|
|||
|
couvrant aussi bien les probl<62>matiques Web, que l'EAI
|
|||
|
et l'int<6E>gration B to B. </font> <font face="Arial" size="1"><i>(09/01/2002)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0201/020104_catalogic.shtml">Catalogic
|
|||
|
associe fonctions de e-catalogue et workflow promotionnel</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur a <20>toff<66> son r<>f<EFBFBD>rentiel
|
|||
|
de fonctions de n<>gociation pour formaliser le dialogue
|
|||
|
avec les fournisseurs.</font> <font face="Arial" size="1"><i>(04/01/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011221_javaxml.shtml">J2EE
|
|||
|
1.4 supportera les principaux protocoles des Web Services
|
|||
|
</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec Java XML Pack, Sun
|
|||
|
pr<70>pare l'impl<70>mentation de SOAP et d'ebXML dans le
|
|||
|
fameux standard de services Java.</font> <font face="Arial" size="1"><i>(20/12/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/011218_it_i2_faugerecrawford.shtml">"HP
|
|||
|
<20>conomisait 1% avec l'e-procurement. Avec la collaboration,
|
|||
|
ils <20>conomisent 20%"</a>, <br>
|
|||
|
Philip Crawford, et Olivier Faug<75>re (I2 Technologies)</b></font><br>
|
|||
|
<font face="Arial" size="2">SCM, CRM, SRM, e-procurement...
|
|||
|
l'e-business n'a maintenant plus de secrets pour I2,
|
|||
|
qui se d<>finit <20> pr<70>sent comme un fournisseur de solutions
|
|||
|
pour la gestion dynamique de la cha<68>ne de valeur. Tout
|
|||
|
un programme...</font> <font face="Arial" size="1"><i>(18/12/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011218_kds.shtml">KDS,
|
|||
|
une plate-forme ASP pour int<6E>grer l'ensemble des fournisseurs
|
|||
|
de voyages</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Couvrant logique corporate
|
|||
|
et portails Web, les solutions KDS mettent les produits
|
|||
|
du voyage <20> la port<72>e des probl<62>matiques du client final.
|
|||
|
</font> <font face="Arial" size="1"><i>(18/12/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><a href="http://solutions.journaldunet.com/itws/011217_it_infobuilders_cohen.shtml"><b>Gerry
|
|||
|
Cohen (Information Builders) : "Nous attendons de nouvelles
|
|||
|
consolidations sur le segment de l'EAI"</b></a></font><br>
|
|||
|
<font face="Arial" size="2">L'apr<70>s 11 septembre dans
|
|||
|
le monde du logiciel, le cas de New-York, la business
|
|||
|
intelligence, l'int<6E>gration... Etat des lieux et perspectives
|
|||
|
livr<76>es par le repr<70>sentant officiel des <20>diteurs new-yorkais.</font>
|
|||
|
<font face="Arial" size="1"><i>(17/12/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011217_krosoftecma.shtml">Microsoft
|
|||
|
veut jouer le bon <20>l<EFBFBD>ve de la standardisation</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'ECMA, organisme de standardisation,
|
|||
|
vient de valider deux briques fondamentales de la strat<61>gie
|
|||
|
".Net". Microsoft r<>ussit l<> o<> Sun a <20>chou<6F>. Suffisant
|
|||
|
pour cr<63>er autour de .Net l'<27>lan communautaire qui existe
|
|||
|
aujourd'hui autour du mod<6F>le Java/J2EE ?</font> <font face="Arial" size="1"><i>(17/12/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011214_vcml.shtml">Vitria
|
|||
|
propose son propre standard BtoB... le VCML</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Ce langage de description
|
|||
|
XML issu de l'EDI et concurrent de UBL aurait toutes
|
|||
|
les chances de s'imposer, assurent les analystes du
|
|||
|
Giga Group.</font> <font face="Arial" size="1"><i>(14/12/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011204_tibco.shtml">Tibco
|
|||
|
rejoint le train (d<>j<EFBFBD> bien occup<75>) des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Alors qu'il restait l'un
|
|||
|
des derniers grands acteurs <20> ne pas encore int<6E>grer
|
|||
|
cette technologie, Tibco annonce aujourd'hui son entr<74>e
|
|||
|
officiel dans l'univers SOAP.</font> <font face="Arial" size="1"><i>(04/12/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0112/011203_viafone.shtml">One
|
|||
|
Bridge ou l'acc<63>s mobile aux applications par <20>change
|
|||
|
de voix et donn<6E>es</a></b></font><br>
|
|||
|
<font face="Arial" size="2">La plate-forme One Bridge
|
|||
|
3.0 de Viafone autorise l'acc<63>s depuis un terminal fixe
|
|||
|
ou mobile <20> l'ensemble du syst<73>me d'information. Avec
|
|||
|
la prise en charge du mode vocal, la solution r<>alise
|
|||
|
une performance d'int<6E>gration..</font> <font face="Arial" size="1"><i>(03/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/itws/011130_it_langlois.shtml">"La
|
|||
|
complexit<69> d'ebXML n'est qu'apparente; il faut d<>dramatiser
|
|||
|
ce sujet", </a>Marc Langlois (EDI France)</b></font><br>
|
|||
|
<font face="Arial" size="2">Lieu de concertation entre
|
|||
|
les diff<66>rents secteurs professionnels pour promouvoir
|
|||
|
la d<>mat<61>rialisation des <20>changes, EDI France s'est
|
|||
|
impliqu<71>e fortement dans l'<27>laboration d'ebXML. Le point
|
|||
|
sur ce vaste chantier.</font> <font face="Arial" size="1"><i>(30/11/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011129_calendra.shtml">Calendra
|
|||
|
entend mettre la gestion des annuaires <20> la port<72>e des
|
|||
|
non-informaticiens</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Comment concilier la croissance
|
|||
|
des annuaires et le maintien de la qualit<69> de leurs
|
|||
|
donn<6E>es ? L'<27>diteur Calendra, qui vient de pr<70>senter
|
|||
|
la troisi<73>me mouture de son outil, pense avoir la solution.</font>
|
|||
|
<font face="Arial" size="1"><i>(29/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/011123_it_rosettanet.shtml">"Nous
|
|||
|
pensons avoir deux deux ans d'avance sur ebXML"</a>,
|
|||
|
Thierry Ceillier (Rosettanet) </b></font><br>
|
|||
|
<font face="Arial" size="2">A l'occasion du quatri<72>me
|
|||
|
Forum XML & Int<6E>gration e-business, Thierry Ceillier,
|
|||
|
Vice Pr<50>sident Europe de Rosettanet, revient sur la
|
|||
|
strat<61>gie du consortium et son positionnement vis <20>
|
|||
|
vis de ebXML.</font> <font face="Arial" size="1"><i>(23/11/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Spécial
|
|||
|
Forum XML </i></b></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011121_xmlforum_intro.shtml">Un
|
|||
|
salon sous le signe des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">In<EFBFBD>vitablement, l'<27>dition
|
|||
|
2001 du salon Forum XML a pris fortement la couleur
|
|||
|
des Web Services. La technologie n'est pas encore m<>re
|
|||
|
mais ouvre d<>j<EFBFBD> l'app<70>tit des <20>diteurs de solutions
|
|||
|
de gestion de contenu et d'outils d'int<6E>gration.</font>
|
|||
|
<font face="Arial" size="1"><i>(21/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2" color="#990033" ><b><i>Panorama
|
|||
|
</i></b></font> <font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011121_xml_part3.shtml">Des
|
|||
|
Web Services... aux dialectes XML m<>tiers</a></b></font><br>
|
|||
|
<font face="Arial" size="2">D'un c<>t<EFBFBD> le chantier des
|
|||
|
Web Services ; de l'autre celui des dialectes XML B
|
|||
|
to B. Deux univers qui, peu <20> peu, se rapprochent.</font>
|
|||
|
<font face="Arial" size="1"><i>(20/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011121_uddi.shtml">Les
|
|||
|
annuaires UDDI sont pr<70>ts, le reste de l'<27>difice pas
|
|||
|
vraiment</a></b></font><br>
|
|||
|
<font face="Arial" size="2">D<EFBFBD>ploy<EFBFBD>s par Microsoft,
|
|||
|
IBM, HP et SAP, ces annuaires r<>f<EFBFBD>rencent d<>j<EFBFBD> quelques
|
|||
|
milliers de services. Reste aux entreprises <20> comprendre
|
|||
|
comment les exploiter. Pas <20>vident <20> l'heure o<> les
|
|||
|
technologies des Web Services ne sont pas encore stabilis<69>es.</font>
|
|||
|
<font face="Arial" size="1"><i>(21/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011120_sterling.shtml">Sterling
|
|||
|
Commerce investit l'univers de la mod<6F>lisation des processus</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Apr<EFBFBD>s avoir lanc<6E> un serveur
|
|||
|
d'int<6E>gration, Sterling Commerce poursuit sa mont<6E>e
|
|||
|
en puissance dans le domaine de l'EAI.</font> <font face="Arial" size="1"><i>(20/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011113_ubl.shtml">UBL
|
|||
|
mettra-t-il fin <20> la comp<6D>tition entre dialectes XML
|
|||
|
?</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Sous la tutelle de l'Oasis,
|
|||
|
ce langage vient compl<70>ter l'initiative ebXML en standardisant
|
|||
|
la mani<6E>re de d<>crire les documents n<>cessaires au commerce
|
|||
|
<20>lectronique.</font> <font face="Arial" size="1"><i>(13/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/itws/011112_it_mathieudaudet.shtml">"La
|
|||
|
matrice technologique des Web Services est loin d'<27>tre
|
|||
|
stabilis<69>e"</a>, R<>my Mathieu-Daudet (Octo Technology)
|
|||
|
</b></font><br>
|
|||
|
<font face="Arial" size="2">Devenus en quelques mois
|
|||
|
le point de convergence de l'industrie du logiciel,
|
|||
|
les Web Services reposent toutefois sur des technologies
|
|||
|
encore loin d'<27>tre m<>res. Tour d'horizon (critique).</font>
|
|||
|
<font face="Arial" size="1"><i>(12/11/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011107_hp.shtml">Le
|
|||
|
serveur d'applications de HP devient gratuit <20> partir
|
|||
|
du 19 novembre 2001</a></b></font><br>
|
|||
|
<font face="Arial" size="2">But de la manoeuvre : attirer
|
|||
|
de nouveaux utilisateurs qui devront s'appuyer sur des
|
|||
|
e-services pour concevoir leurs architectures d'int<6E>gration
|
|||
|
B to B. Une architecture et des e-services, eux, bien
|
|||
|
payants.</font> <font face="Arial" size="1"><i>(07/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011107_sap.shtml">SAP
|
|||
|
choisit Java... mais ne tourne pas le dos <20> .Net</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Il y a une semaine, un "scoop"
|
|||
|
du Financial Times annon<6F>ait qu'entre J2EE et .Net SAP
|
|||
|
s'en tiendrait finalement au premier. Sans surprise,
|
|||
|
la r<>alit<69> technologique est un peu plus complexe...
|
|||
|
</font> <font face="Arial" size="1"><i>(07/11/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011106_iona.shtml">Iona
|
|||
|
prend le virage des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur int<6E>gre ses solutions
|
|||
|
EAI et BtoB au sein d'une seule plate-forme s'appuyant
|
|||
|
sur le socle technologique des Web Services.</font>
|
|||
|
<font face="Arial" size="1"><i>(06/11/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011105_wsinspection.shtml">IBM
|
|||
|
et Microsoft proposent un nouveau standard pour "publier"
|
|||
|
des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Les deux <20>diteurs cherchent
|
|||
|
manifestement <20> imposer un proc<6F>d<EFBFBD> plus r<>aliste que
|
|||
|
le tr<74>s ambitieux UDDI.</font> <font face="Arial" size="1"><i>(05/11/2002)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0111/011102_mega.shtml">Mega
|
|||
|
Integration, l'anti-chambre de l'EAI</a></b></font><br>
|
|||
|
<font face="Arial" size="2">D<EFBFBD>j<EFBFBD> connu pour ses outils
|
|||
|
de cartographie des syst<73>mes d'information, Mega compl<70>te
|
|||
|
son offre avec une solution de mod<6F>lisation de flux.</font>
|
|||
|
<font face="Arial" size="1"><i>(30/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011031_ibmcrossworlds.shtml">IBM
|
|||
|
acquiert l'<27>diteur d'EAI Crossworlds Software</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Reste <20> Big Blue <20> <20>laborer
|
|||
|
une plate-forme d'EAI r<>ellement int<6E>gr<67>e. Un vaste
|
|||
|
chantier dont les utilisateurs ne pourront tirer de
|
|||
|
b<>n<EFBFBD>fices avant plusieurs mois.</font> <font face="Arial" size="1"><i>(30/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011029_eccma.shtml">L'ECCMA
|
|||
|
standardise la codification des catalogues et des annuaires</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'Electronic Commerce Code
|
|||
|
Management Association compte parmi ses contributeurs
|
|||
|
des organisations comme l'Onu et des <20>diteurs tels que
|
|||
|
SAP et Content Europe.</font> <font face="Arial" size="1"><i>(26/10/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011025_sun.shtml">Sun
|
|||
|
d<>voile (vraiment) Sun One</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Lanc<EFBFBD>e officiellement il
|
|||
|
y a plusieurs mois, la plate-forme Sun One, concurrente
|
|||
|
de l'architecture .Net de Microsoft, prend enfin corps.
|
|||
|
Visite guid<69>e.</font> <font face="Arial" size="1"><i>(25/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Panorama</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011018_xml_part2.shtml">XML
|
|||
|
: les dialectes B to B et verticaux (Deuxi<78>me partie)</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Second chapitre de notre
|
|||
|
panorama XML. Aujourd'hui, place aux dialectes XML verticaux,
|
|||
|
B to B et aux langages d<>di<64>s <20> la s<>curit<69>.</font>
|
|||
|
<font face="Arial" size="1"><i>(18/10/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font> <font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011018_bea.shtml">BEA
|
|||
|
se pose comme concurrent d'IBM dans la course des Web
|
|||
|
Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Depuis son serveur d'applications
|
|||
|
en passant par ses briques d'int<6E>gration et de portails,
|
|||
|
l'<27>diteur am<61>ricain int<6E>gre les Web Services <20> tous
|
|||
|
les <20>tages de sa plate-forme.</font> <font face="Arial" size="1"><i>(18/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011017_nextpage.shtml">Le
|
|||
|
fournisseur de solutions collaboratives BtoB NextPage
|
|||
|
l<>ve 13 millions de dollars</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Fond<EFBFBD>e en 1999, NextPage
|
|||
|
doit la confiance des investisseurs <20> une plate-forme
|
|||
|
collaborative B to B agr<67>ment<6E>e d'applications destin<69>es
|
|||
|
<20> partager <20> distance l'acc<63>s aux processus et aux informations
|
|||
|
de l'entreprise.</font> <font face="Arial" size="1"><i>(17/10/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011016_ibm.shtml">Web
|
|||
|
Services: IBM affine sa strat<61>gie horizontale</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec WebSphere Portal Family
|
|||
|
et WebSphere Partner Agreement Manager, Big Blue compl<70>te
|
|||
|
son offre de Web Services autour des portails et de
|
|||
|
l'int<6E>gration BtoB.</font> <font face="Arial" size="1"><i>(16/10/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2" color="#990033" ><b><i>Panorama</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011016_xml_part1.shtml">Les
|
|||
|
dialectes XML (premi<6D>re partie)</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Premi<EFBFBD>re partie de notre
|
|||
|
panorama consacr<63> au langage XML et <20> ses sous-ensembles.
|
|||
|
Au menu aujourd'hui: les sp<73>cifications fondamentales
|
|||
|
et celles relatives <20> la transformation de documents.</font>
|
|||
|
<font face="Arial" size="1"><i>(16/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="1"><i>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011012_webgain.shtml">Avec
|
|||
|
TopLink, Webgain avance une infrastructure d'EAI pour
|
|||
|
environnement Java</a></b></font><br>
|
|||
|
<font face="Arial" size="2">TopLink s'adapte particuli<6C>rement
|
|||
|
<20> la gestion d'architecture deux tiers: serveur d'applications/base
|
|||
|
de donn<6E>es.</font> <font face="Arial" size="1"><i>(12/10/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011012_msgroove.shtml">Microsoft
|
|||
|
et Groove font converger web services et peer-to-peer</a></b></font><br>
|
|||
|
<font face="Arial" size="2">En r<>ponse <20> Sun qui s'est
|
|||
|
engag<61> dans la convergence des deux technologies, Microsoft
|
|||
|
s'octroie 20 % de l'<27>diteur d'outils de collaboration
|
|||
|
b-to-b sur les r<>seaux d'<27>gal <20> <20>gal.</font> <font face="Arial" size="1"><i>(11/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011011_epicentric.shtml">Epicentric
|
|||
|
met <20> jour son serveur de Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Dans sa version 4.0, Epicentric
|
|||
|
Foundation Server avance des fonctions de gestion multi-sites.</font>
|
|||
|
<font face="Arial" size="1"><i>(11/10/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011011_akazi.shtml">Akazi
|
|||
|
appuie la gestion des processus m<>tier sur une architecture
|
|||
|
de composants</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le bin<69>me FlowMind/FlowPoint
|
|||
|
de l'<27>diteur vient de convaincre le minist<73>re des finances
|
|||
|
qui l'utilisera pour g<>rer le cycle de vie des dossiers
|
|||
|
budg<64>taires.</font> <font face="Arial" size="1"><i>(11/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011011_novellyahoo.shtml">Yahoo
|
|||
|
int<6E>gre l'annuaire de Novell <20> sa solution de portail</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Le produit eDirectory de
|
|||
|
Novell vient remplacer la solution iPlanet utilis<69>e
|
|||
|
jusque-l<>. But du jeu: prendre en compte la forte h<>t<EFBFBD>rog<6F>n<EFBFBD>it<69>
|
|||
|
des annuaires et pr<70>parer de futurs services.</font>
|
|||
|
<font face="Arial" size="1"><i>(11/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011005_edf.shtml">EDF
|
|||
|
et Gaz De France entrent ensemble dans l'<27>re de l'eProcurement</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Deux des plus grandes entreprises
|
|||
|
fran<61>aises s'appr<70>tent <20> int<6E>grer et <20> utiliser une
|
|||
|
place de march<63> commune pour effectuer leurs achats
|
|||
|
g<>n<EFBFBD>raux. Un projet <20> la mesure des acteurs concern<72>s.</font>
|
|||
|
<font face="Arial" size="1"><i>(05/10/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011004_mercatorv6.shtml">Mercator
|
|||
|
lance la V.6 de sa plate-forme d'EAI</a></b></font><br>
|
|||
|
<font face="Arial" size="2">L'<27>diteur am<61>ricain de solutions
|
|||
|
d'EAI (Enterprise Application Integration) cherche visiblement
|
|||
|
avec cette version <20> monter en puissance sur l'int<6E>gration
|
|||
|
d'applications inter-entreprises.</font> <font face="Arial" size="1"><i>(04/10/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0110/011003_etva.shtml">e-TVA,
|
|||
|
trois formule pour le t<>l<EFBFBD>-r<>glement</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Filiale du groupe Prologue,
|
|||
|
Almacom lance ses solutions de r<>glement en ligne de
|
|||
|
la TVA via une plate-forme agr<67><72>e. La technologie e-TVA
|
|||
|
permet aux entreprises de s'adapter <20> la nouvelle r<>glementation.</font>
|
|||
|
<font face="Arial" size="1"><i>(03/10/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010926_j2ee.shtml">J2EE
|
|||
|
1.3 se pr<70>pare <20> int<6E>grer les Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Dans sa nouvelle version,
|
|||
|
J2EE am<61>liore ses interfaces pour l'int<6E>gration aux
|
|||
|
syst<73>mes existants et int<6E>gre XML <20> tous les <20>tages.</font>
|
|||
|
<font face="Arial" size="1"><i>(25/09/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/010924_it_ezratty.shtml">"Notre
|
|||
|
strat<61>gie .Net est un moyen de masquer la complexit<69>
|
|||
|
de XML"</a>, Olivier Ezratty (Microsoft)</b></font><br>
|
|||
|
<font face="Arial" size="2">Dans le sillage de .Net,
|
|||
|
Microsoft r<>-invente l'ensemble de ses logiciels et
|
|||
|
introduit de nouveaux services comme Passport. Explication
|
|||
|
de texte avec le directeur de la division "d<>veloppeurs
|
|||
|
.Net". </font> <font face="Arial" size="1"><i>(24/01/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Questions-Réponses</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010924_faqwebservices.shtml">Les
|
|||
|
services Web en neuf questions</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Depuis quelques mois, ce
|
|||
|
nouveau concept envahit les magazines sp<73>cialis<69>s et
|
|||
|
les notices techniques des serveurs. Neuf questions
|
|||
|
pour faire le point sur une technologie en pleine ascension.</font>
|
|||
|
<font face="Arial" size="1"><i>(24/09/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Attentats
|
|||
|
US </i></b></font> <font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010913_us_chargeappli.shtml">Quand
|
|||
|
le Web red<65>couvre les m<>rites des pages statiques</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Face <20> aux <20>v<EFBFBD>nements exceptionnels
|
|||
|
de mardi, la plupart des sites d'informations ont d<>
|
|||
|
d<>brayer leur site dynamique et opter pour des pages
|
|||
|
statiques. Explications.</font> <font face="Arial" size="1"><i>(13/09/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010911_vitria.shtml">BusinessWare:
|
|||
|
une plate-forme EAI et BtoB tr<74>s verticale</a></b></font><br>
|
|||
|
<font face="Arial" size="2">A l'ombre des grands acteurs
|
|||
|
du secteur, Vitria joue la carte de la sp<73>cialit<69> m<>tier.
|
|||
|
Avec une pr<70>dilection pour les secteurs des t<>l<EFBFBD>communications,
|
|||
|
de la finance ou encore de l'<27>nergie.</font> <font face="Arial" size="1"><i>(11/09/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010907_embarque.shtml">Windows
|
|||
|
XP Embebbed : la premi<6D>re brique .NET d<>di<64>e <20> l'embarqu<71></a></b></font><br>
|
|||
|
<font face="Arial" size="2">Dans l'attente d'un serveur
|
|||
|
d<>di<64> au monde des applications embarqu<71>es, Windows
|
|||
|
XP Embedded est annonc<6E>... avec <20> la clef le support
|
|||
|
des Web Services.</font> <font face="Arial" size="1"><i>(07/09/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2" color="#990033" ><b><i>Interview</i></b></font>
|
|||
|
<font face="Arial" size="2"><b> <a href="http://solutions.journaldunet.com/itws/010907_it_ibmplm_deshays.shtml">"Sur
|
|||
|
un m<>me <20>cran, deux ing<6E>nieurs peuvent collaborer <20>
|
|||
|
distance en temps r<>el"</a>, <br>
|
|||
|
Jean-Marc Deshays (IBM PLM Solutions)</b></font><br>
|
|||
|
<font face="Arial" size="2">Ni ERP, ni CRM, ni SCM,
|
|||
|
les progiciels de gestion du cycle de vie produits sont
|
|||
|
le quatri<72>me grand pilier du syst<73>me d'information industriel.
|
|||
|
Ici IBM est en terrain connu.</font> <font face="Arial" size="1"><i>(07/09/2001)</i></font>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010907_embarque.shtml">Windows
|
|||
|
XP Embedded : la premi<6D>re brique .NET d<>di<64>e <20> l'embarqu<71></a></b></font><br>
|
|||
|
<font face="Arial" size="2">Dans l'attente d'un serveur
|
|||
|
d<>di<64> au monde des applications embarqu<71>es, Windows
|
|||
|
XP Embedded est annonc<6E>... avec <20> la clef le support
|
|||
|
des Web Services.</font> <font face="Arial" size="1"><i>(07/09/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="2" color="#990033" ><b><i>Questions-Réponses</i></b></font>
|
|||
|
<font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010906_faqnet.shtml">La
|
|||
|
strat<61>gie .NET de Microsoft</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Plus un seul produit de
|
|||
|
Microsoft de sort sans qu'il soit pr<70>sent<6E> comme le
|
|||
|
porte-drapeau de la "strat<61>gie .NET". Quels en sont
|
|||
|
les objectifs et les principes ? R<>ponses en six points.</font>
|
|||
|
<font face="Arial" size="1"><i>(05/09/2001)<br>
|
|||
|
<br>
|
|||
|
</i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010904_borland.shtml">Borland
|
|||
|
met Apache <20> la port<72>e des Web Services</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Apr<EFBFBD>s avoir int<6E>gr<67> les
|
|||
|
standards des Web Services <20> Delphi 6, Borland assure
|
|||
|
l'int<6E>gration d'Apache <20> son environnement de d<>veloppement
|
|||
|
Kylix.</font> <font face="Arial" size="1"><i>(04/09/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
<font face="Arial" size="1"><i> </i></font><font face="Arial" size="2"><b><a href="http://solutions.journaldunet.com/0109/010903_iplanet.shtml">iPlanet
|
|||
|
lance ses plates-formes d'int<6E>gration EAI et BtoB</a></b></font><br>
|
|||
|
<font face="Arial" size="2">Avec iPlanet Integration
|
|||
|
server et BtoB Edition, l'<27>diteur vient se positionner
|
|||
|
sur le terrain des Web Services. Et <20>toffe le projet
|
|||
|
Sun One, alternative <20> l'initiative ".Net" de Microsoft.</font>
|
|||
|
<font face="Arial" size="1"><i>(03/09/2001)</i></font><br>
|
|||
|
<br>
|
|||
|
</p>
|
|||
|
<p align="center"> </p>
|
|||
|
<p><!--Fin fil--><font face="Arial, Helvetica, sans-serif" size="2"><font size="1" face="Arial, Helvetica, sans-serif">
|
|||
|
</font> </font></p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
<td width="132" bgcolor="#eeeeee" valign="top">
|
|||
|
<div align="center">
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="6">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center">
|
|||
|
<table border=0 cellspacing=0 cellpadding=0 width=100%>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<div align=center>
|
|||
|
<table border=0 cellspacing=0 cellpadding=0 width=120>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><table width=120 border=0 cellpadding=0 cellspacing=0 align=center>
|
|||
|
<tr>
|
|||
|
<td colspan=3><img src=/images/v2/newsletter_01.gif width=120 height=15 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
<form method=post action=http://benchmail.benchmark.fr/fr_abo.asp target=_blank>
|
|||
|
<tr>
|
|||
|
<td width=2 background=/images/v2/newsletter_02.gif><img src=/images/v2/newsletter_02.gif width=2 height=76 border=0 alt=""></td>
|
|||
|
<td width=120 background=/images/v2/newsletter_03.gif>
|
|||
|
<div align=center><font face=Verdana size=1>Gratuit - L'actualit<69>
|
|||
|
des technologies<br>
|
|||
|
e-business<br>
|
|||
|
</font>
|
|||
|
<input type=text name=ML value=email size=8>
|
|||
|
<input type=image id=OR name=lien src=/images/v2/ok_news.gif width=32 height=17 align=absmiddle border=0>
|
|||
|
<br><font face="Arial, Helvetica, sans-serif" size=1>HTML</font>
|
|||
|
<input type=radio name=idm value=5 checked>
|
|||
|
<font face="Arial, Helvetica, sans-serif" size=2>|</font>
|
|||
|
<input type=radio name=idm value=12>
|
|||
|
<font size=1 face="Arial, Helvetica, sans-serif">Texte<br>
|
|||
|
<a href=http://benchmail.benchmark.fr/fr_abd.Asp?OR=SOLUTION target=_blank>Toutes
|
|||
|
nos newsletters</a></font></div>
|
|||
|
</td>
|
|||
|
<td width=2 background=/images/v2/newsletter_04.gif><img src=/images/v2/newsletter_04.gif width=2 height=65 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
</form>
|
|||
|
<tr>
|
|||
|
<td colspan=3 width=120><img src=/images/v2/newsletter_05.gif width=120 height=11 border=0 alt=""></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><div align=center>
|
|||
|
<oas URL=solutions.journaldunet.com/b2b@Right2>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/b2b";
|
|||
|
var position ="Right2";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<table width=120 border=0 cellspacing=0 cellpadding=0>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center>
|
|||
|
<div align=center>
|
|||
|
<table width=120 border=0 cellspacing=0 cellpadding=0 bgcolor="EEEEEE">
|
|||
|
<tr>
|
|||
|
<td><img src="/images/v3/it.gif" width="120" height="13" border="0"></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="1">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<p><a style="color: #000033; text-decoration: none" href="http://solutions.journaldunet.com/itws/020208_it_w3c.shtml"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Daniel
|
|||
|
Dardailler<br>
|
|||
|
</font></b></a><a style="color: #000033; text-decoration: none" href="http://solutions.journaldunet.com/itws/020208_it_w3c.shtml"><img src="http://solutions.journaldunet.com/images_it/mini_dardailler.jpg" align="left" border="0"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">
|
|||
|
</font></b><font face="Verdana, Arial, Helvetica, sans-serif" size="1">W3C
|
|||
|
<br>
|
|||
|
</font></a></p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><a style="color: #000033; text-decoration: none" href="http://solutions.journaldunet.com/itws/020208_it_w3c.shtml"><img src="/images/v3/itouv.gif" width="17" height="16" align="left" border="0">
|
|||
|
<font size="2"><font face="Verdana, Arial, Helvetica, sans-serif" color="05277E" size="1">Du
|
|||
|
Web s<>mantique aux Web Services, nous automatisons le<img src="/images/v3/itfer.gif" width="17" height="16" align="right" border="0">
|
|||
|
travail des applications</font></font></a></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
|
|||
|
<tr bgcolor="A9B6BC">
|
|||
|
<td>
|
|||
|
<div align="center"><img src="/images/v2/sondage.gif" height="13"></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
|
|||
|
<table width="100%" border="0" cellspacing="0" cellpadding="2" align="center">
|
|||
|
<tr bgcolor="A9B6BC">
|
|||
|
<td>
|
|||
|
<div align="center"><font face="Verdana,Arial" size=1>La reprise dans le secteur high-tech...</font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
|
|||
|
<td>
|
|||
|
<table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="A9B6BC">
|
|||
|
<tr bgcolor="#eeeeee">
|
|||
|
<td>
|
|||
|
<table cellspacing="0" border="0" width="99%" bordercolor="A9B6BC" cellpadding="2">
|
|||
|
<form action="/poll_it_ssi_v2.0.cgi" method=POST>
|
|||
|
<input type="Hidden" name="poll_id" value="">
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="1">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>C'est bien engag<61> </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="2">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1><EFBFBD>a fr<66>mit </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="3">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>En septembre </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="4">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>En janvier 2003 </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<tr>
|
|||
|
<td valign=TOP>
|
|||
|
<input type=Radio name="option_selected" value="5">
|
|||
|
</td>
|
|||
|
<td><font face="Verdana,Arial" size=1>Aucune visiblit<69> </font></td>
|
|||
|
</tr>
|
|||
|
|
|||
|
|
|||
|
<tr>
|
|||
|
<td colspan=2 align=center> <BR> <INPUT Type=SUBMIT Value="Voter"> </td>
|
|||
|
</tr>
|
|||
|
</form>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center"><font face="Verdana,Arial" size=1><a href="http://solutions.journaldunet.com/pollit_files/sondages.shtml" target="_top"><font face="Arial" size=1>Précédents
|
|||
|
sondages</font></a></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><img src=/images/v3/dossier.gif width=120 height=13></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#FFFFFF><font color=#000000><b>Stockage
|
|||
|
</b></font></font>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="1">
|
|||
|
<tr>
|
|||
|
<td><font face="Arial" size=2 color=#FFFFFF><a href=http://solutions.journaldunet.com/dossiers/stockage/sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/stockage.gif border=0 vspace=0 width="40" height="40"></a></font></td>
|
|||
|
<td><font face="Arial" size=1 color=#000000>Du stockage en r<>seau aux
|
|||
|
r<>seaux de </font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td colspan="2"><font face="Arial" size=2 color=#000000><font face="Arial" size=1 color=#000000>stockage.
|
|||
|
L'<27>tat de l'art et des exp<78>riences pour vous guider dans vos prochains
|
|||
|
choix. <br>
|
|||
|
</font><font face="Arial" size=2><img src=/images_it/tiret.gif> <font size=1><a style="color: #000033;" href=http://solutions.journaldunet.com/dossiers/stockage/sommaire.shtml>Sommaire</a></font></font></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#FFFFFF><font color=#000000><b>Mesure
|
|||
|
d'audience </b></font></font>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td valign="top"><font face="Verdana" size=1 color=#000000><font face="Arial" size=2 color=#FFFFFF><b><a href=http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/audience_mini.jpg border=0 vspace=0></a></b></font></font></td>
|
|||
|
<td height="32"><font face="Arial" size=1 color=#000000>Comment les
|
|||
|
solutions prennent le </font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td colspan="2"><font face="Verdana" size=1 color=#FFFFFF><font face="Arial" size=2 color=#000000><font face="Verdana" size=1><font face="Arial" size=1 color=#000000>chemin
|
|||
|
de l'intranet et de la licence d<>finitive. </font><font face="Arial">
|
|||
|
<br>
|
|||
|
</font></font><font face="Arial" size=2><img src=/images_it/tiret.gif>
|
|||
|
<font size=1><a style="color: #000033;" href=http://solutions.journaldunet.com/dossiers/audience/sommaire.shtml>Sommaire</a></font></font></font></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#000000><b>Web Services </b></font>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#000000><font face="Verdana" size=1 color=#000000><font face="Arial" size=2 color=#FFFFFF><b><a href=http://solutions.journaldunet.com/dossiers/webservices/sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/webservices_mini.jpg border=0 vspace=2></a></b></font></font></font></td>
|
|||
|
<td><font face="Arial" size=1 color=#000000>Zoom sur ce nouveau paradigme
|
|||
|
des </font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td colspan="2"><font face="Arial" size=2 color=#000000><font face="Arial" size=1 color=#000000>
|
|||
|
architectures informatiques. Et sur les protocoles qui le soutiennent:
|
|||
|
SOAP, WSDL, UDDI...</font><font face="Arial" size=1> </font><font face="Arial" size=2><br>
|
|||
|
<img src=/images_it/tiret.gif> <font size=1><a style="color: #000033;" href=http://solutions.journaldunet.com/dossiers/webservices/sommaire.shtml>Sommaire</a></font></font></font></td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td height=20>
|
|||
|
<div align=center><font face=Verdana size=1><a href=http://solutions.journaldunet.com/dossiers/tslesdossiers.shtml><b><font color="#000000">Tous
|
|||
|
les dossiers</font></b></a></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><a href=http://www.journaldunet.com/tops/top_sommaire.shtml><img src=http://solutions.journaldunet.com/images/pictos/heber.jpg border=0></a><br>
|
|||
|
<font face=Arial size=1><a href=http://www.journaldunet.com/tops/top_sommaire.shtml><font color=#000000>Classements
|
|||
|
du Web</font></a><br>
|
|||
|
</font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><img src=http://www.journaldunet.com/images_it/annu.gif height=13 width=120></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<table width=100% border=0 cellspacing=1 cellpadding=2 bgcolor=A9B6BC>
|
|||
|
<tr bgcolor=#eeeeee>
|
|||
|
<td>
|
|||
|
<p><font face="Arial" size=1><font face="Verdana"><b>Les entreprises
|
|||
|
de l'Internet</b></font><br>
|
|||
|
<a href=http://societe.journaldunet.com><font face="Verdana" color=#000000>Plus
|
|||
|
de 3600 sociétés référencées</font></a></font></p>
|
|||
|
<p><font face="Arial" size=1><font face="Verdana"><b>Les prestataires</b></font><br>
|
|||
|
<a href=http://prestataires.journaldunet.com><font face="Verdana" color=#000000>Plus
|
|||
|
de 2000 prestataires</font></a></font></p>
|
|||
|
<p><font face="Arial" size=1><font face="Verdana"><b>Les fonds</b></font><br>
|
|||
|
<a href=http://fonds.journaldunet.com><font face="Verdana" color=#000000>72
|
|||
|
fiches descriptives</font></a></font></p>
|
|||
|
<p><font face="Arial" size=2><font size=1><font face="Verdana"><b>Le
|
|||
|
carnet des e-managers</b></font><br>
|
|||
|
</font><font face="Verdana" size=1><a href=http://lecarnet.journaldunet.com><font color="#000000">Plus
|
|||
|
de 1300 dirigeants</font></a></font><font size=1><br>
|
|||
|
</font></font></p>
|
|||
|
<p><font face="Arial" size=2><font size=1><font face="Verdana"><b>Solutions
|
|||
|
e-Business </b></font><br>
|
|||
|
</font><font face="Verdana" size=1><a href=http://prestataires.journaldunet.com><font color="#000000">204
|
|||
|
solutions et outils detaillées</font></a></font><font size=1><br>
|
|||
|
</font></font></p>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td> </td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td><font face="Verdana" size=1 color=#000000></font></td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align=center><a href=http://www.journaldunet.com/boutik/ title="La boutique Benchmark"><img src=http://www.journaldunet.com/pictos/boutikbenchmark.jpg border=0><br>
|
|||
|
<font face="Verdana" size=1 color=#800000>Des offres sur nos études
|
|||
|
et nos lettres</font></a></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center">
|
|||
|
<table border=0 cellspacing=1 cellpadding=2 align=center bgcolor=#e5e6ce width=100%>
|
|||
|
<tr>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.benchmark.fr/ebn.asp?pid=68 title="La société" onMouseOver="self.status='La Société';return true;" onMouseOut="self.status=' ';return true;"><font size=1 face="Verdana, Arial">Société</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/contacts.shtml onMouseOver="self.status='Contacts';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Contacts</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/pubbenchmark.shtml title=Publicité onMouseOver="self.status='Contact publicité';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Publicité</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.benchmark.fr/ebn.asp?pid=69 title="Communiqués de Presse" onMouseOver="self.status='Les communiqués de presse';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Presse</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://emploi.journaldunet.com/compte/liste.cfm?mode=2&EntIdx=1448 title=Recrutement onMouseOver="self.status='Recrutement';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial">Recrutement</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/tousnossites.shtml><font size=1 face="Verdana, Arial">Tous
|
|||
|
nos sites</font></a></font></font></div>
|
|||
|
</td>
|
|||
|
<td colspan=2 bgcolor=#9bac79>
|
|||
|
<div align=center><font size=-2 face=Arial><font size=-2 face=Arial><font color=#000033><a style="color: #000033; text-decoration: none" href=http://www.journaldunet.com/donneesperso.shtml onMouseOver="self.status='Données personnelles';return true;" onMouseOut="self.status=' ';return true;"><font face="Verdana, Arial" size=1>Données
|
|||
|
personnelles</font></a></font></font><font color=#000033 face="Verdana, Arial" size=1>
|
|||
|
</font></font></div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width=100% border=0 cellspacing=1 cellpadding=2 bgcolor=#000033>
|
|||
|
<tr>
|
|||
|
<td width=20 bgcolor=#000033><div align=center><OAS URL=solutions.journaldunet.com/divers@x30>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/divers";
|
|||
|
var position ="x30";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_blank" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="468" HEIGHT="60" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS></div>
|
|||
|
</td>
|
|||
|
<td bgcolor=#000033>
|
|||
|
<div align=center><font face="Verdana, Arial" size=1 color=#FFFFFF>Pour
|
|||
|
tout problème de consultations, écrivez au <a href=mailto:webmaster-solutions@journaldunet.com><font color=#FFFF00>webmaster</font></a>.<br>
|
|||
|
© Benchmark Group, 4 rue diderot 92156 Suresnes Cedex</font></div>
|
|||
|
</td>
|
|||
|
<td width=20 bgcolor=#000033> </td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<table width="120" border="0" cellspacing="0" cellpadding="0">
|
|||
|
<tr>
|
|||
|
<td>
|
|||
|
<div align="center"><div align=center>
|
|||
|
<OAS URL=solutions.journaldunet.com/b2b@TopRight>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/b2b";
|
|||
|
var position ="TopRight";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_top" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="120" HEIGHT="600" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<div align=center>
|
|||
|
<OAS URL=solutions.journaldunet.com/home@TopLeft>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
_version=10; //--> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript1.1"> <!--
|
|||
|
_version=11;
|
|||
|
if (navigator.userAgent.indexOf('Mozilla/3') != -1){
|
|||
|
_version=10;} // --> </script>
|
|||
|
<SCRIPT LANGUAGE="JavaScript"> <!--
|
|||
|
var server = 'oas.benchmark.fr';
|
|||
|
var sitepage = "solutions.journaldunet.com/home";
|
|||
|
var position ="TopLeft";
|
|||
|
if (! (RN)) {
|
|||
|
var RN = new String (Math.random());
|
|||
|
var RNS = RN.substring (2, 11);
|
|||
|
}
|
|||
|
var oas='http://' + server + '/RealMedia/ads/';
|
|||
|
var oaspage= sitepage + '/1' + RNS + '@' + position;
|
|||
|
if (_version < 11) {
|
|||
|
document.write ('<A HREF="' + oas + 'click_nx.ads/'+ oaspage + '" TARGET="_top" ><IMG SRC="' + oas + 'adstream_nx.ads/' + oaspage + '" BORDER="0" WIDTH="120" HEIGHT="600" ALT="Cliquez ici !" ></a>');
|
|||
|
} else {
|
|||
|
document.write ('<SCRIPT LANGUAGE="JavaScript1.1" SRC="' + oas + 'adstream_jx.ads/' + oaspage + '">');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
document.write ('\<\/SCRIPT\>');
|
|||
|
document.write ('\<\!-- --\>');
|
|||
|
}
|
|||
|
// -->
|
|||
|
</SCRIPT>
|
|||
|
</OAS>
|
|||
|
</div>
|
|||
|
|
|||
|
</BODY></HTML>
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|