Want to learn Spring boot applications - spring

Hi im looking for any good resources to learn springboot to create Rest api any recommendations? Any youtube channels i have looked all round but cant find any that has a good explanation

There are many good resourses, for example this Page: https://teamtreehouse.com/
Or if you dont want to pay for IT, you can watch YouTube Videos and/or Check out the official Spring homepage:
https://spring.io/

Related

How to integrate spring.io into wordpress?

I am working on a project and I was simply wondering how to integrate a backend surface made in spring.io into a wordpress website?
I read about converting wordpress into spring.io using JSON but I want to integrate a backend service for a front end wordpress.
If it works the results will be a backend service like database works with the wordpress website.
You should give the community project Spring Content a look. The aim of this project is to quickly and easily create cloud-native, agile "Content Services" with the Spring framework. Essentially, exactly what you are asking for I think.
Best of luck!

ASP.NET Web-API Help-API Generator?

I am wondering if anyone can point me to which Web-Api Help Generator I should use.
I found this post but it is already a year old and seems to be outdated.
I think ApiExplorer is now Web API Help.
The post also talks about Swagger which from some demos looks a lot nicer and seems like you can do like post requests and such but I am unsure if it still in development as it's been like a year since the last update.
Anyone have any experience with either of them?
The "Web API Help Page" package (Microsoft.AspNet.WebApi.HelpPage) is built on top of ApiExplorer.
Web API Help Page generates documentation pages and adds them to your project.
ApiExplorer gives you a lower-level API that just gives you the API descriptions, which you can use to create documentation.
See: http://www.asp.net/web-api/overview/creating-web-apis/creating-api-help-pages
I haven't used Swagger. From the readme, it's also built on top of ApiExplorer.

Using the Searchservice from Bing Maps in WP7

I used this to locate an address on Bing Maps on WP7 using the emulator. The site mentions searchservice, which is something I want to try out and implement. However, the method seems to be different, in the sense that the query parameters are different and so is the way to query it. Can anyone help me find resources that give me a (if possible) step-by-step list of how to achieve or implement the searchservice. I have been through the official MSDN pages and they're quite useless. For my needs, at least! Please help. Thank you!
I would highly recommend to use the Bing Maps REST services, you can find the information about how to use it on the MSDN:
http://msdn.microsoft.com/en-us/library/ff701713.aspx
Also, take a look at the official blog where you will be able to find the best practices and good tips to use the REST services using a .Net wrapper:
http://www.bing.com/community/site_blogs/b/maps/archive/2013/02/14/bing-maps-rest-service-tips-amp-tricks.aspx
Let us know if you have other difficulties to implement the search service in your Windows Phone application.

Writing a web app using Dropbox API

I would like to write a web app that uses Dropbox for cloud storage.
If I understand correctly, I should use the Restful API to achieve that.
This documentation exists and is quite good but being a newcomer to Restful API I would love to see and play with a simple example that works with this API.
My questions are:
Am I right to assume that Rest API is the way to go?
Is there a quick and easy example (Maybe a live example) to get me going?
Thanks!
as you tagged your question with "ajax", i presume you want to do this entirely client-side (except for some proxy-code to be able to make requests accross domains)? I haven't tried it out myself, but there's dropbox-js on google code which will at least give you some ideas (and if the Dropbox API didn't change too much since June 2010 it might even work out of the box)?
Update: there's no "download", but you can browse the source code of trunk here.
Here's a lengthy article on the matter
Some love for Javascript Applications with code samples, a demo etc.

Codeigniter Forum Integration

I'd like to integrate a simple forum with a Codeigniter application and wondered if anyone had any recommendations? Cheers
Laurence
I would take a look at vanilla forums, lots of addons, open source, and pretty easy to integrate things with (ie Codeigniter)
http://vanillaforums.org/
there are a few forum topics on how to do things with ci and vanilla
http://codeigniter.com/forums/viewthread/134946/
https://github.com/EllisLab/CodeIgniter/wiki/FreakAuth-Vanilla-integration--an-auth-lib-and-a-forum-engine-
https://github.com/EllisLab/CodeIgniter/wiki/CL-Auth-Integration-with-Vanilla-Forum-Engine

Resources