Oracle NetSuite Integration REST Connection - oracle

I am looking for a place where its explained how to connect to Oracle NetSuite SuiteTalk to pull accounting data ?. I am developing a REST microservices with spring boot and I need to integrate this. Does anyone knows something about this ?. Or how to do the integration ?. Thanks

You can refer to SuiteTalk REST Web Services - page 11 has Authentication information.

Related

Difference between spring-boot-admin server and client

There are no much resources on this topic so thought to post it. Also I myself am trying to understand the different. Previously we just had only spring-boot application. So can anybody explain the difference.
Spring boot admin is nice monitoring dashboard for spring boot application. To feed data to this dashboard spring boot admin provide two approaches:
1) Using client library: client libary will send data to spring boot admin dashboard.
2) Use service discovery (eureka)

Does Hybris use Spring Framework?

I am trying to understand and get some information for the Hybris platform. Does it use Spring Framework? Also could anyone please share the link / material to have more understanding about it's architecture, technology, etc ?
As per my research, they use:
Technology:
Spring MVC, JSF (FrontEnd), REST Web services ?????
User Interfaces:
Product Cockpit, CMS Cockpit, Print Cockpit, Admin Cockpit, HMC
Platform:
Persistance, Caching, Security, Internationalization, Import/Export, Search
App Server:
Hybris Server, Oracle BEA, IBM, JBoss
Database:
Oracle, SqlServer, Mysql
IMP: Does SAP Hybris support for Spring REST. I think since it uses Spring MVC + Security, so restful web services should of Spring REST only. I heard that it also support RestEasy and Jersey, but not good option when you have a Spring REST in place which adds great support than RestEasy and Jersey. Can you bring in details ?
Can someone please answer to the above IMP query ? Also please share sample RestFul web service of SAP Hybris.
Hybris uses the following technologies:
Java, Spring, Apache SOLR, Groovy, Scala, Apache Commons, ZK framework, Google Analytics, Jasper Reports, Tomcat.
You can find the best information on the architecture of hybris here.
You need a SAP Hybris login for this.
Spring core, Spring MVC.
JSP, javascript, CSS, bootstrap for the frontend.
java 8 for the backend.
apache Solr as the search engine.
tomcat, spring tc server, oracle, IBM as server.
hsqldb, oracle, IBM SAP HANA, MySql, Percona etc as database.
hybris does use spring and many other frameworks (like zk, groovy, scala). They have there own persistence layer and they does use the MVC pattern a lot. As hybris provide a lot of different services and interfaces it is not clearly only one architecture.
e.g. the "datahub" is a communication gateway based on spring integration, but Independent from the base platform.
Hybris use spring mvc spring security. it is compatible with Mysql, HANA, Oracle, sqlserver etc. Also it comes with charon api which make it easy to interact with yaas platform specially designed to fulfill the requirement of other ecommerce feature. you can access it through following link : click [here]:help.hybris.com
But again it is not free. You can also try on http://www.slideshare.net/

Spring XD REST Service

I would like to have a REST service to expose the data read and processed from Spring XD. Similar to the one in the Analytics Server.
For example I would like my own functions which can be exposed similar to Counters and be able to access the data from a web browser.
Is there any tutorial? I have searched and found that Spring Boot is the one but I am looking for help on how I integrate it with Spring XD.
Would be very helpful if someone can point me to the instructions on how I can achieve this.
You can use trigger as a source with http-client as a processor processor to access any web browsers info regardless if it is a web service URL or not.
Moha.

Websphere Sample RESTFull Application

I am looking for sample RESTFull application, that can be deployed in Webpshere Application Server 7.x.
Posting here with great hope after exhaustive search. Any help much appreciated.
A RESTFull application from a WebSphere perspective is an application deployed in WebSphere Application Server (WAS) that can respond to "REST" requests. IBM's WebSphere Application Server implements the JAX-RS APIs to easily declare a Java class as exposed through REST requests.
If one does a quick google on the phrase "websphere jax-rs" in the first page of results one will find a large list of samples, examples and tutorials. Working through any of those samples should result in what you are looking for.
See for example:
http://pic.dhe.ibm.com/infocenter/radhelp/v8/topic/com.ibm.webservice.samptut.doc/topics/jaxrstut/jaxrs_abstract.html
http://www.youtube.com/watch?v=OrcS5HA7fUo

Developing webservices using SPRING Restful API

I want to develop a RESTful webservice sample application using Spring RESTful API. I am very much new to this field of spring as well as webservice.
Can anyone please suggest me any reference or website which has a step by step process for this ??
Thanx in advance for the helping hand.

Resources