Skip to main content

Posts

Top Institutes/Trainers for Students to Learn Java in Ameerpet/SR Nagar,Hyderabad:

  Disclaimer- Some contents are used for educational purpose under fair use. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use. Note: This article is collected from Studends opinion and also I had been observed from the year of 2014 onwards... and I Just Listed out here: 1.Sathya Technologies 2.Naresh Technologies 3.INetSolv 4.Durga Software Solutions Before joining in the institute You can ask in reception for clarification: Most of the trainers  jumping from one institute to another institute. So please ask at reception before joining in the institute.   Top Trainer For Core Java: 1. Venkatesh Mansani (Formely available in Sathya technologies)     2. K V ...
Recent posts

consume other REST service from REST service [OR] consume 3rd party URI

[for source service]  Tools and Technologies : Oracle  Eclipse IDE Spring Data JPA Spring BOOT 2.4.8 + REST Java 8 POSTMAN  [for consuming other REST service from REST service] Tools and Technologies: Eclipse IDE Spring BOOT 2.4.8 + REST Java 8 POSTMAN  In real time most of the applications not provide DB details and you need to consume 3rd party URI. Client will give only 3rd party URI but client have may have DB  and you need to write REST service and deliver that respective stories/task. If you want consume a service that 3rd party related service must SERVER UP then only we can consume and if it is SERVER DOWN  we can't consume.        For understanding purpose Here I am creating and running 1 Rest Service and making as SERVER UP.  visit    https://start.spring.io/ give proper dependencies[WEB, DATA JPA, Oracle Driver] and select java version , maven as your comfort etc... just click on generate it will download in...