Egon Willighagen | 19 Nov 2011 12:14
Picon
Gravatar

evolution?

Hi all,

I have already briefly spoken with Johannes about this some time ago,
but I like to update XEP-0244 to for two reasons:

1. tighten the XML Schema support by denoting the expected root element
2. support Resource Description Framework payload

About 1

The current proposal specifies which schema payload should comply to,
e.g. in Example 5. However, with large schemas it becomes increasingly
easy to pick the wrong part of the schema, and still get useless
input. That is, in that particular example, we service can get a
crystal, molecule, list of molecules, whatever... I think that example
should be updated to indicating an exact root element

Task: update Example 5

About 2

This is trickier. There might very well be an XML Schemata for
RDF/XML, but that is not enough. We also need to indicate the rdf:type
or rdfs:subClassOf of the in and out. We need both of them, to service
the two common options to represent a concept in RDF, as a class
(rdfs:subClassOf) or as an instance (rdf:type).

We can require RDF/XML to limit introducing the need for new libs or
parsing grammars, but we need to update the following (and for <out>
likewise):
(Continue reading)

Maxime Malenfant | 11 Oct 2010 04:33
Picon
Favicon

Maxime_Malenfant@...

Want this adress

Envoyé de mon iPod

Kyungae Lim | 20 Aug 2010 10:02
Picon
Favicon

Kyungae Lim/Iris is out of office


I will be out of the office starting  08/17/2010 and will not return until
08/25/2010.

I will check email upon returning as I do not have access while I'm out of
office.   Please contact my manager, Cheryl Spera, if you need assistance
in the meantime.

Sonny Piers | 20 Aug 2010 05:27
Tuomas Koski | 7 Jul 2010 18:59
Picon
Gravatar

(Hijacked from jdev list) buddycloud update, and what next?

Hi WS Devs!

Someone in this list might find this interesting:

http://mail.jabber.org/pipermail/jdev/2010-July/088302.html

It's about microblogging service buddycloud build using XMPP.

Cheers,
--
tuomas
xmpp:tuomas@...

Paul Scott | 16 Jan 2010 11:20
Picon
Gravatar

Microblogging over XMPP XEP


http://xmpp.org/extensions/inbox/microblogging.html

I see that this draft XEP has been created almost in complete compliance
with my own web presence at http://www.paulscott.za.net

My web space is updated via XMPP only and also allows subscribers to be
notified of events/posts etc. I also feature upstreaming to various
sources (like twitter). Basically, the only rule that is not followed is
the 140 char limit.

Is there a possibility that I can get involved in this XEP for
publishing? I see Peter Saint-Andre as author.

--

-- 
-- Paul

http://www.paulscott.za.net
http://twitter.com/paulscott56
http://avoir.uwc.ac.za
All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal
All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal
Tuomas Koski | 23 Nov 2009 22:50
Picon
Gravatar

Couple of frameworks/toolkits: Gaelyk and iBeans

Hi all,

I participated Devoxx 09 (http://www.devoxx.com) conference last week.
I got introduced to two new web frameworks/toolkits that uses also
XMPP:

* Gaelyk - a lightweight Groovy toolkit for Google App Engine Java.
[http://gaelyk.appspot.com/] Presentation slides here:
http://www.slideshare.net/glaforge/google-app-engine-java-groovy-baby

* iBeans presented by mulesoft. Presentation slides here:
http://blogs.mulesoft.org/ibeans-from-devoxx/

Nothing very special and new, but I think they might be interesting
for some of this mailing list's readers.

Cheers,
--
Tuomas

imoracle | 5 Oct 2009 00:22

Re: xmpp with jaxl


Hi sudansh,

I guess it might be too late, but in case you are still looking for
solutions.

1. Have you updated you config.ini.php file with your database
connection parameters?
2. If yes try from command prompt, mysql -h localhost -u root
-pYOUR_ROOT_PASSWORD. Seems like you gave a wrong password in
config.ini.php file.
3. Create a log directory and inside that a file logger.log in case you
don't have already.

With all this you should surely be fine to proceed with your
application.
Also checkout this blog for more sample applications and code samples
of Jaxl: http://tinyurl.com/meffqr

--
Abhinav Singh
http://abhinavsingh.com/blog

--

-- 
imoracle

-----------------------------------------
Abhinav Singh
http://abhinavsingh.com/blog

(Continue reading)

Johannes Wagener | 24 Sep 2009 22:45
Picon

Yet another xmpp manuscript

Yet another manuscript that discusses grid computing over XMPP.

http://www.springerlink.com/content/ng08772325k627j6/

Orbweb - a network substrate for peer-to-peer grid computing based on
open standards. Journal of Grid Computing, 2009 Journal of Grid Computing
S. Schulz, W. Blochinger, and M. Poths.
DOI 10.1007/s10723-009-9121-8

Johannes Wagener | 8 Sep 2009 10:35
Picon

XMPP applied in bioinformatics

Hi,

our bioinformatics project, which applies XMPP and XEP-0244 IO Data, was 
published:

XMPP for cloud computing in bioinformatics supporting discovery and 
invocation of asynchronous Web services
Johannes Wagener, Ola Spjuth, Egon L Willighagen, Jarl ES Wikberg
BMC Bioinformatics 2009, 10:279 (4 September 2009)

here: http://www.biomedcentral.com/1471-2105/10/279/abstract

More links:

http://xws4j.sourceforge.net/ a java library to create and invoke 
services that are based on XEP-0244 IO Data
http://pele.farmbio.uu.se/xmpp-services/index.php/Main_Page a wiki 
providing more software, a test setup, and sample scripts for the 
bioinformatics workbench Bioclipse for demonstrating how this approach 
is utilized in bioinformatics

Have a great week,

Johannes

Tuomas Koski | 31 Aug 2009 22:31
Picon
Gravatar

Breaking news webservice - example of publishing data "real time" and still using cache

Cheers all,

I have made a simple Breaking News web page with the help of
Superfeedr.com. I have made this for my personal use and as a test,
but maybe someone else finds it interesting too.

It can be read more about it here:
http://www.lobstermonster.org/post/breaking-news .

With this kind of basic system anything could be displayed on web
"realtime" (when really needed for example with Formula 1 race status)
with very minimum hardware. This is due the initial page view is
loaded from the cache managed by the XMPP components and later updated
with PubSub event's received from a xmpp server.

Great week for all,
--
tuomas

(PS. yes, there are some character encoding bugs I have not fixed.)


Gmane