Document
Contains important documents for reference
Important Links
- Pivotal-Cloud-Foundry-Knowledge-Base
- Spring dependency management
- spring-cloud-services
- platform-acceleration-lab
- cloud.rohitkelapure.com
- debugging-the-buildpack
- ephemerol
- Practical Microservices
- microservices.io
- Value-Objects
- event-driven-data-management-microservices
- cognizant-pal-v1.cfapps.io
- microservices-monoliths-noops
- design-patterns-for-microservices
- Patterns
- Spring MVC
- Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation
- Migrating to Cloud Native Application Architectures
- Java Re-Defined
- Journal Dev
- How todo In Java
- httpstatuscodes
- spring_annotations_cheat_sheet
https://www.codeproject.com/Articles/339725/Domain-Driven-Design-Clear-Your-Concepts-Before-Yo
http://devdocs.magento.com/guides/m1x/api/rest/Resources/resource_customers.html#RESTAPI-Resource-Customers-HTTPMethod-POST-customers
http://howtodoinjava.com/java-tutorials-list-howtodoinjava
http://javasampleapproach.com
http://javasampleapproach.com/java-integration/convert-java-object-intofrom-xml-spring-boot#comment-1673
http://tech.asimio.net/2017/02/02/Refreshable-Configuration-using-Spring-Cloud-Config-Server-Spring-Cloud-Bus-RabbitMQ-and-Git.html
http://www.allthingsdistributed.com/2016/06/aws-lambda-serverless-reference-architectures.html
http://www.baeldung.com/spring-annotation-bean-pre-processor
http://www.baeldung.com/spring-async
http://www.baeldung.com/spring-boot-custom-starter
http://www.bmc.com/blogs/microservices-vs-soa-whats-difference/
http://www.crazyforcode.com/java/
http://www.dwmkerr.com/learn-docker-by-building-a-microservice/
http://www.java2novice.com
http://www.journaldev.com/2366/core-java-interview-questions-and-answers
http://www.thegeekstuff.com/2014/01/sql-vs-nosql-db/
https://blog.mitocgroup.com/building-scalable-web-apps-with-aws-lambda-and-home-grown-serverless-web-framework-e04c912d08f0
https://blog.udemy.com/java-interview-questions
https://cloudcraft.co/app
https://coursetro.com/posts
https://developers.braintreepayments.com/start/tutorial
https://docs.oracle.com/javadb/10.8.3.0/devguide/rdevdvlp22102.html#rdevdvlp22102
https://docs.spring.io/spring-boot/docs/current/reference/pdf/spring-boot-reference.pdf
https://dzone.com/articles/a-guide-to-spring-framework-annotations
https://dzone.com/articles/a-step-by-step-guide-for-dockerizing-and-managing
https://dzone.com/articles/developing-async-microservices-architecture-using
https://dzone.com/articles/developing-jsf-applications-with-spring-boot
https://dzone.com/articles/making-the-case-for-and-against-lift-and-shift-clo
https://dzone.com/articles/springhibernate-application
https://dzone.com/articles/spring-projects-best-practices-episode-i
https://dzone.com/articles/sql-vs-nosql
https://dzone.com/articles/when-use-mongodb-rather-mysql
https://dzone.com/articles/10-tricky-interview-questions-for-java-devs
https://dzone.com/articles/lambda-expressions-in-java-8
https://examples.javacodegeeks.com/enterprise-java/spring/boot/spring-boot-and-angularjs-integration-tutorial/
https://github.com/jdgramajo/bookpub.git
https://howtodoinjava.com/spring/spring-restful/spring-restful-client-resttemplate-example/
https://jgalacambra.wordpress.com/2016/06/13/spring-boot-and-struts-2/
https://klarsys.github.io/angular-material-icons/
https://martinfowler.com/articles/microservice-testing/
https://medium.com/@amcdnl/global-error-handling-with-angular2-6b992bdfb59c
https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication
https://scotch.io/tutorials/testing-angularjs-with-jasmine-and-karma-part-1
https://stackoverflow.com/questions/26791654/partialresultexception-when-authenticating-with-spring-security-and-javaconfig/26872236#26872236
https://stormpath.com/blog/tutorial-get-started-angular-spring-boot-stormpath
https://tutorials.technology/tutorials/32-concourse-continous-build-and-deploy-configuration.html
https://www.callicoder.com/spring-boot-log4j-2-example/
https://www.guru99.com/angularjs-testing-unit.html
https://www.infoworld.com/article/2610438/cloud-computing/what-being-cloud-native-really-means.html
https://www.javacodegeeks.com/wp-content/uploads/2017/01/Spring-Framework-Cookbook.pdf
https://www.lynda.com/Spring-Framework-tutorials/Building-Full-Stack-App-Angular-2-Spring-Boot/573416-2.html
https://www.metaltoad.com/blog/angular-2-http-observables-and-concurrent-data-loading
https://www.petrikainulainen.net/programming/spring-framework/unit-testing-of-spring-mvc-controllers-normal-controllers/
https://www.upwork.com/hiring/data/sql-vs-nosql-databases-whats-the-difference/
https://www.upwork.com/hiring/data/sql-vs-nosql-databases-whats-the-difference/
https://www.youtube.com/watch?v=k5E2AVpwsko
https://www.codementor.io/savingfunda/20-java-interview-questions-and-answers-from-investment-banks-98ghl6frw
https://www.mkyong.com/maven/jacoco-java-code-coverage-maven-example/
https://natelandau.com/my-mac-osx-bash_profile/
http://java.amitph.com/2014/01/understanding-java-8-streams-api.html
https://www.infoq.com/articles/Java-8-Lambdas-A-Peek-Under-the-Hood
Debug in PCF
This is the three steps which we need to follow to debug a PCF application:
1) cf set-env spring-music JBP_CONFIG_DEBUG '{enabled:true}'
2) Create an SSH tunnel: cf ssh -N -T -L <localport>:localhost:<remote port> spring-music
3) Go to Intellij and setup a remote debug profile. Give the localhost post in the dialog box.
Anwar's email id - achirakkattil@pivotal.io
"c:\Program Files\MySQL\MySQL Workbench 6.3 CE\mysql.exe" -u vPfVT0MyeL4u3NVs -p -D cf_325876a3_eaba_45a8_a0c8_7d8060354c92 -P 63306 < ..\jLibsEssentials\saikiran_enterprises.sql
"c:\Program Files\MySQL\MySQL Workbench 6.3 CE\mysql.exe" -u vPfVT0MyeL4u3NVs -p -D cf_325876a3_eaba_45a8_a0c8_7d8060354c92 -P 63306