Eventually the Java Standard Edition 9 was released along with J2EE 8 after a long wait. This news is not overwhelming in the media report like other exciting technologies of artificial intelligence, cloud etc. However, per the recent programming language ranking report, Java is still one of the most popular languages. In http://statisticstimes.com, for both […]
Posts Tagged ‘java’
How to Query Hive Data in HDP via Java Code
What is Hive? You may have heard about Data Warehousing products such as Oracle, Teradata Netezza which have been used in different industries for decades. Recently, Hive emerged as a new generation of the open-source data warehouse product which features clustered nodes in the big data domain. It facilitates reading, writing, and managing super large […]
Missed Oracle OpenWorld? Great Content Now On-Demand
Oracle shared an incredible amount of rich content during the show, but don’t worry if you weren’t able to make it, you can view all the OpenWorld keynotes on-demand. There were more than 1800 sessions available to attend and although not every session was recorded, there are some great general sessions worth checking out featuring […]
IBM API Connect: A complete API lifecycle offering
IBM recently announced a completely new, re-designed and a unique offering known as API Connect, which integrates IBM API Management and IBM Strong Loop into a single package with built-in gateway, allows you to create, secure, run and manage APIs and Microservices. This offering will certainly help organizations to understand the complete API life cycle in detail and design the […]
The 10 Most Popular Life Sciences Blog Posts Of 2015
Welcome to the New Year! Similar to the way we share our most popular blog posts on a monthly basis, it only makes sense to look back at the most viewed posts from 2015. So, here it goes, with number one being the most read piece.
Introduction to jQuery Ajax
Concept This blog is intended for novice to understand jQuery Ajax functionality and its integration with servlet by creating a simple project. What is JQuery Ajax? Ajax (Asynchronous Java Script and XML) enables exchanging data between client and server and updating parts of web page without reloading the entire page. jQuery provides easy to use […]
Top 10 Announcements from Build 2015 Keynote on Day 1
The 2015 BUILD Conference kicked off today, and today’s keynote was packed full of TONS of announcements and new information. Some of these things are going to be released sometime this year, but some of it has also been released to be available today! Even though you can watch the Build 2015 Day 1 Keynote […]
Oracle Critical Patch Update Released | 169 fixes
Oracle recently released it’s January 2015 Critical Patch Update that includes 169 new security fixes across the following product groups: Oracle Database Oracle Fusion Middleware Oracle Fusion Applications Oracle Enterprise Manager Oracle Applications – E-Business Suite Oracle Applications – Oracle Supply Chain, PeopleSoft Enterprise, JD Edwards Product Suite, Siebel and iLearning Oracle Communications Industry Suite Oracle Retail […]
Increasing Efficiency With Java Executors And Thread Pools
If you’re a Java developer, you probably know that you can create a thread by implementing the Runnable interface or by extending the Thread class. You can then execute multiple threads in parallel to achieve concurrency. Still with me? It gets a bit more challenging when you need to spawn long-running tasks in parallel and […]
What Skills Should Developers Invest In?
Technical professionals are constantly refining their development skills to for both their own personal and professional advancement, and also to produce the best possible product for the end user. But how does a developer decide where to invest time and money in developing their skills? David Tucker, VP of Technology at Universal Mind, recently compiled a list of the 10 areas he feels […]
Using Selenium with Java and TestNG (3)
EventFiringWebDriver & Listener In this blog, I‘ll introduce how we use EventFiringWebDriver and listener to create an auto-logging system for the test framework. Why use EventFiringWebDriver and the event listener? If we use it, we can easily know what a web driver instance will do with a small listener, and what operation it does […]
A little stuffed animal called Hadoop
Doug Cutting – Hadoop creator – is reported to have explained how the name for his Big Data technology came about: “The name my kid gave a stuffed yellow elephant. Short, relatively easy to spell and pronounce, meaningless, and not used elsewhere: those are my naming criteria.” The term, of course, evolved over time and […]