katabasis;220689 Wrote: 
> Is there any project related to mapping requests between the perl module
> any java infraestructure, or any plan to port the perl api to java?
This is getting off topic, so if you like to continue to discuss this,
please start a thread in the Developers section of the forums.

Since this come up in this thread, I'm guessing that you are thinking
of a Java based user interface that shows the data in SlimServer.

If this is the case the best way in SlimServer 6.5 I can think of is to
use one of:
1. Use the CLI interface, this is a telnet based interface, which can
be called from Java since there is Java utility classes for sending and
receiving information over telnet.
2. Implement you own HTTP based XML protocol in Perl and talk to this
from the Java code. Could be a web service based solution or JSON as
mentioned below or something else.

In SlimServer 7.0 the CLI interface will also be available over HTTP
using JSON. So this should hopefully make it a bit easer to use it from
Java.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and RandomPlayList plugins'
(http://wiki.erland.homeip.net/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=37545

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to