Yesod Web Framework in the marketplace - yesod

Is the Yesod Web Framework for Haskell being used at any established sites on the Internet, other than yesodweb.net? Are any companies using it?
I am considering starting a site and am looking at frameworks.

There is a freely contributed list at the wiki.
But searching for "Powered by Yesod" with Google gives 63.200 pages at the moment.
Using Multi-engine sites should filter a lot. IxQuick for example. ITools permit to switch search engines.
The Google-groups Yesod forum has 383 interested members by now.

Related

Where to start learning SOAP Web Services (in java)?

I have been searching a good tutorial and resource to brush up SOAP web services knowledge. Even though there are lots of resources I found none of them truly solid to grab the main knowledge. Especially in Java, there are multiple approaches to do the same thing. I want to know what are the main advantages on choosing one approach to another, and where to decided to choose one to another. I appreciate if someone can share their experience on learning web services, specifically SOAP. If you have REST knowledge or if you can share a good valid resource, that would be useful for future reads. Any key reads and/or well covered tutorial will be helpful. Thanks!
Yes, SOAP java knowledge is very scattered and that's one of the reasons why Java EE 6 Web Services Developer Certified Expert is so hard.
You can start with the Oracle official webservices tutorial.
There are also good online resources.
You would also have to read some old books and the SOAP specs.
Also some good youtube videos.
Try blogs.
Books:
Java and SOAP. Building Web Services in Java
Java Web Services: Up and Running, 2nd Edition

CMS for developer site

I want to build a web to get all my develop content together, get contact information... but I have very low level/imagination with design. Can you recommend me some good CSS web page or a CMS with a template?
Now I'm using blogger (http://www.asturdroid.net/), but it isn't the best alternative
Thank you very much!!
Wordpress is real nice........ especially if it is a self hosted one. There are a lot of nice themes available at themeforest. Also you can find syntax highlighter and other types of good plugins for wordpress
For templates, themforest provides a wide range of them for many cms's. Joomla or Drupal would be a good solution for you, as they're very powerful PHP cms's

What is a simple way to make a basic website with graph database backend for newbie?

Graph database systems like ne04j seem to becoming very popular of late. I am a newbie user who is trying to set-up a website that needs to display some data which is best displayed using a graph database (essentially i will visualize this on the website).
I am designing this website using CMS Drupal but i am open to changing to other CMS or in worst case a web application framework like Django. Can anyone suggest me a basic template, website or extension to a CMS that enable graph databases or a good way to start learning web app development using graph databases for a noob ?
Well, if you're curious about using Drupal to manage graphs, I'd recommend looking over these contributed modules:
http://drupal.org/project/graphapi
http://drupal.org/project/charts
http://drupal.org/project/views_charts
http://drupal.org/project/charts_graphs
There is http://structr.org/, a CMS built on Neo4j and very Open and capable. Other bindings, you might take a look at REST bindings and neo4j embedded bindings to get going.
If you're looking for even more alternatives for charting in Drupal, then you may want to start from the Comparison of charting module, which includes information and links about quite a lot of charting related modules in Drupal.
If you're aware of other modules not included in it, please update that docu if you can, or let me know about it.

Restful forums/groups/friends/tags etc from joomla

Are there any solutions that my app could consume forums/friends/groups etc features using joomla through RESTful urls.
I found 2 links so far,
Plexicloud-JWS :- This seems to supports only core features and not what Am looking out for
https://github.com/techjoomla/Joomla-REST-API
This seems to support jomsocial which looks a paid one
If I am not wrong, joomla and jomsocial seem different, is that kind of social wrapper over joomla?
If such solutions are not available with joomla, then with any other open source GPL/MIT in php/rails/java..?
Could any body provide me any pointers please?
thanks
Amol

Where can I find some good WS-Security introductions and tutorials?

Can anyone point me to some decent introductions to WS-Security?
I'm looking for tutorials or something that provide a fairly gentle introduction to the subject, though I don't mind if it assumes basic knowledge of web services and SOAP. Most of the stuff I've seen so far is very technical and you need a lot of complex, detailed background knowledge to understand it properly.
We have to implement a web service in PHP and one or more clients in .NET, so resources covering both would be much appreciated.
I think the best introduction to the (any) subject are some good examples.
This article at codeProject gives a fairly easy to follow guide trough web service security for a .NET application.
I had to give myself a crash course in WS-Security a few months back, here are a few links that I found helpful:
http://www.ibm.com/developerworks/webservices/library/ws-security.html
http://www.devx.com/security/Article/15634
http://www.devx.com/Java/Article/28816
Check Kirk Evans' blog as it deals with the .NET Framework 2.0+ instead of the old .NET Framework 1.0 linked by Sven.
The implementation on Evans' blog is backwards compatible with clients running .NET Frameowrk 1.0.
You can find some good article on WS-Security and Apache Rampart - the open source WS-Security implementation - in WSO2 Online Library.
WSO2 WSF/PHP is a PHP Web services extension that has support for WS-Security and also interops with .NET Web services/clients seamlessly.