0% found this document useful (0 votes)
204 views

Difference Groovy and Java Script

The document discusses the FormatConversionBean and its importance. It provides links to blog posts about the FormatConversionBean and how it can convert Excel formats to simple XML. The FormatConversionBean arrives in CPI and is a single bean that can handle various format conversions.

Uploaded by

Rajesh Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
204 views

Difference Groovy and Java Script

The document discusses the FormatConversionBean and its importance. It provides links to blog posts about the FormatConversionBean and how it can convert Excel formats to simple XML. The FormatConversionBean arrives in CPI and is a single bean that can handle various format conversions.

Uploaded by

Rajesh Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

OM

Format Conversion Bean

https://blogs.sap.com/2018/09/04/formatconversionbean-arrives-in-cpi/

https://blogs.sap.com/2015/03/25/formatconversionbean-one-bean-to-rule-them-all/

https://blogs.sap.com/2014/10/21/exceltransformbean-part-1-convert-various-excel-formats-to-
simple-xml-easily/

Its Very Important

https://blogs.sap.com/2018/09/04/formatconversionbean-arrives-in-cpi/

what is the difference between Java script and groovy script

1)Groovy is a programming language and also supports scripting language


whereas Java is an object-oriented programming language. ... 

2) Groovy has a default access modifier as public for all its kind of class members or

data whereas Java has default access level as package level depending on the class
members type.

3) Groovy can be integrated with any Web applications and scripting applications.

Java can be integrated with any object oriented applications.

4) Groovy supports any Operating Systems

Java Supports Cross-Platform Operating Systems.

5) All the packages will be Imported by default in Groovy.

Import packages into the Java class file in Java.

You might also like