Search found 215 matches

by kyle
Mon Sep 20, 2010 11:11 am
Forum: Edge Server Developers
Topic: source code problem
Replies: 1
Views: 2068

Re: source code problem

No, the source code might not be the same because the trunk is used for day to day development. When you import the plugin, it is the "released" version of the code
by kyle
Mon Sep 20, 2010 11:10 am
Forum: Edge Server Users
Topic: how to deploy the Northwind example
Replies: 10
Views: 9762

Re: how to deploy the Northwind example

First, please use the Rifidi SDK version 1.2. The northwind example is more clear in that example. Next, there is a section on how to deploy applications in the Rifidi Developer's manual (the PDF included in the docs folder of the SDK). Please let me know if you are still getting stuck.

-Kyle
by kyle
Thu Sep 16, 2010 5:58 pm
Forum: Edge Server Developers
Topic: Questions about deploying with Rifidi and Application Server
Replies: 1
Views: 2141

Re: Questions about deploying with Rifidi and Application Server

The Rifidi Edge server cannot be run in Jboss. You should run your web and middleware application in Jboss, and run your Rifidi application in the Rifidi Application server. Then you can integrate the two using JMS or over a database. I hope this helps
by kyle
Tue Sep 07, 2010 4:06 pm
Forum: Edge Server Users
Topic: Why not use ALE?
Replies: 3
Views: 3864

Re: Why not use ALE?

Yes, that is what I mean by Developer API. With the new release of the Edge Server SDK, we have a developer API that makes creating Rifidi Applications much easier. Please check out the developer's guide http://wiki.rifidi.org/index.php/Developer's_Giude for more information
by kyle
Thu Sep 02, 2010 4:08 pm
Forum: Edge Server Users
Topic: new RifidiEdge 1.2
Replies: 2
Views: 2997

Re: new RifidiEdge 1.2

Thanks for the kind words. We are working on getting out a feature release and updating our wiki to go with the new release. In the mean time, see the User's Guide Document in the SDK release which has a list of new features at the top.
by kyle
Thu Sep 02, 2010 4:07 pm
Forum: Edge Server Users
Topic: Why not use ALE?
Replies: 3
Views: 3864

Re: Why not use ALE?

The main problem is a lack of time. Many of the customers we work with day-to-day don't use ALE, so we have put most of our development effort into the Developer Esper API. We realize our ALE documentation is not great, but ALE is important. We would welcome any contributions from the community on h...
by kyle
Thu Sep 02, 2010 3:57 pm
Forum: Edge Server Users
Topic: How to obtain Real-time ECReports(xml) from NotificationURI?
Replies: 5
Views: 4643

Re: How to obtain Real-time ECReports(xml) from NotificationURI?

Which web service framework are you using? I think we used CXF for the client. This would be a question to ask of the web service framework. There is probably a way to handle it using an xml framework like JAXB, but I'm not really sure.
by kyle
Mon Aug 30, 2010 1:30 pm
Forum: Edge Server Users
Topic: save command in edge server raising this problem
Replies: 1
Views: 2716

Re: save command in edge server raising this problem

There is probably something wrong with your rifidi.xml file. Please delete everything in the file (leaving a blank rifidi.xml) and try again.
by kyle
Mon Aug 30, 2010 1:29 pm
Forum: Edge Server Users
Topic: How to obtain Real-time ECReports(xml) from NotificationURI?
Replies: 5
Views: 4643

Re: How to obtain Real-time ECReports(xml) from NotificationURI?

The only client we have built is the workbench. You can find the sourcecode here: https://svn.rifidi.org/svn/rep-edge/rifidi/trunk/org.rifidi.edge.client.ale.ecspecview/ I think you need to pass in your ip and port in a string like this "127.0.0.1:1000" to subscribe. The Edge server will then send b...
by kyle
Mon Aug 30, 2010 1:17 pm
Forum: Edge Server Users
Topic: where can I find the source code of the products
Replies: 1
Views: 2966

Re: where can I find the source code of the products

The best way to get our source is download the SDK release. Import it into eclipse. Then open Eclipse's plugin view. On the right you will see alot of plugins that start with org.rifid.*. Rightclick on those and choose "import as source".