• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

looking for java free diameter

 
Ranch Hand
Posts: 620
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all
do you know about good and free diameter in java .
thanks
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Umm, do you mean this: Wikipedia: Diameter? How does Java fit into the picture?
 
ben josh
Ranch Hand
Posts: 620
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hehe
more like this :
http://www.opendiameter.org/
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Opendiameter is not Java!

try Openblox Diameter stack - this the best Diameter solution i tested and i think the only one which is pure java diameter solution

you can find OpenBloX Diameter at http://sourceforge.net/projects/openblox/
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take a look at Mobicents Diameter.
http://www.mobicents.org/diameter/index.html

LGPL License.

Thorough standards coverage:
- Diameter Base (IETF RFC 3588)
- Diameter Credit-Control Application (IETF RFC 4006)
- IMS Sh Interface (3GPP TS 29.328 and 3GPP TS 29.329)
- IMS Rf Interface (3GPP TS 32.225 and 3GPP TS 32.299)
- IMS Ro Interface (3GPP TS 32.225 and 3GPP TS 32.299)
- IMS Cx Interface (3GPP TS 29.228 and 3GPP TS 29.229)
- IMS Dx Interface (3GPP TS 29.228 and 3GPP TS 29.229)

Rich feature set:
- High-Availability/Fault-Tolerance support both at stack level and at Mobicents JAIN SLEE Resource Adaptors. Learn more about the architecture on the High-Availability/Fault-Tolerance Overview section.
- Statistics generation, to enable monitoring of the Diameter stack, know it's average load, number of received requests, processing time per request, etc.;
- Overload Monitor, configurable per Diameter application, allowing the stack to reject new requests when overloaded;
- Simple XML Configuration through one XML file, the whole stack (own peer, realms, peers, timeout parameters, etc.) can be configured;
- Management facilities, allowing to remotely manage and monitor the stack by the standard JMX (Java Management Extensions) API and also though an GUI provided by a plugin to be used in the RHQ/JON management interface;
- Message Validation both for incoming and outgoing messages, with configurable depth;
- Extension Points allowing quickly to test custom implementations for several core functions, such as load-balancing, replicated datasources, etc;
- Easily extendable and customizable Diameter Applications by adding new AVP definitions and state machine behaviors


Vibrant international community of users and contributors:
http://groups.google.com/group/mobicents-public/topics
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used mobicents to create a client and server class to send diameter request and get a diameter response back, how do we package this as a deployable app (may be a SAR) and reference it inside another application. Is it possible to deploy the same inside an ear file?
 
Ivelin Ivanov
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rajesh,

It might be more productive to post Mobicents related questions on the Mobicents public forum for faster and accurate responses:
http://groups.google.com/group/mobicents-public/topics

Ivelin
 
reply
    Bookmark Topic Watch Topic
  • New Topic