Implement ws-notification on axis2 - axis2

Do anyone know how to implement WS-Notification on Axis2?
How should I start, or where can i find information about that?
Thanks

A quick google search gives you some information from 2007. Both:
Apache Savan
Apache Muse
implement WS-Notification on Axis2. The Muse site includes some sample code, so you could start with the examples.

Related

Google Breakpad Microdump Example Usage

I have been looking into google breakpad for crash reporting on a linux port of some old windows code that already uses minidump. I am interested in utilizing the microdump functionality in linux, but I can't seem to find any examples for even basic usage. Can anyone provide any links to any example code on how to produce a micro dump using google breakpad?
Thanks in advance.
Tried searching the internet, seems mostly used for android, but still no example code.

Integration QlikView and python

How can I perform python Integration in QlikView or can anyone suggest me any blog for this or link?
The basic help page about Analytics Connections (which is how you integrate Python) is here. You may also find the page on writing Server Side Exentions helpful, including getting started in python page.
Hope that helps.

How to access puppet documentation offline?

Is there any way I can have Puppet complete documenation available offline ? Its hard checking module documentation everytime via browser.
I hope it will help other Puppet module developers.
Thank you.
While searching I have found Zeal Application which is like Offline Documentation broweser and that seems supports so many langugages. can be download from Official website here: https://zealdocs.org/
You could request to download it from Puppet direct.
https://docs.puppet.com/download/
It will come down as puppetdocs-latest.tar.gz and is currently about 879MB.
It looks like the documentation is supposed to be viewable offline if you simply clone it. Go to this link here. However, at this moment, it looks to me like the offline viewing functionality is broken - the relative hyperlinks don't actually work. If you figured out what's wrong, you could probably send in a PR to fix it.

Apache Isis vs JSON Presentation

I am working on building a sample web application for proof of concept - with a link of some sort on an html page consuming a restful web service via a json object and displaying the data on the web page .
Something like the Apache Isis todo maintenance version with presentation of the json representation on a web page.
I have been trying to use the JQueryMobile example of the Apache Isis (http://danhaywood.com/2012/01/20/jquerymobile-on-apache-isis-rest-api/). But, I do not have the original source code (only the war file with some online demo jar files in the lib). I could decompile the online demo jar files, but its not straight forward setting up the project in eclipse for adapting to a real life project. I searched the Isis github repo and could not find the source , no archtype like the simple wicket etc. Please, could someone help, I really need a sample app or references, with source file and or any kind of guideline on how this works end to end.
FYI - We are not considering changing the choice of technology here, Its DDD using Apache Isis. Any help will be appreciated ... Since there are not too many online tutorials or sample app on this project. Thanks.
I think you posted a similar question on my youtube channel. Just to reiterate what I said there, you might want to check out the JQueryMobile viewer that was developed by one of our "google summer of code" students last year, namely https://github.com/bhargavgolla/isisJavaScript/tree/master/isisJavaScriptViewer.
In terms of ongoing help, your best bet is subscribing to the mailing list (blank email to users-subscribe#isis.apache.org, and reply to the confirmation) then send your questions via email to users#isis.apache.org
HTH
Dan

How to use generic libraries from a Web framework?

OK, I had a look at the memcached module for Nginx but this is clearly not for the faintheart.
Does anyone know about a way to load a library in memory and then use its functions - from a Web server like Nginx, Lighhtpd or Apache?
Example of such libraries abound like JSON parsers, Database client libraries, etc.
Hard to find anything about doing it but those guys have made it pretty easy:
http://dearetc.com/
It takes only one line of code to import a library and all its functions.
Hope it will help others...