Log on:
Powered by Elgg

Feed detail

May 02, 2013

Isolated Networks in the Cloud

It’s now possible to create isolated networks in the cloud using OpenStack Networking. Cloud Networks can help enhance network security, increase application agility and improve scalability and availability of your servers.

read more


April 30, 2013

A Helpful Checklist for Selecting a New Database

When you look at the database market, it’s a virtual jungle out there. Those of us in the industry 15 years ago can look back and remember when we only had the option to use a relational database from Sybase, Oracle, Microsoft or IBM. That was pretty much it if you were planning to build a new complex application with persistent storage. Nowadays, the number of options is absolutely brilliant, but this also means you need to do your homework. I found a great visualization of the database market landscape by 451 Research. The similarity to the London underground map is striking.

read more


Book Review: The Java Tutorial (5th Edition)

If you are interested in getting started with Java, or just object oriented programming, this is a great book to start with. The book starts off with a high level overview of the Java platform and goes straight into an example of creating a hello world application. While creating the hello world application the authors take you on a tour of the NetBeans IDE. It then covers the basics of 0bject-oriented programming and the Java programming language. The authors cover objects, classes, inheritance, interfaces, packages, variables, operators, expressions, statements, blocks, and control flow statements. After the introduction chapter the chapters begin to go into detail about each of the topics that were introduced, and many more. I have listed the chapters below.

read more


April 29, 2013

Convergence and Interoperability Will Define Next-Generation Cloud Architectures

Our more interconnected planet is accelerating the adoption and convergence of next-generation architectures, in the form of cloud, mobile and instrumented physical assets. Organizations that can effectively balance optimization and innovation, will be in a position to leverage new systems of engagement, out maneuver their peers and achieve desired outcomes. In the Opening Keynote at 12th Cloud Expo | Cloud Expo New York, IBM GM & Next Generation Platform CTO Dr Danny Sabbah will detail the critical architectural considerations and success factors organizations must internalize to successfully implement, optimize and innovate using next generation architectures.

read more


April 28, 2013

Cloud Expo New York: The True Cost of Moving to the Cloud

The cloud has proven to be an attractive cost-efficient and flexible model for many organizations. However, some skepticism remains when it comes to the return on investment for cloud computing and the real costs related to building a hybrid cloud. In his session at the 12th International Cloud Expo, Pavan Pant, Director of Product Management for Verizon Terremark, will discuss the challenges enterprises face when migrating their business-critical applications to a cloud environment and how organizations can drive efficiency and value through hybrid cloud models.

read more


Creating Confidence in Mobility

Every business wants to protect its confidential financial information. But for an organization like ours, financial information is our entire business. Over the course of a year, Broadridge handles millions of trades worth trillions of dollars, so it’s easy to see how security must be intertwined in everything we do. It was foremost in our minds when we were spun off from our parent company in 2007, because we wanted to grow the business while retaining security as a priority. One data breach, or a few hours of downtime, would cost us millions. We had a team of 55 IT professionals working together for the first couple of years to make sure that our core functions and sensitive information were fully protected. We had several different security solutions on our endpoints that didn’t interact well, so we implemented new security software on all our endpoints, as well as encryption technology. These were all incremental steps toward embracing the latest trend: mobility.

read more


April 27, 2013

Load Testing: Same Old, Same Old or a Whole New Ball Game?

I started my career as a Telecom Engineer for Rational Software in the load testing space back in the late ’90s, and when I look back on the last decade, there were enormous advances in the broader IT world including development methodologies, processing speeds, network speeds, mobile devices (it’s hard to believe the first iPhone was only released 6 years ago). But the question is: Has the world of load and performance testing really changed all that much? Are the missions the same? Are the challenges different? And how can we be prepared for the future of load and performance testing? Let’s start with what hasn’t changed.

read more


Cloud Expo New York: Optimize Your Virtual Environment

Everyone is virtualizing, but are they realizing any of the promised savings? This overview of IBM's new virtualization optimization solutions will show you how integrated Cloud Solutions like SmartCloud Provisioning and SmartCloud Monitoring can deliver the savings virtualization promises. Organizations are using intelligent management and analytics to provide the insight needed to optimize their virtualized infrastructure and dramatically improve availability, reduce data storage footprints and streamline patch management. In his session at the 12th International Cloud Expo, Dan Carr, an Executive IT Architect at IBM, will review lessons learned from real-world experience.

read more


API Management Start-Up Gets Funding

There suddenly seems to be a run on API management start-ups. First Intel acquired Mashery. Then CA bought Level 7. Now six-year-old 3scale of Barcelona and San Francisco has gotten $4.2 million in funding from Javelin Venture Partners and Costanoa Venture Capital. The round is meant to broaden the start-up’s set of services and bring it to a global audience, enabling more valuable APIs and API delivery by its customers. 3scale claims 200 clients serving over 85,000 application developers including Fortune 500 companies, small businesses and tech start-ups like Skype, FlightStats, Wine.com, 1WorldSync, SITA, PagesJaunes.fr , the French Yellow Pages don’t you know, FullContact and Yummly.

read more


So What? – Monitoring Hadoop Beyond Ganglia

Over the last couple of months I have been talking to more and more customers who are either bringing their Hadoop clusters into production or have already done so and are now getting serious about operations. This leads to some interesting discussions about how to monitor Hadoop properly and one thing pops up quite often: Do they need anything beyond Ganglia? If yes, what should they do beyond it? Like in every other system, monitoring in a Hadoop environment starts with the basics: System Metrics – CPU, Disk, Memory you know the drill. Of special importance in a Hadoop system is a well-balanced cluster; you don’t want to have some nodes being much more (or less) utilized then others. Besides CPU and memory utilization, Disk utilization and of course I/O throughput is of high importance. After all the most likely bottleneck in a Big Data system is I/O – either with ingress (network and disk), moving data around (e.g., MapReduce shuffle on the network) and straightforward read/write to disk.

read more


CIA Backs Apigee

In a discrete low-key press release API house Apigee said Thursday that it’s getting backing from the CIA’s strategic venture arm In-Q-Tel (IQT) to enhance its widgetry to support the US intelligence community. No number was mentioned. Apigee has already raised $72.1 million in five rounds that included SAP, the German company, four times. The CIA and other spook agencies want to improve their data sharing and figure out what to do with information once they get it, especially since there’s more information than ever before and Apigee is focused on mobile apps, which spew out information like an open fire hydrant during a hot summer in the projects.

read more


April 25, 2013

Caching: Up and Down the Stack

Last week, I presented Caching Up and Down the Stack at the Boston Web Performance meetup. It was great to get the chance to present to the 60+ people who came out for the talk. Unsurprisingly, many of the people there knew a lot about caching in all of the different levels I touched on, and some great conversation developed. I covered six of the major areas of caching available to web devs today. On the HTML / JS / CSS side, you can use client asset caches, full-page HTTP caches (like Varnish) and partial template caches. On the back end, you can use generated code caches, manually cache objects in memory or nearby services or even enable your database’s query cache (though, as the audience reminded me, if you’re using MySQL, just don’t. See below for why). Caching at each layer has advantages and disadvantages, and throughout, you’ll only be effective if you know what you’re caching, why you’re caching it and if you measure the improvement of doing so.

read more


April 24, 2013

Introducing a New Look for Traces

Our fundamental unit of performance data is the trace, an incredibly rich view into the performance of an individual request moving through your web application. Given all this data and the diversity of the contents of any individual trace, it’s important to have an interface for understanding what exactly was going on when a request was served. How did it get handled? What parts were slow, and what parts were anomalous? Over the past year, the TraceView team has been listening to your thoughts on this topic as well as hatching some of our own. Today we get to share the fruit of our labors: Trace Details, redesigned!

read more


Dodge Hibernate Coding Mistakes with Code Analysis

Hibernate is one of the most used ORM Java frameworks out there. It is really simple to use, just add few annotations and you’re ready to go. However, it is also really easy to experience strange behaviors and bugs if you don’t respect Hibernate’s best practices. That’s why at Tocea we developed rules to detect coding mistakes and to make sure that your experience with Hibernate will be painless. Our Hibernate repository currently contains 30 rules. Some of them are related to the detection of possible bugs, other treat of maintainability or performance. In this article, we're going to present 4 rules that deal with a famous Hibernate's usage problem : the implementation of equals() and hashCode() methods.

read more


Cloud Expo New York: Build Modern Business Applications

Today's developers want platforms that make innovation faster, less complex, and more efficient. In his session at the 12th International Cloud Expo, Gene Eun, Sr. Director, Oracle Cloud at Oracle, will provide an overview of Oracle Cloud's easy-to-use, enterprise-grade, and open standards-based platform services. Learn how you can transform the development experience and quickly build applications in the cloud using the tools and techniques developers love and already use today. Gene Eun is Sr. Director, Oracle Cloud at Oracle.

read more


Cloud Expo New York | Big Data: What It Means for Legal & Risk Management

Big Data has made a huge splash in the enterprise world, but the legal and risk management implications are seldom discussed. It’s critical for businesses to assess these issues and develop a proactive strategy to protect the enterprise from costly errors. Corporate policies and regulatory compliance require managing Big Data and information governance issues such as data security and privacy. However, to respond to litigation, professionals must ensure that eDiscovery requirements are addressed. Those who handle records management, security, information privacy and IT must know how to collect, assemble, protect and manage Big Data and respond to changing requirements.

read more


JBoss App Server Project Renamed WildFly

The JBoss Application Server project has been succeeded by widgetry called WildFly described as both a brand refresh and a renewal of Red Hat’s determination to drive the next generation of application server technologies. The name was chosen by members of the open source community on JBoss.org during a special election late last year. Red Hat says it’s supposed to address some of the key forces shaping middleware today, including the shift toward more flexible and modern approaches to application development, open hybrid cloud enablement and Java Enterprise Edition 7 (Java EE 7). It’s also supposed to be a significant opportunity for wider community adoption and involvement.

read more


April 22, 2013

Python and gevent

The easiest way to make your code run faster is to do less. At some point, though, you don’t want to do less. Maybe you want to do more, without it being any slower. Maybe you want to make what you have fast, without cutting out any of the work. What then? In this enlightened age, the answer is easy — parallelize it! Threads are always a good choice, but without careful consideration, it’s easy to create all manner of strange race conditions or out-of-order data access. So today, let’s talk about a different route: event loops.

read more


Cloud Expo NY: Best Practices for Delivering Oracle Database as a Service

Many enterprises are pursuing cloud computing to reduce costs and speed time to value, all with lower risk and improved service levels. We've seen many customers succeed by organizing their transformation into distinct, manageable phases: a Journey to the Enterprise Cloud. Service Delivery is an advanced phase of the journey, and provides elasticity, resiliency, automation and self-service capabilities. When the journey is planned and executed correctly, enabling these capabilities does not require upgrades or re-architecting. Instead, meeting these goals is a natural evolution that builds on the earlier phases by employing the relevant features and options.

read more


Cloud Expo NY: Best Practices for Architecting Your Cloud Infrastructure

Before you start to envision and design your cloud, you’ll need to make sure it’s built on a solid architectural foundation. In his session at the 12th International Cloud Expo, Matt Mullins, Principal Consultant – Cloud Platform Implementation Engineer with Citrix Systems, will cover critical concepts and principles for architecting your cloud and best practices for supporting multiple workloads from a single cloud platform. You will learn about: Components and architecture of a cloud orchestration How workloads and workload availability drive cloud architecture Sample reference architectures from leading implementations

read more


April 21, 2013

IBM Reportedly Wants Out of x86 Server Hardware

IBM reportedly wants to dump its x86 server business and, according to CRN, Lenovo, the Chinese company that bought its PC operation in 2004 and now wants to grow its server interests, is likely to buy it since it’s the only company in active acquisition negotiations. Big Blue will supposedly only deal with companies it doesn’t consider a threat to any part of its business. Later Thursday the Wall Street Journal jumped on the story saying it heard the companies were in advanced discussions, but of course there’s no way of knowing if a deal will be clinched. It noted that it would be CEO Ginni Rometty’s first major divestiture.

read more


April 20, 2013

Cloud Expo New York: Using APIs for Better Business Partnerships

There’s no denying the opportunities that Open APIs and Business to Developer initiatives offer today, but for many businesses APIs are going to be a huge driver of business partner programs. Successful B2B API programs introduce a completely new set of requirements that go far beyond the capabilities of most API Management platforms. In his session at the 12th International Cloud Expo, Alistair Farquharson, CTO of SOA Software, will discuss how a B2B API program can help drive your business, what the challenges are, and how to make sure you succeed. In this session you’ll learn: The differences between Open APIs and B2B APIs Security Concerns Monitoring QoS Management How to plan, build and run APIs to enable business partners How to selectively share your APIs with your partners’ developers

read more


Cloud Expo NY: Cloud & Location-Aware Big Data Is Changing Our World

Social media streaming and satellite imagery stored as Big Data in the cloud is changing the way we understand our world. By being able to tap into these new Big Data collections of real-time social media and up-to-date world-wide imagery we can now see patterns and activity not possible before. By utilizing common platforms for global location information exchange and self-service computing applications that are deployed through the cloud, we are able to integrate and apply our knowledge of geospatial science to location-aware geographic analysis and reporting on a scale not possible until now. Direct spatial query of Big Data repositories and on-the-fly location analysis are capable of showing relevant, real-time activity that can easily be visualized on a map display. Configurable applications deliver a solution framework that is easy to maintain for integration, collaboration, and efficiency. In his session at the 12th International Cloud Expo, Ty Fabling, a Sr. Enterprise GIS Systems Architect at Esri, will explore how cloud-based applications integrate and synthesize information from many sources, facilitating communication and collaboration, and are breaking down barriers between institutions, disciplines, and cultures. Online GIS platforms deployed in the Cloud enable real-time location analytics and spatial visualization for everyone.

read more


April 19, 2013

Component Models in Java | Part 2

OSGi is the latest component model to join the bandwagon of component models, which provides a platform for component oriented development and assembly. OSGi framework is a standards based platform whose specifications are provided by the OSGi Alliance (www.osgi.org, formerly OSGi was referred as Open Services Gateway Initiative). OSGi Alliance is an industry backed nonprofit organization which was founded in March 1999. The OSGi specification has gone through many releases and the current major version in use is 4 and version 5 has been introduced recently. The OSGi defines a dynamic module system for Java. This comes as a rescue for Java’s modularity problems by giving better control to the code structure, manage the lifecycle of the code and a completely loosely coupled approach which is much needed for component oriented development.

read more


The Cloud Delivers a New American Workforce

A new American workforce is emerging. A recent report from Accenture says the number of U.S. workers who are independent (such as freelancers, contractors or temps) is up 6 percent from 1989. Work as we know it is changing. Because of constant connectivity, companies across the globe no longer need their employees in the same building – or the same state – in order to do their jobs well. The rise in smartphones and cloud-based platforms has made it easier for businesses to tap into contractor networks to expand their workforces. For many companies, using a contractor or temporary employee helps them manage busy seasons and scale when demand rises unexpectedly. For instance, an air conditioning company may need extra employees in the spring and early summer to do seasonal cleaning and updates. Or during hurricane season in Florida, a home improvement store may need extra technicians to install storm shutters.

read more


<< Back Next >>