Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing Oracle API Platform Cloud Service

You're reading from   Implementing Oracle API Platform Cloud Service Design, deploy, and manage your APIs in Oracle's new API Platform

Arrow left icon
Product type Paperback
Published in May 2018
Publisher
ISBN-13 9781788478656
Length 518 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Authors (4):
Arrow left icon
Luis Weir Luis Weir
Author Profile Icon Luis Weir
Luis Weir
Philip Wilkins Philip Wilkins
Author Profile Icon Philip Wilkins
Philip Wilkins
Andrew Bell Andrew Bell
Author Profile Icon Andrew Bell
Andrew Bell
Sander Rensen Sander Rensen
Author Profile Icon Sander Rensen
Sander Rensen
Arrow right icon
View More author details
Toc

What is Groovy?

To understand how the gateway works with Groovy, an understanding of Groovy is first required.

Groovy is a scripting language which has been developed with the intent to make it easy for Java developers to write scripts. As a result, the language is very similar to Java but with some simplifications to make it easier, to create and run actions in a manner more like a Linux shell script. Groovy's commonality to Java comes not just from the objective of Groovy but also the fact that Groovy actually uses the Java virtual machine. This means that all the standard Java and Java extension libraries can be used by Groovy.

The Groovy language syntax details can be seen at http://groovy-lang.org/syntax.html.

If Groovy is more like a shell script and purely interpreted then the obvious question is, will it not be affected by performance issues? After all, an interpreted...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image