-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi chaps,
I'm trying to get started with cometd (http://cometd.org/) and jetty 6 or 7, but I seem to be having problems. I've got an ant script that packages my code up into a war with the cometd 1.1.1 binaries and jetty binaries that are appropriate to the version of jetty I deploy the war to (so…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to check out what the demo's of Cometd look like online without having to run them on my own machine.
Does someone have the links to them because I have tried Google and can't come up with a single link that works
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Wayne :)
I want to use HttpServer, which you mentioned, and I think is cool to do comet/cometd. I am wondering how tough it is to do it so that I can take the waiting connections off the thread and into some waiting queue. Also, am I correct in that it looks like it is using nio? Also, is there…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I add the Cometd plugin to Grails 1.2.1, grail's "jetty" debug environment will no longer start up.
I have been unable to debug this, not being familiar enough with the underlying components. (This is a big issue with Grails development in general. While it tries to hide everything from you…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am building a web application that has a real-time feed (similar to Facebook's newsfeed) that I want to update via a long-polling mechanism. I understand that with Python, my choices are pretty much to either use Stackless (building from their Comet wsgi example) or Cometd + Twisted. Unfortunately…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I'm trying to download files in subdirectories from an ftp server with ant.
The exact set of files is known.
Some of them are in subdirectories.
Ant only seems to download the ones in the root directory.
It does work if I download all files without listing them.
The first ftp action should…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a listview that is populated by an arraylist of classes.
public void populateThingsList(){
listExample.add(new Example("Example name", 1, "Example detail 1", "Example detail 2", R.drawable.1_icon, "Example detail 3"));
listExample.add(new Example("Example name1", 2, "Example…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am relatively new to LDAP, and have seen two types of examples of how to set up your structure.
One method is to have the base being: dc=example,dc=com while other examples have the base being o=Example. Continuing along, you can have a group looking like:
dn: cn=team,ou=Group,dc=example…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Heres my saga - I'm trying to link http://www.example.com to my shopping cart on https://secure.example.com, but it doesnt seem to be linking correctly.
Heres my code:
<!--Google Analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ?…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When people access my app on www.example.com and log in, they get a cookie. I'm using the cookie option to store session on Rails. Accessing example.com (without the www), they must log in again, because Firefox does not recognize the previous session.
So, what do you think is the best way to avoid…
>>> More