Posts

Showing posts from June, 2022

Hybris Overview

Image
SAP Hybris Overview - It is e-commerce platform. which is basically on Java, Sprig, Spring MVC and some web language JS, html, CSS. It provide us solution over the cloud with integration as well. SAP Hybris Commerce is an omni-channel platform. The SAP Hybris Commerce Platform has a build framework based on Apache Ant. Ant handles compilation and a number of automation tasks. It interacts with customers over the web, mobile devices, email, kiosks etc via support app. It is connected to product and website content catalogs, inventory and fulfillment systems, ERPs, etc.

JAVA Overview

Overview of Java - Created in 1991 by James Gosling. It's primary goal WORA(write once run anywhere). Java is OOL but not pure OOL as we have pre defined data types (int, byte, long etc). although we have wrapper class for the same but in pure OOL cant have anything other than object. Second thing we can have operation without calling their methods at objects like String = “ABC” + “A” ; Java's code are compile into byte code (.class) which is machine independent and hence class file can be copy to any platform and we can run it on JVM. JVM is platform dependent but class file is independent so java is platform independent programming language. Features - Simple OOPs Robust Platform Independent Secure Multi-threading Architectural Neutral Portable High Performance Distributed