Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am new in Erlang and I want to make http soap service.
I have linux-base distributive with 17 OTP version:
(Erlang/OTP 17 [erts-6.0] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Eshell V6.0)
I need recommends, what framework to use, or what kind of libraries I can use to implement this service.
Thanks to all
Bet365 have open-sourced their SOAP libraries earlier this year: https://github.com/bet365/soap -- there's a decent amount of documentation there to get you started.
Erlsom with Yaws is worth looking at. Although Erlsom is an XML library, there is a SOAP example included in the Erlsom source tree.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I want to port a kernel module from solaris 10 to HP-UX 11.31.
There are any relevant guides for me?
Best practice is to find sample code that works for each kernel, and see how it uses the kernel functions. You'll not find many (if any) useful tutorials online for HPUX: a web search shows only books. Both Oracle and HP removed most of the useful information from their websites a few years ago.
Further reading:
So You Wanna Write Solaris Device Drivers?
Adding a kernel module to OpenSolaris
Developing Dynamically Loadable
Kernel Modules
Issue 1.0
(Google cache).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to build a very scalable REST web service that will be consumed both by mobile apps, clients surfing the web, servers, etc...
Now as you can imagine this is a rather large task and I have no idea where to start, so I wonder if there are any good tutorials or books to help me on my way?
Thanks in advance!
A good starting point would be reading the "REST API - Design Rulebook" by "Mark Masse" published by O'Reilly Media, Inc.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have published a java REST API using war on tomcat 7, and I am looking for an easy to deploy open source OAUTH code that i can add to my code (preferably by using maven POM) and use it for securing the API.
What are my options?
Have you looked at Google's OAuth Java Client? The documentation says that you can use Maven to add it to your code.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am trying to convert word(.doc) into PDF on iOS device. Is there an opensource solution where I can use as a C/C++ lib or something?
There really is no conveniently open-source library that will do this for you: you may get some mileage out of WvWare but I've never seen it used on iOS and I'm not sure what platform dependencies it may need.
If your iphone is connected to the net, then you can call a Docmosis web service to do it. You need to sign up though.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have been trying to build the framework MailCore which is a dependency in a open source project, that is ReMail. I have followed all the steps given on ReMail Website (http://code.google.com/p/remail-iphone/) to get that project from their repo, but the code is still not getting built. Is there any other good alternative to MailCore for talking a IMAP server and pulling the mails from it?
Thanks,
Ulhas
MailCore is basically a wrapper around libetpan. A wrapper around a very old version of libetpan.
There is a new libetpan version available that I use successfully in an app.