Re: jade-develop Digest, Vol 60, Issue 4
Thanks a lot sir. Very very thanks. Sir, I am new to the Jade. I will try with the guidance provide.
Once again thanks for taking the pain.
By the way, can I know yours Identity.
Thanks
With Regards
Sandeep Garg,
Computer Engg,
IT-BHU, India
On 1/4/08, jade-develop-request <at> avalon.tilab.com <
jade-develop-request-Rme2m++ZjyG/63qBxovBxw@public.gmane.org> wrote:
Send jade-develop mailing list submissions to
jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
To subscribe or unsubscribe via the World Wide Web, visit
https://avalon.cselt.it/mailman/listinfo/jade-develop
or, via email, send a message with subject or body 'help' to
jade-develop-request-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
You can reach the person managing the list at
jade-develop-owner-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of jade-develop digest..."
Today's Topics:
1. Re: Using Jade and AgentOWL on NetBeans Java IDE on Jena
RDF/OWL profiles (veggen)
2. [POSSIBLE VIRUS:###] OntologyBeanGenerator new version
(Csongor Nyulas)
----------------------------------------------------------------------
Message: 1
Date: Thu, 3 Jan 2008 18:06:05 -0800 (PST)
From: veggen <the_name_i_chose_first <at> yahoo.com>
Subject: Re: [jade-develop] Using Jade and AgentOWL on NetBeans Java
IDE on Jena RDF/OWL profiles
To: jade-develop <at> avalon.tilab.com
Message-ID: <14609516.post-WJuSqJV8a7jJsTRiRinrng@public.gmane.org
>
Content-Type: text/plain; charset=UTF-8
Well, from what I understood, you have descriptions stored in a model and you
want agents that are able to load those descriptions and act accordingly. Am
I right?
If this is the case, you could make a program that will pick the necessary
type and create an agent that will be given the type info, so that it could
set it's behaviour(s) accordingly. Alternatively, you could just create an
agent that will in it's setup do the whole process of going through the
model and selecting the proper description that it will then use to create
the needed behaviours (of course, you'd still need to provide an agent with
some initial input, like what task does it need to perform, so it could pick
the right description from the model). All the communication then would be
performed in a normal wat, through the exchange of ACLMessages. This is, of
course, Jade's job. I see no reason to include AgentOWL in this scenario,
but it may come in handy since I don't know all of it's features.
One way or another, if I understood your scenario, you'll need to develope
an all-purpose agent that will be able to set itsown behaviour according to
a description that it will load from a model. Such agents could then do all
necessary communication easily using Jade's built-in capabilities.
How familiar to Jade are you? Maybe Jade Semantics Framework would be a
useful tool for this task, but I'm not very familiar with it.
Sandeep Kumar Garg wrote:
>
> Thanks sir.
> It is great that I can get yours prestigious guidance.
> Sir, you undertood correct, agent behaviour and description is stored in
> OWL
> profiles.
> The detail of my work is as follow:
>
> Sir, I am doing work on agent based semantic web service composition. Now
> emulating my concept, I have used Java on the Netbeans IDE to create the
> user GUI and instead of creating complete working practical agents for
> each
> task, I have developed the agent profile in the form of Resource in jena
> Model (using Jena also on Netbeans IDE). A Model of Jena is stored in a
> .rdf
> file (planning for .owl in future) and this model have multiple Resources,
> each Resource represent the description of a agent like its domain of
> work,
> name, contact, website, reputation index etc. This Model will be called
> from
> Java file and out of the Resources in Model, the best Resource is (so
> indirectly agent) is selected for each type of domain (Model will be
> having
> multiple Resources for each domain we need). Now with the selected
> Resources
> (hence agent), I have to perform the Negotiation , which I want to perform
> using any agent technology like AgentOWL/JADE. I am not getting how this
> can
> be performed on these selcted profiles (Resources).
> Please guide me in this concern. Sir, if I am wrong at any point, please
> tell me frankly. Please sir, it will be great help for me.
>
> Thanks a lot.
>
> HAPPY NEW YEAR. MAY THIS YEAR BRINGS FOR YOU A LOT OF CHARM AND PROSPERTY.
>
> With thanks and Regards
>
> Yours Sincerely,
> Sandeep Garg,
> IT-BHU.
>
>
> On 12/31/07, jade-develop-request-Rme2m++ZjyG/63qBxovBxw@public.gmane.org <
> jade-develop-request-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
> wrote:
>>
>> Send jade-develop mailing list submissions to
>> jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>> https://avalon.cselt.it/mailman/listinfo/jade-develop
>> or, via email, send a message with subject or body 'help' to
>> jade-develop-request-Rme2m++ZjyGZQ6WMZehi6A@public.gmane.org.com
>>
>> You can reach the person managing the list at
>>
jade-develop-owner-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of jade-develop digest..."
>>
>>
>> Today's Topics:
>>
>> 1. Re: Using Jade and AgentOWL on NetBeans Java IDE with
>> Jena-OWL/RDF (veggen)
>> 2. Main container (Michel Rodrigues)
>> 3. Re: Agent-Society HELP!!!!!!!!! (Maciej Gawinecki)
>> 4. Re: Main container (Maciej Gawinecki)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Sun, 30 Dec 2007 04:23:52 -0800 (PST)
>> From: veggen <the_name_i_chose_first-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
>> Subject: Re: [jade-develop] Using Jade and AgentOWL on NetBeans Java
>> IDE with Jena-OWL/RDF
>> To: jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
>> Message-ID: <14546777.post-WJuSqJV8a7jJsTRiRinrng@public.gmane.org>
>> Content-Type: text/plain; charset=us-ascii
>>
>>
>> Do not post the same question more than once.
>>
>> Now, I don't understand what do you mean when you say "communication
>> between
>> the agent
>> profiles of OWL". What do you mean by this? I've recently done a project
>> involving Jade, Jena and AgentOWL, so I might be able to help you, but
>> you'll really need to clarify.
>>
>> Do profiles describe how agents should behave and those descriptions are
>> stored in OWL?
>>
>>
>> Sandeep Kumar Garg wrote:
>> >
>> > Hello All,
>> >
>> >
>> > I am presently working on Multi-agent based semantic web service
>> > composition. I am using the NetBeans IDE for Java and have included the
>> > Jena-OWL/RDF jar libraries in my project through Netbeans only. Sir,
>> now
>> I
>> > want to use JADE for maintaining the communication between the agent
>> > profiles which I have created using Jena APIs on NetBeans IDE. Sir, I
>> come
>> > to know about the AgentOwl which can help me in this. But from the
>> website
>> > of AgentOwl also, and from other; I am not getting how to use AgentOwl
>> and
>> > with Jade from the NetBeans IDE and to make communication between the
>> > agent
>> > profiles of OWL developed in Jena. The purpose of communication here is
>> to
>> > develop any negotiation between the agents. Sir, I am new in this field
>> > and
>> > require yours kind help. Please help me in this matter.
>> >
>> > Thanks in advance.
>> >
>> > With Regards
>> > Yours Sincerely,
>> > Sandeep Kumar Garg
>> >
>> > _______________________________________________
>> > jade-develop mailing list
>> > jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
>> > https://avalon.cselt.it/mailman/listinfo/jade-develop
>> > UNSUBSCRIBE INSTRUCTIONS AT
>> >
http://jade.tilab.com/community-mailinglist.htm
>> >
>>
>> --
>> View this message in context:
>>
http://www.nabble.com/Using-Jade-and-AgentOWL-on-NetBeans-Java-IDE-with-Jena-OWL-RDF-tp14517139p14546777.html
>> Sent from the JADE - Dev mailing list archive at Nabble.com.
>>
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Sun, 30 Dec 2007 13:32:06 +0000
>> From: "Michel Rodrigues" <
mprestre-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> Subject: [jade-develop] Main container
>> To: jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
>> Message-ID:
>> <
51817ddb0712300532t2aed0b19k8786d34f2d5d7025-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hi people,
>>
>> i have a question, if the Main Container go down, all the agents go down.
>> Exist a way for the agents don't go down when the Main Container crash ?
>>
>> Thanks
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>>
http://avalon.tilab.com/pipermail/jade-develop/attachments/20071230/5c6b1acf/attachment-0001.html
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Sun, 30 Dec 2007 15:20:35 +0100
>> From: Maciej Gawinecki <mg <at> bydnet.pl>
>> Subject: Re: [jade-develop] Agent-Society HELP!!!!!!!!!
>> To: Andr? Filipe <
andrefilipemb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
>> "jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org" <jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
>
>> Message-ID: <4777A933.9000208-EgvQpDGFMThmR6Xm/wNWPw@public.gmane.org>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>> Ask at mailing list related to it:
>>
>> ascml-UCAJ0C0GkpVaP0f+8Gpiu5H8eBQqjErGxu+e+x4sQ7A@public.gmane.org
>>
>> HTH,
>>
>> Maciej
>>
>> André Filipe pisze:
>> > Hi People,
>> >
>> > I'm trying to install Agent-Society Configuration Manager and Launcher
>> > (ASCML) but it doesn't work... please ... help me !!!! I think there's
>> > something wrong with classpath...
>> >
>> > Bye
>> >
>> >
>> >
>> ------------------------------------------------------------------------
>> >
>> > _______________________________________________
>> > jade-develop mailing list
>> > jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
>> > https://avalon.cselt.it/mailman/listinfo/jade-develop
>> > UNSUBSCRIBE INSTRUCTIONS AT
>> >
http://jade.tilab.com/community-mailinglist.htm
>> >
>> >
>> >
>> ------------------------------------------------------------------------
>> >
>> > No virus found in this incoming message.
>> > Checked by AVG Free Edition.
>> > Version: 7.5.516 / Virus Database: 269.17.12/1202 - Release Date:
>> 2007-12-29 13:27
>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 4
>> Date: Sun, 30 Dec 2007 15:27:04 +0100
>> From: Maciej Gawinecki <mg-EgvQpDGFMThmR6Xm/wNWPw@public.gmane.org>
>> Subject: Re: [jade-develop] Main container
>> To: Michel Rodrigues <mprestre-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
>> jade-develop <at> avalon.tilab.com
>> Message-ID: <
4777AAB8.3060703-EgvQpDGFMThmR6Xm/wNWPw@public.gmane.org>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>>
>> Look for:
>>
>> [jade-develop] Failure in the Central Machine
>>
>> thread. In appeared in the last month.
>>
>> HTH,
>>
>> Maciej
>>
>> Michel Rodrigues pisze:
>> > Hi people,
>> >
>> > i have a question, if the Main Container go down, all the agents go
>> > down. Exist a way for the agents don't go down when the Main Container
>> > crash ?
>> >
>> > Thanks
>> >
>> >
>> >
>> ------------------------------------------------------------------------
>> >
>> > _______________________________________________
>> > jade-develop mailing list
>> > jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
>> > https://avalon.cselt.it/mailman/listinfo/jade-develop
>> > UNSUBSCRIBE INSTRUCTIONS AT
>> >
http://jade.tilab.com/community-mailinglist.htm
>> >
>> >
>> >
>> ------------------------------------------------------------------------
>> >
>> > No virus found in this incoming message.
>> > Checked by AVG Free Edition.
>> > Version: 7.5.516 / Virus Database: 269.17.12/1202 - Release Date:
>> 2007-12-29 13:27
>>
>>
>>
>>
>> ------------------------------
>>
>> _______________________________________________
>> jade-develop mailing list
>> jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
>>
https://avalon.cselt.it/mailman/listinfo/jade-develop
>>
>>
>> End of jade-develop Digest, Vol 59, Issue 39
>> ********************************************
>>
>
> _______________________________________________
> jade-develop mailing list
> jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org
> https://avalon.cselt.it/mailman/listinfo/jade-develop
> UNSUBSCRIBE INSTRUCTIONS AT
> http://jade.tilab.com/community-mailinglist.htm
>
--
View this message in context:
http://www.nabble.com/Re%3A-Using-Jade-and-AgentOWL-on-NetBeans-Java-IDE-on-Jena-RDF-OWL-profiles-tp14565871p14609516.html
Sent from the JADE - Dev mailing list archive at Nabble.com
.
------------------------------
Message: 2
Date: Thu, 03 Jan 2008 21:01:17 -0800
From: Csongor Nyulas <csongor.nyulas-FGKo4X94FMn2fBVCVOL8/A@public.gmane.org>
Subject: [jade-develop] [POSSIBLE VIRUS:###] OntologyBeanGenerator new
version
To: JADE dev <jade-develop-Rme2m++ZjyG/63qBxovBxw@public.gmane.org>
Message-ID: <477DBD9D.3090009-FGKo4X94FMn2fBVCVOL8/A@public.gmane.org
>
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
URL: http://avalon.tilab.com/pipermail/jade-develop/attachments/20080103/b84ec7ce/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BeanGeneratorV4.zip
Type: application/zip
Size: 201750 bytes
Desc: not available
Url :
http://avalon.tilab.com/pipermail/jade-develop/attachments/20080103/b84ec7ce/BeanGeneratorV4.zip
------------------------------
_______________________________________________
jade-develop mailing list
jade-develop-Rme2m++ZjyH1KXRcyAk9cg@public.gmane.orglab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
End of jade-develop Digest, Vol 60, Issue 4
*******************************************
<div>
<div>Thanks a lot sir. Very very thanks. Sir, I am new to the Jade. I will try with the guidance provide. </div>
<div>Once again thanks for taking the pain.</div>
<div> </div>
<div>By the way, can I know yours Identity.</div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div>With Regards</div>
<div> </div>
<div>Sandeep Garg,</div>
<div>Computer Engg,</div>
<div>IT-BHU, India<br><br> </div>
<div>
<span class="gmail_quote">On 1/4/08, <a href="mailto:jade-develop-request@...">jade-develop-request <at> avalon.tilab.com</a> <<a href="mailto:jade-develop-request <at> avalon.tilab.com">
jade-develop-request@...</a>> wrote:</span>
<blockquote class="gmail_quote">Send jade-develop mailing list submissions to<br> <a href="mailto:jade-develop@...">jade-develop@...
</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> <a href="https://avalon.cselt.it/mailman/listinfo/jade-develop">https://avalon.cselt.it/mailman/listinfo/jade-develop</a><br>or, via email, send a message with subject or body 'help' to
<br> <a href="mailto:jade-develop-request@...">jade-develop-request@...</a><br><br>You can reach the person managing the list at<br> <a href="mailto:jade-develop-owner@...">
jade-develop-owner@...</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of jade-develop digest..."<br><br><br>Today's Topics:<br><br> 1. Re: Using Jade and AgentOWL on NetBeans Java IDE on Jena
<br> RDF/OWL profiles (veggen)<br> 2. [POSSIBLE VIRUS:###] OntologyBeanGenerator new version<br> (Csongor Nyulas)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1
<br>Date: Thu, 3 Jan 2008 18:06:05 -0800 (PST)<br>From: veggen <<a href="mailto:the_name_i_chose_first@...">the_name_i_chose_first <at> yahoo.com</a>><br>Subject: Re: [jade-develop] Using Jade and AgentOWL on NetBeans Java
<br> IDE on Jena RDF/OWL profiles<br>To: <a href="mailto:jade-develop@...">jade-develop <at> avalon.tilab.com</a><br>Message-ID: <<a href="mailto:14609516.post <at> talk.nabble.com">14609516.post@...
</a>><br>Content-Type: text/plain; charset=UTF-8<br><br><br>Well, from what I understood, you have descriptions stored in a model and you<br>want agents that are able to load those descriptions and act accordingly. Am<br>
I right?<br>If this is the case, you could make a program that will pick the necessary<br>type and create an agent that will be given the type info, so that it could<br>set it's behaviour(s) accordingly. Alternatively, you could just create an
<br>agent that will in it's setup do the whole process of going through the<br>model and selecting the proper description that it will then use to create<br>the needed behaviours (of course, you'd still need to provide an agent with
<br>some initial input, like what task does it need to perform, so it could pick<br>the right description from the model). All the communication then would be<br>performed in a normal wat, through the exchange of ACLMessages. This is, of
<br>course, Jade's job. I see no reason to include AgentOWL in this scenario,<br>but it may come in handy since I don't know all of it's features.<br>One way or another, if I understood your scenario, you'll need to develope
<br>an all-purpose agent that will be able to set itsown behaviour according to<br>a description that it will load from a model. Such agents could then do all<br>necessary communication easily using Jade's built-in capabilities.
<br><br>How familiar to Jade are you? Maybe Jade Semantics Framework would be a<br>useful tool for this task, but I'm not very familiar with it.<br><br><br>Sandeep Kumar Garg wrote:<br>><br>> Thanks sir.<br>> It is great that I can get yours prestigious guidance.
<br>> Sir, you undertood correct, agent behaviour and description is stored in<br>> OWL<br>> profiles.<br>> The detail of my work is as follow:<br>><br>> Sir, I am doing work on agent based semantic web service composition. Now
<br>> emulating my concept, I have used Java on the Netbeans IDE to create the<br>> user GUI and instead of creating complete working practical agents for<br>> each<br>> task, I have developed the agent profile in the form of Resource in jena
<br>> Model (using Jena also on Netbeans IDE). A Model of Jena is stored in a<br>> .rdf<br>> file (planning for .owl in future) and this model have multiple Resources,<br>> each Resource represent the description of a agent like its domain of
<br>> work,<br>> name, contact, website, reputation index etc. This Model will be called<br>> from<br>> Java file and out of the Resources in Model, the best Resource is (so<br>> indirectly agent) is selected for each type of domain (Model will be
<br>> having<br>> multiple Resources for each domain we need). Now with the selected<br>> Resources<br>> (hence agent), I have to perform the Negotiation , which I want to perform<br>> using any agent technology like AgentOWL/JADE. I am not getting how this
<br>> can<br>> be performed on these selcted profiles (Resources).<br>> Please guide me in this concern. Sir, if I am wrong at any point, please<br>> tell me frankly. Please sir, it will be great help for me.<br>
><br>> Thanks a lot.<br>><br>> HAPPY NEW YEAR. MAY THIS YEAR BRINGS FOR YOU A LOT OF CHARM AND PROSPERTY.<br>><br>> With thanks and Regards<br>><br>> Yours Sincerely,<br>> Sandeep Garg,<br>> IT-BHU.
<br>><br>><br>> On 12/31/07, <a href="mailto:jade-develop-request <at> avalon.tilab.com">jade-develop-request@...</a> <<br>> <a href="mailto:jade-develop-request@...">jade-develop-request@...
</a>> wrote:<br>>><br>>> Send jade-develop mailing list submissions to<br>>> <a href="mailto:jade-develop@...">jade-develop@...</a><br>>><br>>> To subscribe or unsubscribe via the World Wide Web, visit
<br>>> <a href="https://avalon.cselt.it/mailman/listinfo/jade-develop">https://avalon.cselt.it/mailman/listinfo/jade-develop</a><br>>> or, via email, send a message with subject or body 'help' to
<br>>> <a href="mailto:jade-develop-request@...">jade-develop-request@....com</a><br>>><br>>> You can reach the person managing the list at<br>>> <a href="mailto:jade-develop-owner@...">
jade-develop-owner@...</a><br>>><br>>> When replying, please edit your Subject line so it is more specific<br>>> than "Re: Contents of jade-develop digest..."<br>>><br>>>
<br>>> Today's Topics:<br>>><br>>> 1. Re: Using Jade and AgentOWL on NetBeans Java IDE with<br>>> Jena-OWL/RDF (veggen)<br>>> 2. Main container (Michel Rodrigues)<br>>> 3. Re: Agent-Society HELP!!!!!!!!! (Maciej Gawinecki)
<br>>> 4. Re: Main container (Maciej Gawinecki)<br>>><br>>><br>>> ----------------------------------------------------------------------<br>>><br>>> Message: 1<br>>> Date: Sun, 30 Dec 2007 04:23:52 -0800 (PST)
<br>>> From: veggen <<a href="mailto:the_name_i_chose_first <at> yahoo.com">the_name_i_chose_first@...</a>><br>>> Subject: Re: [jade-develop] Using Jade and AgentOWL on NetBeans Java<br>>> IDE with Jena-OWL/RDF
<br>>> To: <a href="mailto:jade-develop@...">jade-develop@...</a><br>>> Message-ID: <<a href="mailto:14546777.post@...">14546777.post@...</a>><br>>> Content-Type: text/plain; charset=us-ascii
<br>>><br>>><br>>> Do not post the same question more than once.<br>>><br>>> Now, I don't understand what do you mean when you say "communication<br>>> between<br>>> the agent
<br>>> profiles of OWL". What do you mean by this? I've recently done a project<br>>> involving Jade, Jena and AgentOWL, so I might be able to help you, but<br>>> you'll really need to clarify.
<br>>><br>>> Do profiles describe how agents should behave and those descriptions are<br>>> stored in OWL?<br>>><br>>><br>>> Sandeep Kumar Garg wrote:<br>>> ><br>>> > Hello All,
<br>>> ><br>>> ><br>>> > I am presently working on Multi-agent based semantic web service<br>>> > composition. I am using the NetBeans IDE for Java and have included the<br>>> > Jena-OWL/RDF jar libraries in my project through Netbeans only. Sir,
<br>>> now<br>>> I<br>>> > want to use JADE for maintaining the communication between the agent<br>>> > profiles which I have created using Jena APIs on NetBeans IDE. Sir, I<br>>> come<br>
>> > to know about the AgentOwl which can help me in this. But from the<br>>> website<br>>> > of AgentOwl also, and from other; I am not getting how to use AgentOwl<br>>> and<br>>> > with Jade from the NetBeans IDE and to make communication between the
<br>>> > agent<br>>> > profiles of OWL developed in Jena. The purpose of communication here is<br>>> to<br>>> > develop any negotiation between the agents. Sir, I am new in this field<br>>> > and
<br>>> > require yours kind help. Please help me in this matter.<br>>> ><br>>> > Thanks in advance.<br>>> ><br>>> > With Regards<br>>> > Yours Sincerely,<br>>> > Sandeep Kumar Garg
<br>>> ><br>>> > _______________________________________________<br>>> > jade-develop mailing list<br>>> > <a href="mailto:jade-develop@...">jade-develop@...</a>
<br>>> > <a href="https://avalon.cselt.it/mailman/listinfo/jade-develop">https://avalon.cselt.it/mailman/listinfo/jade-develop</a><br>>> > UNSUBSCRIBE INSTRUCTIONS AT<br>>> > <a href="http://jade.tilab.com/community-mailinglist.htm">
http://jade.tilab.com/community-mailinglist.htm</a><br>>> ><br>>><br>>> --<br>>> View this message in context:<br>>> <a href="http://www.nabble.com/Using-Jade-and-AgentOWL-on-NetBeans-Java-IDE-with-Jena-OWL-RDF-tp14517139p14546777.html">
http://www.nabble.com/Using-Jade-and-AgentOWL-on-NetBeans-Java-IDE-with-Jena-OWL-RDF-tp14517139p14546777.html</a><br>>> Sent from the JADE - Dev mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>
>><br>>><br>>><br>>> ------------------------------<br>>><br>>> Message: 2<br>>> Date: Sun, 30 Dec 2007 13:32:06 +0000<br>>> From: "Michel Rodrigues" <<a href="mailto:mprestre@...">
mprestre@...</a>><br>>> Subject: [jade-develop] Main container<br>>> To: <a href="mailto:jade-develop@...">jade-develop@...</a><br>>> Message-ID:<br>>> <
<a href="mailto:51817ddb0712300532t2aed0b19k8786d34f2d5d7025@...om">51817ddb0712300532t2aed0b19k8786d34f2d5d7025@...</a>><br>>> Content-Type: text/plain; charset="iso-8859-1"<br>>>
<br>>> Hi people,<br>>><br>>> i have a question, if the Main Container go down, all the agents go down.<br>>> Exist a way for the agents don't go down when the Main Container crash ?<br>>>
<br>>> Thanks<br>>> -------------- next part --------------<br>>> An HTML attachment was scrubbed...<br>>> URL:<br>>> <a href="http://avalon.tilab.com/pipermail/jade-develop/attachments/20071230/5c6b1acf/attachment-0001.html">
http://avalon.tilab.com/pipermail/jade-develop/attachments/20071230/5c6b1acf/attachment-0001.html</a><br>>><br>>> ------------------------------<br>>><br>>> Message: 3<br>>> Date: Sun, 30 Dec 2007 15:20:35 +0100
<br>>> From: Maciej Gawinecki <<a href="mailto:mg@...">mg <at> bydnet.pl</a>><br>>> Subject: Re: [jade-develop] Agent-Society HELP!!!!!!!!!<br>>> To: Andr? Filipe <<a href="mailto:andrefilipemb <at> gmail.com">
andrefilipemb@...</a>>,<br>>> "<a href="mailto:jade-develop@...">jade-develop@...</a>" <<a href="mailto:jade-develop <at> avalon.tilab.com">jade-develop@...
</a>><br>>> Message-ID: <<a href="mailto:4777A933.9000208 <at> bydnet.pl">4777A933.9000208@...</a>><br>>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>>><br>>> Ask at mailing list related to it:
<br>>><br>>> <a href="mailto:ascml@...hen.de">ascml@...</a><br>>><br>>> HTH,<br>>><br>>> Maciej<br>>><br>>> André Filipe pisze:
<br>>> > Hi People,<br>>> ><br>>> > I'm trying to install Agent-Society Configuration Manager and Launcher<br>>> > (ASCML) but it doesn't work... please ... help me !!!! I think there's
<br>>> > something wrong with classpath...<br>>> ><br>>> > Bye<br>>> ><br>>> ><br>>> ><br>>> ------------------------------------------------------------------------
<br>>> ><br>>> > _______________________________________________<br>>> > jade-develop mailing list<br>>> > <a href="mailto:jade-develop@...">jade-develop@...</a>
<br>>> > <a href="https://avalon.cselt.it/mailman/listinfo/jade-develop">https://avalon.cselt.it/mailman/listinfo/jade-develop</a><br>>> > UNSUBSCRIBE INSTRUCTIONS AT<br>>> > <a href="http://jade.tilab.com/community-mailinglist.htm">
http://jade.tilab.com/community-mailinglist.htm</a><br>>> ><br>>> ><br>>> ><br>>> ------------------------------------------------------------------------<br>>> ><br>>> > No virus found in this incoming message.
<br>>> > Checked by AVG Free Edition.<br>>> > Version: 7.5.516 / Virus Database: 269.17.12/1202 - Release Date:<br>>> 2007-12-29 13:27<br>>><br>>><br>>><br>>><br>>> ------------------------------
<br>>><br>>> Message: 4<br>>> Date: Sun, 30 Dec 2007 15:27:04 +0100<br>>> From: Maciej Gawinecki <<a href="mailto:mg <at> bydnet.pl">mg@...</a>><br>>> Subject: Re: [jade-develop] Main container
<br>>> To: Michel Rodrigues <<a href="mailto:mprestre@...">mprestre@...</a>>,<br>>> <a href="mailto:jade-develop@...">jade-develop <at> avalon.tilab.com</a><br>>> Message-ID: <
<a href="mailto:4777AAB8.3060703@...">4777AAB8.3060703@...</a>><br>>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>>><br>>> Look for:<br>>><br>>> [jade-develop] Failure in the Central Machine
<br>>><br>>> thread. In appeared in the last month.<br>>><br>>> HTH,<br>>><br>>> Maciej<br>>><br>>> Michel Rodrigues pisze:<br>>> > Hi people,<br>>> ><br>>> > i have a question, if the Main Container go down, all the agents go
<br>>> > down. Exist a way for the agents don't go down when the Main Container<br>>> > crash ?<br>>> ><br>>> > Thanks<br>>> ><br>>> ><br>>> ><br>>> ------------------------------------------------------------------------
<br>>> ><br>>> > _______________________________________________<br>>> > jade-develop mailing list<br>>> > <a href="mailto:jade-develop@...">jade-develop@...</a>
<br>>> > <a href="https://avalon.cselt.it/mailman/listinfo/jade-develop">https://avalon.cselt.it/mailman/listinfo/jade-develop</a><br>>> > UNSUBSCRIBE INSTRUCTIONS AT<br>>> > <a href="http://jade.tilab.com/community-mailinglist.htm">
http://jade.tilab.com/community-mailinglist.htm</a><br>>> ><br>>> ><br>>> ><br>>> ------------------------------------------------------------------------<br>>> ><br>>> > No virus found in this incoming message.
<br>>> > Checked by AVG Free Edition.<br>>> > Version: 7.5.516 / Virus Database: 269.17.12/1202 - Release Date:<br>>> 2007-12-29 13:27<br>>><br>>><br>>><br>>><br>>> ------------------------------
<br>>><br>>> _______________________________________________<br>>> jade-develop mailing list<br>>> <a href="mailto:jade-develop@...">jade-develop@...</a><br>>> <a href="https://avalon.cselt.it/mailman/listinfo/jade-develop">
https://avalon.cselt.it/mailman/listinfo/jade-develop</a><br>>><br>>><br>>> End of jade-develop Digest, Vol 59, Issue 39<br>>> ********************************************≤br>>><br>><br>> _______________________________________________
<br>> jade-develop mailing list<br>> <a href="mailto:jade-develop <at> avalon.tilab.com">jade-develop@...</a><br>> <a href="https://avalon.cselt.it/mailman/listinfo/jade-develop">https://avalon.cselt.it/mailman/listinfo/jade-develop
</a><br>> UNSUBSCRIBE INSTRUCTIONS AT<br>> <a href="http://jade.tilab.com/community-mailinglist.htm">http://jade.tilab.com/community-mailinglist.htm</a><br>><br><br>--<br>View this message in context: <a href="http://www.nabble.com/Re%3A-Using-Jade-and-AgentOWL-on-NetBeans-Java-IDE-on-Jena-RDF-OWL-profiles-tp14565871p14609516.html">
http://www.nabble.com/Re%3A-Using-Jade-and-AgentOWL-on-NetBeans-Java-IDE-on-Jena-RDF-OWL-profiles-tp14565871p14609516.html</a><br>Sent from the JADE - Dev mailing list archive at <a href="http://Nabble.com">Nabble.com</a>
.<br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Thu, 03 Jan 2008 21:01:17 -0800<br>From: Csongor Nyulas <<a href="mailto:csongor.nyulas@...">csongor.nyulas@...</a>><br>Subject: [jade-develop] [POSSIBLE VIRUS:###] OntologyBeanGenerator new
<br> version<br>To: JADE dev <<a href="mailto:jade-develop@...">jade-develop@...</a>><br>Message-ID: <<a href="mailto:477DBD9D.3090009@...">477DBD9D.3090009@...</a>
><br>Content-Type: text/plain; charset="us-ascii"<br><br>An HTML attachment was scrubbed...<br>URL: <a href="http://avalon.tilab.com/pipermail/jade-develop/attachments/20080103/b84ec7ce/attachment.html">http://avalon.tilab.com/pipermail/jade-develop/attachments/20080103/b84ec7ce/attachment.html
</a><br>-------------- next part --------------<br>A non-text attachment was scrubbed...<br>Name: BeanGeneratorV4.zip<br>Type: application/zip<br>Size: 201750 bytes<br>Desc: not available<br>Url : <a href="http://avalon.tilab.com/pipermail/jade-develop/attachments/20080103/b84ec7ce/BeanGeneratorV4.zip">
http://avalon.tilab.com/pipermail/jade-develop/attachments/20080103/b84ec7ce/BeanGeneratorV4.zip</a><br><br>------------------------------<br><br>_______________________________________________<br>jade-develop mailing list
<br><a href="mailto:jade-develop@...">jade-develop@...lab.com</a><br><a href="https://avalon.cselt.it/mailman/listinfo/jade-develop">https://avalon.cselt.it/mailman/listinfo/jade-develop</a><br><br><br>
End of jade-develop Digest, Vol 60, Issue 4<br>*******************************************<br>
</blockquote>
</div>
<br>
</div>