Hybris 6.x features

Let’s discuss some of the important Hybris 6.x features introduced recently SmartEdit(6.0) This is one of the important features which enhances the business users experience with respect to content management. We have WCMS to manage the Hybris UI(creating new page, component , edit content etc) but SmartEdit has come up with lot of additional features […]

Share this article on

Creating and starting Threads

Thread creation in Java ? We learned in our previous article that “ thread ” is an instance of “Thread” class. Please read Introduction-to-threads article before reading further. Threads can be created using any one of the 2 ways 1) Implementing the java.lang.Runnable interface. 2) Extending the java.lang.Thread class In both the ways, we need […]

Share this article on