cipango-development Mailing List for cipango
Status: Alpha
Brought to you by:
cipango
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(3) |
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Thomas L. <tho...@ne...> - 2009-06-03 08:59:57
|
Hello All, I would like to inform you that a first working integration of diameter is now available. Diameter support is fully optional and can be simply added to cipango or jetty by dropping a jar and adding a configuration file. The goal is to support littleIMS development (see http://code.google.com/p/littleims/). Interopability has been checked with several Diameter implementations. Diameter is used in a similar way to SIP Servlets with doXXX callbacks when receiving messages. The next step is now to have a better SIP/Diameter integration (especially for locking/threading concerns) and a more friendly diameter stack with well defined servlet-like API and readable message logs. Early adopters, please feel free to contact us if you have any questions or requirements. Thomas |
|
From: cipango <ad...@ci...> - 2009-03-25 13:24:30
|
Hi all, You should have received an invitation to join the new cipango mailing lists. If not, you can subscribe at: - http://groups.google.com/group/cipango-users for general discussions and support - http://groups.google.com/group/cipango-dev for development discussions This is the last message on the sourceforge lists. No need to unsubscribe, it will be done automatically. -- cipango team |
|
From: Thomas L. <tho...@ne...> - 2009-02-23 13:34:31
|
Hi all, We are happy to announce the first release of cipango-1.0.0. What is included in this release: - early JSR289 compliance. Some features are not fully developed and tested yet. - revised integration with Jetty. cipango is now packaged as a Jetty module and can run within any Jetty 6 installation. - new threading model. After trying several models, we revert to the first call-centric model we have been using for ages when developing non-SIP telco platforms and that was adopted in the very first version of cipango. The goal being to offer a simple model which allows for performance, reliability and predictibility. - littleIMS sample application. This is a simple S-CSCF application which eases IMS service development. From now on, much more frequent deliveries will be made. Downloads are available at: https://sourceforge.net/project/showfiles.php?group_id=214364&package_id=258271 Cipango module with sources is available as well as an already integrated Jetty/cipango (please use this one if you do not want to build everything). Documentation is available at: http://www.cipango.org, issue tracking at: http://www.cipango.org/JIRA Please feel free to post any questions or remarks or ask for support. A very early diameter module is included with this release. If you would like to help us testing this module, please let us know. Cipango Team |
|
From: Espen B. <esp...@ta...> - 2008-11-04 11:00:59
|
Things we would like to see: - Maven integration for starting, stopping and running tests - Frequent releases and live source control system, so that we can track progress - Tracking of bugs and issues and what you are working on, which will make it easier for external parties to track what is happening in the projects - Listing of suggest features (e.g. sourceforge has the Tracker feature) - Informatiom about the SIP Interop testing done. - More unittests in the source code that is shipping, usefull if we want to do modifications - A roadmap with suggested features you want to implement Good work :) Regards -Espen -----Original Message----- From: Thomas Leseney [mailto:tho...@ne...] Sent: 16. oktober 2008 15:51 To: cip...@li...; cip...@li... Subject: [Cipango-development] cipango 2.0 Hello all, I would like to give you some insights into cipango roadmap. The next major release Cipango 2.0 is to be released by the end of the year and will include the following features: - JSR 289 compliance - deeper integration (HTTP/SIP convergence) and consistency (Apache licence) with Jetty - more documentation and sample applications As of 2.0, we'll also provide much more frequent releases and an issue tracking tool. Commercial support will be offered in 2009. If you have any questions or wishes for evolutions, please feel free to ask. Cheers, Thomas ------------------------------------------------------------------------ - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cipango-development mailing list Cip...@li... https://lists.sourceforge.net/lists/listinfo/cipango-development |
|
From: Thomas L. <tho...@ne...> - 2008-10-16 14:18:10
|
Hello all, I would like to give you some insights into cipango roadmap. The next major release Cipango 2.0 is to be released by the end of the year and will include the following features: - JSR 289 compliance - deeper integration (HTTP/SIP convergence) and consistency (Apache licence) with Jetty - more documentation and sample applications As of 2.0, we'll also provide much more frequent releases and an issue tracking tool. Commercial support will be offered in 2009. If you have any questions or wishes for evolutions, please feel free to ask. Cheers, Thomas |
|
From: Thomas L. <tho...@ne...> - 2008-10-09 15:24:04
|
Hi Espen, Cipango could easily be started just as Jetty directly from your TestCase. This is more straightforward than having to start the server using a Cargo plugin. You can then test your servlets using SipUnit for instance. We'll write tutorials to get started quickly for this setup in the next version of Cipango. Regards, Thomas Espen Berger a écrit : > Hi > > What is good approaches to do integrated Unit tests with CIPAngo? E.g. > this link describes how to do unittests for web-pages: > http://today.java.net/pub/a/today/2007/04/12/embedded-integration-testin > g-of-web-applications.html > > Questions: > 1) Are there any maven tools we can reuse, e.g. maven cargo plugins? > 2) How are others doing their unittests. > > Our goal is to type 'mvn install' to compile, launch CPAngo and run > unittests in one go. > > Regards > > -Espen > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Cipango-development mailing list > Cip...@li... > https://lists.sourceforge.net/lists/listinfo/cipango-development > > > |
|
From: Espen B. <esp...@ta...> - 2008-10-07 14:03:44
|
Hi What is good approaches to do integrated Unit tests with CIPAngo? E.g. this link describes how to do unittests for web-pages: http://today.java.net/pub/a/today/2007/04/12/embedded-integration-testin g-of-web-applications.html Questions: 1) Are there any maven tools we can reuse, e.g. maven cargo plugins? 2) How are others doing their unittests. Our goal is to type 'mvn install' to compile, launch CPAngo and run unittests in one go. Regards -Espen |
|
From: Thomas L. <tho...@ne...> - 2008-07-28 12:33:03
|
Hi Espen, Thanks for the feedback ! Indeed we are currently defining the roadmap. JSR 289 is obviously the main driver and development on it has started. In addition, we are working to improve integration with the HTTP container to benefit from all generic servlet/J2EE features (JNDI, annotations ...). Staying lean and fast being still our main goal. With respect to SIP, we have started to work on "extra" features such as web console and tools to debug call flows. More comprehensive documentation is also something we have in mind. We'll have more details about the resources we are able to dedicate by the end of the summer. We would then be able to define the roadmap more precisely. In any case, we'll deliver much more releases so that progress may be tracked clearly. If you have any suggestions on improvements, new features ... you would like to share, you're welcome ! Regards, Thomas Espen Berger a écrit : > Hi > > CIPango looks very interesting after doing some initial testing with > it, lightweight, lean and fast is good. > > What are the plans for updating the codebase and docuemantation? The > SIP Servlet 1.1 spec is very close to be approved. > http://jcp.org/en/jsr/detail?id=289, plans to support that. > > Nice work :) > > -Espen > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Cipango-development mailing list > Cip...@li... > https://lists.sourceforge.net/lists/listinfo/cipango-development > |
|
From: Espen B. <esp...@ta...> - 2008-07-22 08:48:46
|
Hi CIPango looks very interesting after doing some initial testing with it, lightweight, lean and fast is good. What are the plans for updating the codebase and docuemantation? The SIP Servlet 1.1 spec is very close to be approved. http://jcp.org/en/jsr/detail?id=289, plans to support that. Nice work :) -Espen |