summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/binding-comet-runtime/src/main/java/org/apache (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-31Removed comet binding and sample from contrib/.fmoga8-795/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991106 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27Changed Jetty port to 8085 to avoid conflict on testing.fmoga2-22/+32
Fixed servlet mapping removal and refactored ServletFactory code. Added temporary fix for javaee 6 related unit test error by adding servlet-api:3.0-alpha-1 instead of javaee-web-api:6.0. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990078 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24Refactored the way jQuery dependency on the Javascript client is handled.fmoga1-5/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988693 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24Enforced coding standards and formatting.fmoga8-360/+390
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988521 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Removed unused imports.fmoga1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985956 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Added complete javadoc.fmoga5-174/+371
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985927 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Added javadocs.fmoga3-1/+34
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985812 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Added Apache License headers.fmoga5-68/+76
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985802 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga2-44/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985654 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Added Javascript proxy generation.fmoga5-19/+147
Added passing parameters through JSON. Added Gson and jquery-json as dependencies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985622 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Replaced jquery with min version.fmoga1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985447 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Added singleton servlet to serve javascript files.fmoga4-14/+53
Added sequential loading of javascript dependencies. Changed snapshot version of atmosphere to stable 0.6.1. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985445 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Added ServletFactory in order to keep a singleton servlet for all comet ↵fmoga3-23/+70
services in a scdl so that the two connection limit issue with the browsers is avoided. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985414 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09Added new implementation for comet binding which supports choosing the ↵fmoga4-111/+62
transport (http streaming, long pooling, websockets) at runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983776 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04Cleaned up comet binding.fmoga5-31/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982281 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Set org.atmosphere.useNative to true in order to skip the ↵fmoga2-13/+2
TuscanyServletFilter exception regarding Servlets 3.0 and use native APIs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982001 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Implemented comet binding using Atmosphere Framework.fmoga7-235/+155
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981675 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Added initial sources to binding-comet-runtime.fmoga5-0/+500
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980229 13f79535-47bb-0310-9956-ffa450edef68