Hi,
I'd like to know if using a single data adapter to handle multiple data sources is the correct approach. The more I think of it, the more I believe it's not. Thing is, each of the data sources...
Type: Posts; User: pluczak
Hi,
I'd like to know if using a single data adapter to handle multiple data sources is the correct approach. The more I think of it, the more I believe it's not. Thing is, each of the data sources...
Hi,
judging by Mone's post which I found here:
http://http://www.lightstreamer.com/vb/showthread.php?t=323
the message
< WARN> Unexpected update for item xyz
is displayed when Lightstreamer is...
Hi,
my Java Adapter has a following piece of code:
final Map<String, String> sentimentIndexMap = new HashMap<String, String>();
sentimentIndexMap.put("INDEX",...
You're right, the schema was the reason, many thanks for the tip!
Hi,
I use the following page to display my SENTIMENT INDEX:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>...
Shutdown works fine for me, I just thought I was missing something about Lightstreamer's functionality. Many thanks and regards.
Hi,
I would like to know why the DataAdapter interface defines the init method:
init(java.util.Map params, java.io.File configDir)
but has no shutdown whatsoever. I mean, what if my init method...