Spring integration tutorials, information,examples? [closed] - enterprise

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am new to spring Integration. I read that it is flexible and light weight integration technology build on Spring framework. It is used for Enterprise Application Integration (EAI).
Where can I find good tutorials and examples of spring Integrations?
I already have some pdf from Spring community site,However those all are more theoreticle.
Please help me finding any simple and easy to understand documents and tutorials.
Thank you in advance.

Feel free to visit the Spring Integration homepage: http://www.springsource.org/spring-integration
If you have questions after exploring the resources there, then you can ask those questions in our forum:
http://forum.springsource.org/forumdisplay.php?f=42
Hope that helps.
-Mark Fisher (Spring Integration lead)

Related

I want to know main things to learn before starting module development in Prestashop? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to know main things to learn before starting module development in Prestashop ?
Some use full website url's and videos , tutorials which will cover up important points and also clear my concepts .
This is a broad question, but let me give you some advice.
1) Google for How to develop Prestashop Modules.
2) Search for youtube videos on youtube
3) Search for some books for Prestahsop
4) Read Prestashop documentation http://doc.prestashop.com/display/PS15/English+documentation
The place to start from is http://doc.prestashop.com/dashboard.action
Recently I found a good tutorial at http://www.technoreply.com/how-to-create-a-prestashop-1-5-module/
I hope it helps

Looking for a free SaaS for Text-to-Speech (TTS) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a free web-based TTS engine, that I may use in a commercial project. I'm not saying there's one, but I hope somebody might know if there was.
Thanks!
The only freely available web-based TTS engine that I am aware of is Google TTS. There is a blog post on how to use it. The problem with using it commercially is that it is not an official Google API (most solutions to use it have been hacked) and therefore subject to change without notice. For a commercial application I would pay for a good TTS engine. Another option is to get a freely available TTS engine and create your own SaaS.

Free maps api and geocoding [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have to develop an commercial application with mapping.
I can't use Google Maps because of the 10k$/year for the premier API...
I tried Mapstraction with OpenStreetMap, nice but with some limitations.
There is no geocoding available apparently.
Is there a good free(or affordable) service available anywhere with mapping & geocoding functionnalities ?
Thanks
If this question is still valid, I think you should check Open Data Map APIs, in Open Web Services section. No limits, no signup tricks to get the API keys, everything free for real!
There is a pull in github for the feature : https://github.com/mapstraction/mxn/pull/98

Online coding collaboration tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I was wondering if you guys have experience with any online tool that allows coding collaboration with notifications that gets fired each time a contributor edits/adds to the source file.
I was exploring github but I am not sure if notification is supported (or atleast I couldnt get that to work) when a contributor commits a new change.
Github does support notification and of course Github is the most mature collaboration env in the cloud.
Notification Enh

simple tutorial for DCOM [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can someone suggest me beginners learning resources for DCOM technology using vc++
Those with Sample codes would be very helpful.
Thanks
Look at codeproject.com "DCOM D-Mystified: A DCOM Tutorial" - seven articles & sources for beginers
It depends quite a bit on your exp level with COM. Moving to DCOM is really just a matter of creating an EXE-server, registering it on the remote machine and instantiating it via CoCreateInstanceEx.
You can create simple servers using the ATL app-wizard in VS. MSDN has a number of samples you can d/l.
I realize this isn't a tutorial but you haven't really stated what you know now.