
@misc{
	www.kqml,
	title="UMBC KQML Web",
	howpublished="\uline{http://www.cs.umbc.edu/kqml}",
	note={~\\ {\footnotesize Les spécifications du langage KQML.}}
	}

@misc(
	www.persistent_java,
	title="Persistent Java and Mobile Web Agents",
	howpublished="\uline{http://copeland.smartchoice.com/$\sim$laforge}",
	note={~\\ {\footnotesize Package réalisé par un utilisateur averti pour stocker des objets créés en Java dans des fichiers (persistance).}}
	)

@misc(
	www.voyager,
	title="ObjectSpace (VOYAGER)",
	howpublished="\uline{http://www.objectspace.com}",
	note={~\\ {\footnotesize Grand distributeur de solutions réseaux basées sur Java.
	Développement d'outils spécialisés comme Voyager et ObjectStore.}}
	)

@misc(
	www.agents_intelligents,
	title="Les Agents Intelligents",
	howpublished="\uline{http://crrm.univ-mrs.fr/mannina/mb/agent.htm}",
	note={~\\ {\footnotesize L'autre aspect des agents intelligents dédiés à Internet : 
	robots "intelligents" des moteurs de recherche.}}
	)

@misc(
	www.agent_society,
	title="The Agent Society",
	howpublished="\uline{http://www.agent.org}",
	note={~\\ {\footnotesize Groupe de standardisation des agents logiciels.
	Différentes approches et définition des agents.}}
	)

@misc(
	www.travail_collaboratif,
	title="Applications de travail collaboratif",
	howpublished="\uline{http://www.cru.fr/multimedia}",
	note={~\\ {\footnotesize Le but du travail collaboratif est de permettre la communication audio, vidéo et le partage de support d'affichage au sein d'un groupe de travail.}}
	)
	
@misc(
	www.autonomous_conf97,
	title="Autonomous Agents Conference '97",
	howpublished="\uline{http://www.isi.edu/isd/AA97/info.html}",
	note={~\\ {\footnotesize La première conférence internationale sur les agents autonomes (Février 1997).}}
	)

@misc(
	www.objectstore_examples,
	title="ObjectStore, Voyager and Java examples",
	howpublished="\uline{http://www.meangene.com/java}",
	note={~\\ {\footnotesize Page personnelle dédiée à la programmation en Java des classes ObjectStore et Voyager.
	Grosse application à un système multi-serveurs.}}
	)

@misc(
	www.oo_research_laboratory,
	title="The Olivetti \& Oracle Research Laboratory",
	howpublished="\uline{http://www.uk.research.att.com/omniORB}",
	note={~\\ {\footnotesize Laboratoire de recherche d'ATT.
	Développement d'un ORB qui implemente les dernières spécifications de CORBA.}}
	)

@misc(
	www.agent_programming,
	title="Agent Programming",
	howpublished="\uline{http://www.sikt.hk-r.se/isl/courses/ddv305/laboration/kqml}",
	note={~\\ {\footnotesize Exemples de programmes en Java et KQML pour la simulation de taxis.
	Résolution de la discussion entre les agents de location et les agents utilisateurs.}}
	)

@misc(
	www.java-linux,
	title="Java-Linux",
	howpublished="\uline{http://wwww.blackdown.org/java-linux.html}",
	note={~\\ {\footnotesize Site internet dédié au port de Java pour Linux.
	Dernières versions et nouveaux produits Java disponibles sous Linux.}}
	)

@misc(
	www.sunjava,
	title="Sun Java Technology",
	howpublished="\uline{http://java.sun.com}",
	note={~\\ {\footnotesize Le site officiel de Java.
	Tous les derniers produits en téléchargement, documentation et didactiels.}}
	)

@misc(
	www.beowulf,
	title="Beowulf Project at CESDIS",
	howpublished="\uline{http://www.beowulf.org}",
	note={~\\ {\footnotesize Site internet du cluster Linux de la NASA.
	Machines massivement parallèles utilisées à la NASA. Evolution et recommandations depuis 1994.}}
	)

@misc(
	www.extremelinux,
	title="Extreme Linux (PCs clusters)",
	howpublished="\uline{http://www.extremelinux.org}",
	note={~\\ {\footnotesize Site internet dédiés aux clusters Linux.
	Reprise de Beowulf, avec extension et application à la communauté scientifique et à la recherche informatique.}}
	)

@misc(
	www.omg,
	title="Object Management Group",
	howpublished="\uline{http://www.omg.org}",
	note={~\\ {\footnotesize Groupe de normalisation des techniques orientées objets et réseaux (ex : CORBA).}}
)

@book(
	objectsore, 
        title="Component Based Computing and the ObjectStore Cache-Forward Architecture",
        publisher="Object Design",
        year=1997,
        note={~\\ {\footnotesize Document d'utilisation du cache d'Objects Persistants ObjectStore.}}
)

@book(
	corba, 
        title="The Common Object Request Broker: Architecture and Specification",
        publisher="OMG",
        year=1998,
        note={~\\ {\footnotesize Spécifications CORBA de l'OMG.}}

)

@book(
	idl, 
        title="Submission IDL/Java Language Mapping",
        publisher="OMG",
	month = "March",
        year=1997,
        note={~\\ {\footnotesize Spécification des interfaces Java/CORBA.}}
)

@book(
	orbacus,
        title = "ORBacus for C++ and Java",
        publisher="Object-Oriented Concepts",
        year=1998,
        note={~\\ {\footnotesize Documentation de ORBacus, un ORB interfacable en Java.}}
)

@book(
	voyager-userguide,
        title="Voyager Core Technology 2.0 User Guide",
        publisher="Objectspace",
        year=1998,
	note={~\\ {\footnotesize Documentation standard fournie avec les sources.}}
)

@book(
	voyager-transaction,
        title = "Voyager Transaction Service Technical Overview",
        publisher="Objectspace",
        year = 1998,
        note={~\\ {\footnotesize Documentation sur les services transactionnels de Voyager.}}
)

@techreport(
	multiagent_scenario,
	author="Moulin, Bernard",
	title="A scenario-based design method and an environment for the development of multiagent systems",
	institution="Laval University",
	year=1995,
	note={~\\ {\footnotesize Ce rapport présente des étapes d'analyse et de design pour
		le développement d'un système multi-agent composé d'agent logiciel jouant
		plusieurs rôles dans des scénari prédéterminés.
		Un exemple de prise de rendez-vous sert à illustrer la présentation.}}
	)

@techreport(
	eco-problem-solving,
	author="Ferber, Jacques",
	title="Eco-Problem-Solving",
	institution="Institut Blaise Pascal",
	year=1990,
	)

@techreport(
        softbot,
        author="Etzioni O., Weld D.",
        title="A SoftBot based interface to the Internet, Communication of the ACM, 37(7) in LNAI 1365 p147",
        publisher="Springer-Verlag",
        year=1994,
)

@techreport(
        classesagents,
        author="Sheory O., Sycara K., Jha S.",
        title="Multi-Agent Coordiantion through Coalition Formation, Intelligent Agents IV, Agent Theoties, Architectures and Languages, ATAL '97 LNAI 1365 p147",
        publisher="Springer-Verlag",
        year=1997,
        )

@techreport(
        datamoving,
        author="Schwartz R., Kraus S.",
        title="Bidding Mechanism for Data Allocation in Multi-Agent Environments, Intelligent Agents IV, Agent Theoties, Architectures and Languages, ATAL '97 LNAI 1365 p61",
        publisher="Springer-Verlag",
        year=1997,
        )

@techreport(
        agentcomm,
        author="Nodin M., Unruh A.",
        title="Facilitating open communication in Agent systems: The InfoSleuth infrastructure, in Intelligent Agents IV, Agent Theories, Architectures and Languages, ATAL '97 LNAI 1365 p281",
        publisher="Springer-Verlag",
        year=1997,
        )

@techreport(
        genes,
        author="Genesereth M., Ketchpel S.",
        title="Software Agents",
        publisher="Communication of the ACM, Itelligent Agents, July 1994, volume 37, number 7",
        year=1994,
        )
@techreport(
        ovlcoal,
        author="Shehory O., Kraus S.",
        title="Formation of overlapping coalition for precedence ordered task execution among autonomous agents, in Intelligent Agents IV, Agent Theories, Architectures and Languages, ATAL '97 LNAI 1365 p147",
        publisher="Springer-Verlag",
        year=1997,
        )

@techreport(
        usrsched,
        author="Scott A., Jenkin K., Senjen R.",
        title="Design of an Agent-Based, Multi-user Scheduling Implementation, in Multi-Agents Systems, Theory, Languages and Application, LNAI 1544",
        publisher="Springer-Verlag",
        year=1997,
)

@techreport(
        secnght,
        author="Petrie C.",
        title="The Secretaries Nightmare problem, in Proceedings of the CAIA Workshop on Coordianted Design and Planning, San Antonio, Texas",
        year=1994,
)

@techreport(
        collfrwk,
        author="Jamison W.",
        title="ACACIA: An Agent Based Collaborative Framework for Heterogenous Multiagent Systems, in Multi-Agents Systems, Methodologies and Application, LNAI 1286 pp76,91",
        publisher="Springer-Verlag",
        year=1997,
)

@techreport(
        SAAS,
        author="Barthès JP., de Azevedo H.",
        title="Identifying Autonomous Agents for Capitalizing Knowledge",
        publisher="Workshop pre-Proceedings ACW'98 Agents in Communityware at the ICMAS p3, Paris, France",
	institution="Laboratoire d'Informatique de Paris 6 (LIP6)",
        year=1998,
)

@techreport(
        frsrcvirt,
        author="Taquet A., Mathieu P.",
        title="La négociation dans les systèmes multi-agents. Une application à la secrétaire virtuelle",
	institution="Université des Sciences et Technologies de Lille",
        year=1996,
)

@techreport(
        aigws,
        author="Wainer J., Ellis C.",
        title="Agents in GroupWare Systems",
        publisher="Workshop pre-Proceedings ACW'98 Agents in Communityware at the ICMAS p3, Paris, France",
	institution="Laboratoire d'Informatique de Paris 6 (LIP6)",
        year=1998,
)

@book(
	sma,
	author="Ferber, Jacques",
	title="Les systèmes Multi-Agents",
	publisher="InterEditions",
	year=1997,
        note={~\\ {\footnotesize Ce livre décrit exhaustivement tous les systèmes multi-agents, leur conception....}}
)

@book(
        aa,
        author="Maes, Pattie (Editor)",
        title="Designing Autonomous Agents, Theory and practice from Biology to Engineering and back",
        publisher="MIT Elsewier",
        year=1991,
        )

@book(
	java-agent, 
        author="Bigus, Jennifer and Joseph",
        title=" Constructing Intelligent Agents with Java",
        publisher="Wiley Computer Publishing",
        year=1998,
        note={~\\ {\footnotesize Livre très intéressant sur les applications de l'IA et des SMA en Java.}}
	)
					
@book(
	dobb1,
        author="Morgan, Bryan",
        title="Building distributed applications with Java and CORBA",
        publisher="Dr Dobb's Journal 284",
        year=1998
)

@book(
	dobb2, 
        author="Rousselle, Philip",
        title="Dynamic distributed systems in Java",
        publisher="Dr Dobb's Journal 284",
        year=1998
)

@book(
	push, 
        author="Bonnet, Christophe and Macary, Jean-François",
        title="Technologies PUSH",
        publisher="Fi System, Eyrolles",
        year=1997,
        note={~\\ {\footnotesize Livre sur les méthodes d'envoi actif de données vers les clients.}}
)

@book(
	client-serveur, 
        author="Nicolas, Cédric and Avare, Christophe and Najman, Frédéric",
        title="JAVA Client-Serveur",
        publisher="Fi System, Eyrolles",
        year=1998,
	note={~\\ {\footnotesize Développement d'applications critiques d'entreprise, 
		solutions client-serveur. Sont abordés: Java Beans, JDBC, Corba/RMI, Marimba Castanet.}}
)

@book(
	java-corba,
        author="Vogel, Andreas and Duddy, Keith",
        title="JAVA Programming with CORBA (Second Edition)",
        publisher="Wiley",
        year=1998
)

@book(
	data-toolkit, 
        author="Burridge, Rich",
        title="Java Shared Data Toolkit User Guide",
        publisher="Sun Microsystem",
        year="June 1998",
        note={~\\ {\footnotesize Documentation des outils Sun pour iles API Java de travail partagé.}}
)

@book(
	kqml-guide,
        author="Back, J. Christopher",
        title="KQML Users Guide",
        year= 1993,
        note={~\\ {\footnotesize Documentation de KQML.}}
)

@book(
	kqml-specs,
        author="Finin, Tim and  Weber, Jay and others",
        title="Specification of the KQML, Agent Communication Language",
        year=1991
)

@book(
	perl-intro, 
        author="Aubert, Olivier",
        title="Introduction à Perl",
        year=1998,
        note={~\\ {\footnotesize Cours de Perl en français.}}
)

@book(
	perl-programmation,
        author="Wall, Larry",
        title="Programmation en Perl 2e édition",
        publisher="O'Reilly",
        year=1998
)

@book(
	perl-advanced, 
        author="Rimivasan, S.",
        title="Advanced Perl Programming",
        publisher="O'Reilly",
        year=1998
)

@book(
	web-client, 
        author="Wong",
        title="Web Client Programming",
        publisher="O'Reilly",
        year=1998
)

@book(
	client-server, 
        author="Orfali, R. and Harkey, D. and Edwards, J.",
        title="The Essential Client/Server Survival Guide, Second Edition",
        publisher="Wiley Computer Publishing",
        year=1996
)

@book(
	java-intelligent, 
        author="Watson, Mark",
        title="Intelligent JAVA Apllications for the Internet and Intranets",
        publisher="Morgan Kaufmann Publishers",
        year=1997
)


