0
votes
1answer
69 views
Options for Client Server Communication in Android
I'm currently in the research phase of my dissertation project.
My project is a ticket booking system for a mobile device and I have chosen to target Android.
I anticipate the ne …
0
votes
0answers
36 views
message driven vs. event driven approaches to application integration
Hello,
I was wondering if there is a clear distinction between message driven and event driven environments when we refer to SOA or middleware and generally in cases of applicatio …
0
votes
2answers
83 views
How is something like Zircon Zircomp different from ZeroC Ice?
Is there anyone that's currently using Zircon Zircomp? How is their technology different from something like ZeroC ICE? Are they trying to solve the same problem domain? How's thei …
1
vote
3answers
92 views
Need a solution for middleware caching in C#
I have an ASP.net application that uses some common business object that we have created. These business objects are also used in a few other windows services or console applicatio …
0
votes
2answers
153 views
set method to PUT in rails XML requests
if I do this:
curl -X POST -H 'Content-type: application/xml' -d '<person>...</person>' 'http://0.0.0.0:3000/people/12?_method=PUT'
I get "Only get, put, and delete …
2
votes
1answer
218 views
Biztalk Developer pre-screening test and interview questions
Similar to other interview question threads, we're preparing to interview candidates for a Biztalk/.NET Webservices/XML/general mid-tier developer position, and I'm looking for som …
2
votes
6answers
270 views
Best Publish/Subscribe “Middleware”
I'm in the market for a good open source network based Pub/Sub (observer pattern) library. I haven't found any I like:
JMS - tied to Java, treats message contents as dumb binar …
1
vote
5answers
233 views
Is Tomcat middleware?
So I have a client that needs to be running tomcat for various things (Solr and a webservice as well) and after having a meeting with him and another programmer on the project, I g …
1
vote
2answers
180 views
Middleware for both Django and Pylons
It appears to me that Django and Pylons have different ideas on how middleware should work. I like that Pylons follows the standardized PEP 333, but Django seems to have more wides …
2
votes
16answers
1k views
Is there a multiplatform framework for developing iPhone / Android applications?
I am interested in writing applications for the iPhone and the Android platform. I was hoping to find a middleware / framework that abstracted away some of the differences in the A …
0
votes
2answers
271 views
Paginated + Ajax table in Django
I simply want to show off a model in a table that is paginated and sortable on the various fields. Bonus points if the pagination and sorting doesn't cause a page reload. Double bo …
5
votes
5answers
172 views
What pitfalls await me when i migrate from CF6.1 to CF8 or Railo3.1?
Google does not really deliver much content (or my query sucks). Has anyone made the switch and can share the experience?
3
votes
2answers
272 views
How do I use a Rack middleware only for certain paths?
I'd like to have MyMiddleware run in my Rack app, but only for certain paths. I was hoping to use Rack::Builder or at least Rack::URLMap, but I can't quite figure out how.
This i …
0
votes
1answer
63 views
Messaging Middleware - how to avoid reentrance with wildcard subscription?
Messaging middleware solutions (JSM, Tibco, etc.) allow publish/subscribe with "topic" filtering using wildcards to subscribe to all messages of a certain "topic", e.g. SUBSCRIBE(" …
2
votes
4answers
554 views
How to adding middleware to Appengine’s webapp framework?
Im using the appengine webapp framework (link). Is it possible to add Django middleware? I cant find any examples. Im currently trying to get the firepython middleware to work (l …
