Wednesday, March 9, 2011

Microsoft tries to allay enterprise fears about Windows Phone 7

On Computerworld, By Matt Hamblen.

LAS VEGAS - Some users of Microsoft's Windows Phone Series 7 will face a major hurdle when the mobile OS appears in devices during the 2010 holiday season -- it isn't backwards compatible with Windows Mobile 6.5 and earlier versions.

Microsoft may not view the lack of compatibility as a hurdle because it is looking for the new software to take it in a drastically new direction. However, enterprise adopters of earlier Windows Mobile might see things differently.

To its credit, Microsoft will allay some enterprise fears with its promise to support Windows Mobile 6.5 for a long time. Michael Chang, the senior product manager on Windows Phone 7, yesterday reiterated earlier vows made by CEO Steve Ballmer and others to keep on supporting Windows Mobile 6.5.

We will continue to support, ship and sell 6.5, Chang said in an interview at the CTIA Wireless conference. Windows Phone 7 is a departure and a break at a code level. Doing so wasn't an easy decision. It's a tough decision to move away from a platform like Windows Mobile, but one we were willing to make.

Ballmer has said Microsoft screwed up on Windows Mobile, and the company apparently hopes that the new Windows Phone 7 can help restore Microsoft's slipping share of the mobile operating systems market.

Asked whether Ballmer is pushing the Windows Phone 7 team to attain specific market share numbers, Chang said, not publicly.

Jeff Bradley, senior vice president of devices at AT&T, said that his company is looking forward to having Windows Phone 7 devices use its network. Other major U.S. carriers have endorsed the Microsoft OS as well.

Windows Mobile has become the enterprise standard OS for certain vertical segments," Bradley said in an interview. However, he added, "it has fallen back. But give Microsoft credit. They've taken 6.5 and made a break for something new. They've raised the bar substantially with Windows Phone 7.

Bradley noted that Microsoft's move to develop a Windows Phone 7 interface that's similar to its Zune digital media player likely won't be an allure to many users. Zune has not been widely adopted, he noted.

Even so, Bradley said he expects that Windows Phone 7 will have a browser that is very, very comparable to any smartphone on the market.

Chang said that while Microsoft expects to offer a rich multimedia experience on Windows Phone 7 devices, the OS initially won't include Adobe Flash player. We won't support Flash at general availability, although we do have a very deep relationship with Adobe, he said.

Chang said that adding consumer friendly features like multimedia support and rich browsing to its mobile operating system doesn't mean that Microsoft will abandon its place as a supplier of enterprise handhelds, including some rugged ones.

We think of this OS as an extension & of our scope, Chang said. I wouldn't say we are building a consumer phone at the expense of our heritage work productivity. We are taking that and adding to it features that include entertainment and a focus on a new experience. Windows Mobile was all about productivity, but we had relied on someone else to deliver a great experience. Not anymore.


Synergetics is Awarded as the "Best. NET Training Service Provider" by Microsoft.



'Midori' concepts materialize in .NET


By David Worthington

Some of Microsoft’s latest technologies could be green shoots on a migration toward its "Midori" operating system, according to analysts who are familiar with the project.

Recent additions to the .NET Framework adhere to the concurrent programming principles outlined in the Midori documents that SD Times viewed in 2008. Silverlight and the Windows Azure platform could also be complementary to a potential release of Midori, the analysts said.

Midori is a technology incubation project that was born out of Microsoft Research’s (MSR) Singularity operating system, the tools and libraries of which are completely managed code.

Microsoft has designed Midori to be Internet-centric with an emphasis on distributed concurrent systems. It also introduces a new security model that sandboxes applications.

"Midori is an attempt to create a new foundation for the operating system that runs ‘inside the box,’ on the desktop and in the rack. As such, it's willing to break with compatibility (or at least wall off compatibility to a virtual machine)," explained Larry O’Brien, a private consultant and author of the "Windows & .NET Watch" column for SD Times.

Microsoft may be laying a foundation for Midori in its existing development stack through languages and Silverlight as a runtime, O’Brien said. Microsoft Research is also increasingly focused on reasoning about concurrent programs, he added.

These major architectural transitions require developers to make a “conceptual leap” to a new model of programming, and to relearn how to program in an efficient manner, said Forrester Research principal analyst Jeffrey Hammond.

"We're seeing a gulf opening up right now between serial and parallel programming; only a small minority of rocket-scientist types can actually write code that works effectively in a parallel, multicore world,” Hammond added. “I think it's pretty clear that Midori is on the other side of that scale-out gulf. From a development point of view, those that can make the leap solidify their skills and employment opportunities for the next decade and beyond."

When asked whether there were any new developments in the Midori project, a Microsoft spokesperson said, "Microsoft is always thinking about and exploring innovative ways for people to use technology. Midori is one of many incubation projects under way at Microsoft."

Green shoots

Microsoft's F# programming language, which will ship this month with Visual Studio 2010, "hugely fits" the Midori programming model that was outlined in Microsoft’s documents, O’Brien said. F# is designed with restrictions that are intended to make it easier for developers to automatically parallelize applications, he explained.

For instance, F# is highly immutable—meaning that object states cannot be modified once created—and has an implicit type system. Midori requires developers to follow a similarly constrained model.

"Immutable variables are pretty much the opposite of how most programmers think about variables ('A variable that doesn't vary?'). So just a few years ago, the idea that functional programming was going to catch on seemed very dubious, and it was very surprising that F# became a first-class language so quickly," O'Brien wrote in an e-mail.

"Similarly, immutability and strong typing make it easier to reason about security," he added.

O'Brien questioned whether F# would become a more prominent language, or if Microsoft would evolve C# to have more of the same constructs that support automatic parallelization.

Automatic parallelization was a "big question mark" in Microsoft's Midori documents, he said. "One thing I've been noticing is that MSR is producing tons of stuff on reasoning about concurrent programs, exploiting latent parallelism ‘automatically.’ "

Microsoft must evolve the .NET Framework Common Language Runtime further to fully exploit the advantages of functional programming, O'Brien said.

Microsoft also has rapidly developed its Silverlight runtime. The Midori programming model includes Bartok, an MSR project that endeavored to create a lightweight compiled and managed runtime system that was more efficient than the .NET Framework.

"There's no question that Microsoft is seeing Silverlight as the lightweight platform for delivering applications (Web-based and mobile). As far as Midori and [Windows] Azure go, what I can see is that a Silverlight front end is a good front end for an Azure-powered back-end system," O'Brien said.

An Azure tie-in?

It would make sense for Microsoft to use the Azure platform as a vehicle for introducing Midori, Forrester's Hammond said. "It's essentially a .NET-centric (and Internet-centric) scale-out runtime.

"A distributed network-aware OS is the perfect thing to host in the cloud, and what better place to knock out the kinks than your own data center, where you have 100% control over the hardware and infrastructure you're testing on? This also allows them to test it underneath parts of the overall infrastructure: for example, hosting an individual service," Hammond explained.

Further, Microsoft is battling for new territory—distributed applications—with the Windows Azure platform, O'Brien said. As such, the platform has little legacy codebase, as well as ample funding in money and talent, along with new challenges, he added.

"While I don't think that we know if Midori would work as something fed ‘down the pipe’ to the consumer, the idea that Azure might ultimately benefit from its own operating system is definitely worthy of debate," O'Brien said.

O'Brien said that Microsoft might launch Midori as a new operating system for cloud data centers to up the ante against Google, which has developed new programming languages for writing distributed applications.

Midori's strong emphasis on concurrency issues, a willingness to break compatibility, and the idea of using a hypervisor "as a kind of Meta-OS" would fit that strategy, O'Brien observed. However, he noted that there is no concrete knowledge about the state of Midori or even that its design is necessarily attractive for a data center OS.

Microsoft does not have the lead in cloud computing, and it is rolling out new features for the Windows Azure platform to stay competitive with Amazon and Google, O'Brien noted. "At this stage, Microsoft cannot build Azure bottom-up. But the risks of retrofitting Azure to a new OS are vastly less than the unknowns of putting a new OS onto all the world's hardware."

The status of Midori

While the company has remained tightlipped, some information relating to the status of the project has become available. Midori team member Jonathan Shapiro departed Microsoft in March, citing personal reasons.

Microsoft recruited Shapiro from the BitC language and Coyotos operating system projects to work on Midori. He served on a team of high-profile programmers reportedly led by Microsoft senior vice president of technical strategy Eric Ru

dder.

Whether Rudder's focus has shifted away from Midori onto other projects in unknown. He recently presented at TechEd Dubai in early March on the topic of Microsoft's "three-screens-and-a-cloud" software-plus-services strategy for .NET.

Synergetics is Awarded as the "Best. NET Training Service Provider" by Microsoft.

Microsoft Readies Its Cloud CRM Apps For Global Markets

By Rick Whiting, on ChannelWeb

Microsoft
is going global with its on-demand CRM application.

In the second half of the year, Microsoft will make Dynamics CRM Online software available in 32 new markets, including Austria, Belgium, Czech Republic, Denmark, Finland, France, Germany, Greece, Hong Kong, Hungary, India, Ireland, Israel, Italy, Japan, Luxembourg, Malaysia, Mexico, Netherlands, New Zealand, Norway, Poland, Portugal, Romania, Singapore, Spain, Sweden, Switzerland and UK.

Until now Dynamics CRM Online has been available only in the US and Canada. The service competes head-to-head with cloud-computing CRM applications from Salesforce.com, Net Suite, SAP and Oracle.

“We're seeing tremendous momentum around our Dynamics CRM product,” said Stephen Elop, President and Microsoft Business Division. Sales of Dynamics CRM, online and on-premise combined, grew 40 percent in fiscal 2009, he said.

Dynamics CRM has about 22,000 customers and about 1.1 million users today. More than 1,000 customers subscribe to Dynamics CRM Online, ranging from businesses with five seats to several with 500 or more seats, said Brad Wilson, General Manager, Dynamics CRM, Microsoft, in an interview. Dynamics CRM Online, which shares the same code base as the on-premise version, has been available for about two years.

Earlier this year, Microsoft added Dynamics CRM Online to its list of products that can be sold under an enterprise agreement license. "So we expect to see some healthy growth in our seat-count for CRM Online," Wilson said.

Microsoft also said this week that it's offering its Dynamics GP customers a Dynamics CRM Online subscription for $19 per user per month


About 4,000 Microsoft channel partners work with Dynamics CRM. Kirill Tatarinov, Corporate Vice President, Microsoft Business Solutions, sees opportunities to capture customers and channel partners of competing vendors whose CRM products have are difficult to work with. "We're seeing a phenomenal amount of CRM shelf ware," he said in a press conference.

Wilson said solution providers who work with Dynamics CRM Online include resellers of the on-premise product who want to add an online component to their offerings, partners who sell other Microsoft products such as Exchange and SharePoint and want to add CRM applications to their product lineup, and startups building new businesses around Software-as-a-Service. Most focus on developing value-added services around the on-demand application.

The timetable for availability in specific countries hinges on working out operational issues such as establishing payment and local tax collection processes. Wilson said Microsoft is currently recruiting channel partners in each market to help sell the service.

Microsoft also unveiled the May 2010 service update for Dynamics CRM Online, which offers new development tools for building connections to other on-demand and on-premise applications. It also provides a framework for integrating Dynamics CRM Online with Microsoft's Dynamics GP ERP application set, and new portal accelerators that businesses use to extend CRM functions such as partner relationship management and event management to external constituents.

The new release of Dynamics CRM Online also helps set the stage for its international expansion by providing multi-language support for North American customers with departments or international operations with French, Spanish or Brazilian Portuguese language requirements.

Microsoft also said that starting August 1, 2010, it would ship a version of its Dynamics AX software, Dynamics AX for Retail, for specialty retailers. The application will provide links between point-of-sale devices such as cash registers to back-end ERP systems.

Synergetics is Awarded as the "Best. NET Training Service Provider" by Microsoft.









Oracle-AMD Acquisition Speculation Flares Once Again

By Zewde Yeraswork, CRN

Dirk Meyer, CEO of Advanced Micro Devices (AMD) has denied rumors that Oracle may look to acquire AMD.

"AMD is not for sale, but we are happy to listen to any proposal which is in the interest of our shareholders," Meyer said at an industry conference in Barcelona, as reported by Reuters.

The speculation was sparked by comments Oracle CEO Larry Ellison made last month at
Oracle's annual financial analyst meeting, in which he said Oracle could soon acquire a chip company in addition to software acquisitions.

But at the
Oracle annual stockholders' conference earlier this week, Ellison reiterated his interest in acquiring additional semiconductor and software companies, more so than new service offerings.

"My point really was that we are interested in buying intellectual property of all kinds," Ellison said, as reported by The Wall Street Journal . "We would be interested in certain kinds of semiconductor companies and software companies. Most of our acquisitions and the bulk of our strategy are in creating and acquiring intellectual property, including chips."

By acquiring AMD,
Oracle would gain access to the chip company's IP portfolio, adding hardware to its software acquisitions and moving closer to end-to-end control of the entire IT stack.

Oracle couldn't be reached for comment Thursday. An AMD spokesperson offered the following comment to CRN: "As a matter of policy, AMD does not comment on speculations or rumors, but I can confirm that AMD is not for sale."

Synergetics India : Our Database Offerings experience help to reduce the Opportunity cost for our clients in terms of development time specially related to latest in technology.

Friday, February 25, 2011

BSIMM crafts model for building in software security

By David Rubinstein

With the sample size of participating companies having tripled in one year, the folks behind the Building Security In Maturity Model (BSIMM) have found that most have an internal group responsible for security, and that 15 activities to ensure security are almost universally done.

The BSIMM project began in March 2009 as a joint effort between Cigital and Fortify Software to record what organizations are doing to build security into their software and organizations. Starting with input from nine companies, the number of participating organizations has grown to 30, according to Gary McGraw, CTO at security consulting firm Cigital. He said the larger sample size allowed the group to statistically validate the model, and that the levels for
measuring security are sound.

McGraw explained that the BSIMM team observed 109 activities that the 30 organizations do to secure their software, and those activities are broken down into 12 “large-scale conceptual buckets,” he said, such as training or code review. Then the activities within those buckets are further divided into three levels: The things that most of the organizations do are at the first level, while level 3 is for “the rocket science, things that are rarely done but are very cool,” he added.

Organizations can download BSIMM2 to compare their own activities to what other groups are doing and plan their security strategy going forward, explained Brian Chess, cofounder and chief scientist at Fortify Software, which makes vulnerability detection software and provides
security services.

Chess said that the companies studied all do good hosting and network security. “They all have firewalls, that’s no great revelation,” he said. “But there are 14 other activities that almost all the companies universally do.”

Synergetics India : Our Database Offerings experience help to reduce the Opportunity cost for our clients in terms of development time specially related to latest in technology.

Microsoft Rides Windows 7 To Another Solid Quarter

By Kevin McLaughlin, ChannelWeb

Microsoft didn't do badly in its fiscal 2010 third quarter, certainly a lot better than it did in last year's Q3 when it reported the first quarterly revenue decline in company history. But in the eyes of investors at least, Microsoft's results were less than stellar.

As expected, Microsoft's results were buoyed by Windows 7. The Windows and Windows Live division reported revenue of $4.4 billion, up 28 percent from the $3
.4 billion it reported in last year's quarter. Given the Microsoft's OEM channel accounts for about 80 percent of total Windows revenue, this jump is linked to sales of new PCs.

"Business customers are beginning to refresh their desktops and the momentum of Windows 7 continues to be strong," Kevin Turner, COO, Microsoft, said in a statement.

For the quarter ended March 31, Microsoft's net income rose 35 percent to $4.01 billion, or 45 cents per share, compared to $2.98 billion and 33 cents per share in the year-ago quarter. Overall revenue during the quarter was $14.5 billion, up six percent from the $13.6 billion the company pulled in during the year-ago quarter.

Despite the strong numbers, Microsoft investors were apparently not
satisfied, as Microsoft shares were trading down 40 cents at $30.98 in after-hours trading.

Microsoft
's Server and Tools division revenue was $3.5 billion, up two percent from last year, while Microsoft Business Division revenue dropped six percent to $4.2 billion during the quarter, which the company attributed to $305 million in deferred revenue for its Office technology guarantee program, which allows customers that buy Office 2007 in advance of the Office 2010 launch to upgrade to the new version.

Online Services division revenue grew 12 percent to $566 million due to a 19 percent jump in online advertising revenue, according to Microsoft. This number includes a $154 mil
lion charge for transition expenses stemming from Microsoft's search partnership with Yahoo. Microsoft's Entertainment and Devices division revenue was up slightly at $1.66 billion.

"Windows 7 continues to be a growth engine, but we also saw strong growth in other areas like Bing search, Xbox LIVE and our emerging cloud services," said Peter Klein, CFO, Microsoft, in a statement.

Synergetics is a premium brand in the Indian IT industry in the area of people competency development engaged in delivering it thru its training and consulting interventions; primarily focusing on their productivity with regards to the project and deliverables on hand


Thursday, February 24, 2011

Symbian opens up developer tools for Web platforms

From SDTimes, By Katie Serignese

To open its platform to a wider pool of developers, particularly Web developers, Symbian announced in late April the availability of its new Web application development tools.

The open-source tools are built on top of the Eclipse JavaScript Debug Toolkit project and add mobile-specific capabilities to enable the transition from desktop development to mobile development. The capabilities include mobile application previewing, debugging, project creation and mobile API support.

With these new tools, any Web developer can apply existing skills in CSS, HTML and JavaScript to create an application for the open-source mobile platform, Symbian 3.

The non-profit organization took this approach to ease the creation of apps and widen the pool of developers for them, said Larry Berkin, head of global alliances at Symbian. He also noted that there are a lot more Web developers out there than native developers.

Despite still being the most widely used operating system in terms of the sheer numbers of phones using it, Symbian has fallen behind in popularity since the introduction of Apple’s iPhone and Google’s Android operating systems, said Theresa Lanowitz, CEO of tec
hnology analyst firm Voke.

Lanowitz added, however, that she thought “[Symbian] always had a good road map” as far as development, but it lacks a connection with customers.

Another way Symbian is trying to tap into the reservoir of Web developers is by offering JavaScript APIs as a way to create more-robust applications. This will give developers a means to create more-capable applications with access to contacts, an accelerometer, a GPS and a camera, among other features.

The tools can be used on Linux, Mac OS X and Windo
ws operating systems, and will supplement the Nokia-owned Qt framework that already supports application development for the Symbian 3 platform.

Synergetics is Awarded as the "Best. NET Training Service Provider" by Microsoft.

Cloud development ties code to dollars

From SDTimes, By Alex Handy

Writing applications for cloud environments is a different affair that writing for in-house hosting. At the All About the Cloud summit in San Francisco this week, the focus was on what changes developers need to make to their applications to enable their optimal use in the Cloud. Perhaps the most interesting revelation offered during the event was that of the direct correlation between billing and the quality of source code.

Treb Ryan, CEO and founder of OpSource, said in a keynote talk that Cloud hosting offers “the best margins I have seen in the hosting business.” He added that Amazon has largely played down the profitability of Cloud hosting, and he sug
gested they have done so to scare off potential competition. OpSource has been offering hosting for software-as-a-service applications for more than five years and has relatively recently entered the Cloud hosting business.

Ryan said that applications hosted in the Cloud are under a performance microscope. If they send too many requests to the database, that will be reflected by a higher bill at the end of the month. He said that developers writing applications for deployment in the Cloud need to realize that “bad code costs me twice as much as good code. I can cut my op costs in half” by optimizing the code.

Thus, said Ryan, developers can see a direct cor
relation between the code they've worked on all month and the reduction in their Cloud hosting bill. That's something developers haven't really been able to do since the days of mainframes and time-sharing.

Elsewhere at the All About the Cloud summit, attendees and speakers discussed the remaining problems of the Cloud. Integrating Cloud applications with on-site systems was one of the first and most painful points discussed.

Paul Daugherty, chief technologies architect at
Accenture, said, “We are at an inflection point where integration becomes more critical. Increasingly we're seeing a big increase in data sources used. Initially integration was about two different applications, but now it's getting into the 10s and 20s.

"There was an interesting piece of research Gartner did: They looked at companies using SaaS applications. One of the less obvious data points out of their sample respondents was that 14% or 15% adopted SaaS, then reversed back out on
to on-premise. The No. 1 reason for that is cost of integration, and cost required was too great."

Another remaining Cloud issue is security, said Ryan. “We're still addressing security. The idea that the vast majority of Cloud environments have the same user name and password for all users is ridiculous."

He added that most Cloud providers do not currently offer a way to tie multiple accounts together, and thus whole companies sometimes use the same login and password for their Cloud environments. Instead, Ryan would prefer accounts that
could be used by each user, but could also be tied together for collaboration on the same virtual machines within the Cloud.

Synergetics is a premium brand in the Indian IT industry with an experience base of over 15 years in the area of people competency development; engaged in delivering it thru its training and consulting interventions , primarily focusing on their productivity with regards to the project and deliverables on hand

Oracle acquires AmberPoint

By David Worthington

Oracle today has announced its acquisition of AmberPoint, a maker of SOA management software.

AmberPoint's SOA Management System solution is focused on resolving issues in application performance and transaction monitoring. The financial terms of the agreement were not disclosed, and the transaction is expected to close during the first half of this year, according to Oracle.

AmberPoint has partnerships with HP, Microsoft, Parasoft, SAP and TIBCO. Oracle will continue to support multiple platforms "even if the relationship ends," and it will support OEM agreements going forward, the company said in a conference call with the press.

"My guess is that Oracle will terminate many of these relationships," said Anne Thomas Manes, vice president and research director for Burton Group. AmberPoint, which is the "clear leader" in the SOA management market, is an "excellent acquisition" for Oracle, she added.

"I view SOA management as the most useful piece of SOA infrastructure an organization can buy, yet very few organizations have bought one," Manes said.

"The big vendors have universally promoted ESB as the foundation of a SOA infrastructure, and they've traditionally played down SOA management. I have the opposite perspective; SOA management should be the foundation of the infrastructure, and ESBs are less important."

Oracle intends to integrate data from AmberPoint’s governance runtime into its Fusion middleware products, including Oracle Enterprise Manager, Oracle SOA Governance and Oracle SOA Suite, the company said.

"We expect the addition of AmberPoint's products to Oracle Fusion Middleware SOA Suite will provide stronger end-to-end governance that allows customers to manage the entire life cycle of SOA-based solutions, providing visibility and management across heterogeneous environments," said Thomas Kurian, Oracle executive vice president of product development.

"I doubt that Oracle will start to downplay ESBs, but I expect they will start to aggressively promote SOA management," Manes said.

Synergetics is a premium brand in the Indian IT industry in the area of people competency development engaged in delivering it thru its training and consulting interventions; primarily focusing on their productivity with regards to the project and deliverables on hand . Its primary differentiator has been its solution centric approach and its comprehensive client focused service portfolio

Gaining Insights – Part I - By Sanjay Jotwani

Introduction

We live in a digital world!! Every interaction is a “transaction”, and recorded into the computer’s storage.

So, what is the primary need of capturing this transactional data?

· Proof of Interaction

· Grain for Business Analysis

· Case for Predictive Analysis

As we have digitized every piece into a bit, the challenge faced today is more in terms of

· Volume of Data and,

· The disparate forms of Data in a Domain.

As mentioned, data has a purpose to serve; the major is that of participating in analysis, leading to the intelligence required by the business to make informed decisions.

In this multi part blog series, we will try to cover the need, along with the design & implementation practices for a Business Intelligence Application.

The Framework for Business Intelligence

A Business Intelligence Application, from a layered architecture perspective would be represented as shown in Figure 1.

This framework is conceptual, and technology agnostic.



















Figure 1.

1. The Data Integration will result in the Consolidated Data Storage

2. Data Analysis and Rich Visualization such as decomposition trees will use this Consolidated Data

3. The Consolidated Data can be termed as Data Warehouse OR Data Mart.


In the next blog, we will explore the Application Data Layer.

Until then; Cheers!!


Synergetics is Awarded as the "Best. NET Training Service Provider" by Microsoft.

Oracle Announces the Integration of Oracle Hyperion Planning and Oracle’s Demantra Real-Time Sales and Operations Planning

On beye networks 19th Jan 2010

OracleAnnounces the Integration of Oracle Hyperion Planning and Oracle’s Demantra Real-Time Sales and Operations Planning

• To improve operational alignment and financial performance, Oracle recently announced the integration of Oracle Hyperion Planning and Oracle’s Demantra Real-Time Sales and Operations Planning.

• Linking Hyperion Planning and Oracle’s Demantra Sales and Operations Planning gives CFOs and supply chain executives a direct path to evolve from a disconnected enterprise and operational planning environment to integrated business planning.

• As a result, CFOs get a reliable revenue forecast that has been validated against the current operating plan. On the operations side, supply chain and manufacturing managers can reconcile current operating plans against updated financial targets and budgets.

• With its top rated Enterprise Performance Management applications now linked to its best-in-class Real-time Sales and Operations Planning application, Oracle is first to provide customers with true integrated business planning capabilities.

Integrated Business Planning Improves V
isibility and Profitability

• Leveraging Oracle Application Integration Architecture (AIA), (AIA), this integration enables Oracle Hyperion Planning to publish the financial targets for revenue, profits and other metrics to Demantra Real-Time Sales and Operations Planning. This improves decision-making through increased visibility into financial goals and helps improve the quality and profitability of the supply chain operations and demand shaping activities.

• Demantra Real-Time Sales and Operations Planning provides the current operating forecast and cost of goods sold data to Oracle Hyperion Planning. This operating forecast is delivered in monetary units and enables financial analysts to identify any gaps between the financial plan and current operating plan.


• Customers will gain additional benefits from adopting Demantra Demand Management, which enables a global demand planning process that senses local demand changes, generates an accurate forecast and supports a cross-functional consensus planning process.

• With this integration, data can be moved seamlessly, preserving the user interfaces from Hyperion Planning and Demantra so that new training or re-implementation is not required.

Supporting Quote

• “One key aspect to developing a strategic, actionable operations plan is to integrate it with validated revenue forecasts and to be able to reconcile the operating plans against a real-time budget,” said Gartner Research Director, Tim Payne. “Today, integrated business planning is becoming a valuable strategy as companies are realizing the importance of aligning their operational, strategic and financial plans.”

• “CFOs are continually looking to improve the accuracy of their financial forecasts," said Oracle Vice President, John O’Rourke. "This unique combination of Hyperion Planning and Demantra Sales and Operations Planning helps ensure that
the financial plan is feasible, and will provide more accurate financial results.”

• "One of Oracle's core principles is to improve alignment across the enterprise,” said Oracle Vice President, Applications Strategy, Jon Chorley. "Oracle Demantra Sales and Operations Planning is a proven, best-in-class solution to achieve cross-line-of-business alignment at the operational level. Hyperion Planning does this from a financial perspective. This integration combines these two powerful capabilities to deliver alignment across the entire enterprise."

General Availability


The integration between Oracle Hyperion and Oracle’s Demantra Sales and Operations Planning is available today.

Supporting Resources

* Oracle Hyperion Planning
* Oracle’s Demantra Real-Time Sales and Operations Planning
* OracleValue Chain Planning Applications
* Oracle Value Chain Planning Blog
* Oracle Enterprise Performance Manag
ement and Business Intelligence
* Oracle Application Integration Architecture
* Cabot Microelectronics Reduces Forecasting Cycle Time by Nearly 50 Percent with Oracle’s Real Time Sales and Operations Planning Solution
* Gartner Market Scope for Sales and Operations Planning


Synergetics is Awarded as the "Best. NET Training Service Provider" by Microsoft.

Oracle-AMD Acquisition Speculation Flares Once Again

By Zewde Yeraswork, CRN

"AMD is not for sale, but we are happy to listen to any proposal which is in the interest of our shareholders," Meyer said at an industry conference in Barcelona, as reported by Reuters.

The speculation was sparked by comments Oracle CEO Larry Ellison made last month at Oracle's annual financial analyst meeting, in
which he said Oracle could soon acquire a chip company in addition to software acquisitions.

But at the Oracle annual stockholders' conference earlier this week, Ellison reiterated his interest in acquiring additional semiconductor and software companies, more so than new service offerings.

"My point really was that we are interested in buying intellectual property of all kinds," Ellison said, as reported by The Wall Street Journal . "We would be interested in certain kinds of semiconductor companies and software companies. Most of our acquisitions and the bulk of our strategy are in creating and acquiring intellectual property
, including chips."

By acquiring AMD, Oracle would gain access to the chip company's IP portfolio, adding hardware to its software acquisitions and moving closer to end-to-end control of the entire IT stack.

Oracle couldn't be reached for comment Thursday. An AMD spokesperson offered the following comment to CRN: "As a matter of policy, AMD does not comment on speculations or rumors, but I can confirm that AMD is not for sale."


Synergetics India: IT consulting and Training services on .NET 4.0, SQL server 2008 BI. Awarded as the Best. NET Training Service Provider by Microsoft.


Monday, February 21, 2011

SPTechCon focuses on 2010, embraces MOSS 2007

By David Rubinstein

New features and functionality in SharePoint 2010 will be the focal point, but SharePoint Server 2007 instruction will be plentiful at SPTechCon—the SharePoint Technology Conference—being held Feb. 10–12 at the Hyatt Regency San Francisco Airport in Burlingame, Calif.

SPTechCon, produced by BZ Media LLC, which owns SD Times, will feature more than 80 workshops and technical classes spanning three full days. The 39-member faculty features some of the brightest minds in
SharePoint today, including a Microsoft Certified Master in SharePoint as well as numerous Microsoft MVPs and a host of experts with very specific knowledge about all aspects of SharePoint.

The first day will feature full-day wor
kshops for people just getting started with SharePoint. “SharePoint 101” sessions will be offered for developers, IT administrators and business users. Other workshops include “Become a SharePoint 2010 Power User,” "SharePoint Site Planning: Get it Right the First Time,” and “15 Things Developers Should Know About Migrating to SharePoint 2010.”

The opening keynote will again be presented by Tom Rizzo,
Microsoft’s director of SharePoint. Rizzo, who delivered the keynote address at the two SPTechCon events in 2009, will speak on the delivery of SharePoint 2010. A second keynote will be given by Ted Pattison, a SharePoint consultant who recently founded Critical Path Training.

A special session called “Tell Me Something I Don’t Know (About
SharePoint)” gives Microsoft’s SharePoint partners an opportunity to present important information to conference attendees in an entertaining, lightning-talk style, while “Pizza and Answers” gives attendees a chance to talk to our expert faculty members in a very informal setting

Synergetics is Awarded as the "Best. NET Training Service Provider" by Microsoft.

Friday, February 18, 2011

Cloud, Virtualization Gurus: What Title Is Right?

By Kevin Fogarty

CIO - IT people with skills and experience in server virtualization, cloud computing or both have a far greater chance of getting and keeping jobs than most other IT people now, according to recruiters and analysts. But what do you call these gurus? There's no accepted standard for what to call either virtualization or cloud-computing specialists, so jobseekers will have to look for a range of keywords-and include those in their resumes-to find a match with particular employers, says Dice.com spokesperson Jennifer Bewley.

If you are searching for a virtualization or cloud role, watch your search terms, she says.

Just using "virtualization" as a keyword, for example, pulled up 880 jobs on Dice.com on one day last week, for example, according to Bewley.

"However, there are another 900 jobs that include 'VMware' as a keyword with no mention of virtualization," Bewley found. "That leads us to conclude that searching based on vendor is particularly important in virtualization jobs."

Common terms for virtualization specialists include: Architect SAN/Virtualization; Citrix / VMware specialist or administrator; Data Center Virtualization Systems Analyst; and Product Manager for Large Scale Virtualization.


Cloud Job Searching Tricky People looking for new jobs described using "cloud computing" may not be completely out of luck, but they're not far off, according to M. Victor Janulaitis, CEO of IT job-market researchers Janco Associates, which published this month a survey of CIO hiring plans for 2010.

"I have seen some people just use 'cloud specialist' to describe themselves," Janulaitis says. "There's not really a set of terms yet that are common to refer to cloud computing skills-they just refer to them as architecture or infrastructure skill sets."

[For timely cloud computing news and expert analysis, see CIO.com's cloud computing Drilldown section. ]

Other people just add "cloud" or "virtualization" onto more common titles such as system administrator, systems engineer, architect, or network engineer, Bewley says.

Remember, it's not unusual for employers or prospective employers to use the name of a particular vendor or new technology as a primary identifier in a job ad, especially if they're looking for someone certified in that vendor's technology, according to Tom Silver, senior vice president of tech-job ad site Dice North America.

Normally a company would look for technical skills in a particular technology, not just one vendor's products, Janulaitis says.

"With the economy the way it is, and now people are talking about the possibility of a double-dip recession, a lot of companies are just looking for basic skills and experience," Janulaitis says.

That means plugging holes where they have to-by hiring one person with experience managing VMWare servers, for example-or a lot of junior-level generalists who can be trained in the skills that company needs, Janulaitis says.

Virtualization Salaries Flattening? Salaries for virtualization specialists have also hit a plateau, though the ads for them increased 30 percent in
2009 compared to 2008, Silver says.

After surging 10 percent in 2008 and into 2009, salaries for virtualization experts were flat this year at an average of $84,777, Dice.com data shows.

That's still a premium compared to the national average of $78,845 per year for other tech workers, however, Bewley says.
Synergetics India: IT consulting and Training services on .NET 4.0, SQL server 2008 BI. Awarded as the Best. NET Training Service Provider by Microsoft.

Microsoft Releases Windows 7 and Windows Server 2008 R2

On ITVoir Network, Microsoft Releases Windows 7 and Windows Server 2008 R2 by Vinod Negi

Microsoft Corp. has announced the release to manufacturing of Windows 7 and Windows Server 2008 R2, the next versions of its flagship desktop and server operating systems. With the completion of this development phase, industry partners are readying products in time for the Windows 7 and Windows Server 2008 R2 worldwide general launches.

Windows 7 will be generally available to customers around the world on October 22, and Windows Server 2008 R2 will be generally available on or before that date. As always, current customers of the Windows Volume Licensing program, Microsoft Developer Network subscribers and TechNet subscribers will be among the first to get customer access to Windows 7 and Windows Server 2008 R2 in the coming weeks.

Microsoft will make the announcement on its Windows Team and Windows Server Blogs later today. More information about today’s news is available via the following links:

• Windows Team Blog, http://windowsteamblog.com

• Windows Server Blog, http://blogs.technet.com/windowsserver

• Partner Web sites, http://readyset7.com and http://talkingaboutwindows.com/Default.aspx

Windows 7 and Windows Server 2008 R2 for businesses,

Founded in 1975, Microsoft is the worldwide leader in software, services and solutions that help people and businesses realize their full potential.
Synergetics is Awarded as the "Best. NET Training Service Provider" by Microsoft.

Microsoft to align BizTalk Server with Azure's AppFabric

From Inforworld News, Microsoft to align BizTalk Server with Azure's AppFabric,

Microsoft plans to make its Business Process Management (BPM) software, BizTalk Server, work very closely with the just-announced AppFabric .Net application server within several years.

Arriving in beta next year, AppFabric will let developers deploy and manage their .Net applications, whether they're running on-site in Windows Server boxes or in the cloud on Redmond's coming Windows Azure cloud platform. That technology was formerly code-named "Dublin."

AppFabric also provides a cache for accelerating performance.

These features all differ from BizTalk Server, which lets companies integrate their .Net apps with non-.Net applications and data streams.

AppFabric "is not a full integration server, a la BizTalk," Mark Berman, a director of product planning for Windows Server AppFabric, said in an interview during the Professional Developers Conference 2009 (PDC09) in Los Angeles on Tuesday. The details of how BizTalk will eventually work together with AppFabric "are to be determined," Berman said.

Meanwhile, Microsoft plans to release a minor upgrade to BizTalk Server next year.

BizTalk Server 2009 R2 will include interface and back-end improvements to make it easier for .Net programmers to connect their apps to other platforms. These include improvements to the graphical process mapper, the ability to manage performance parameters, out-of-box support for event filtering and delivery and the ability to use PowerShell to access management tasks.

Microsoft released the first version of BizTalk Server 2009 this spring. BizTalk Server is now used by 10,000 companies, said Anil Nori, a distinguished engineer at Microsoft, including 80 percent of the Global 1000.

Microsoft in the past talked about BizTalk Server and technology codenamed Oslo in the same breath.

Oslo has mostly been deconstructed in the past two years, with features dispersed to other Microsoft products, said Burley Kawasaki, director of product management at Microsoft. It remains a software modeling platform that was renamed SQL Server Modeling earlier this month and offered in Community Technology Preview.
Synergetics India: Our .Net Offerings experience help to reduce the Opportunity cost for our clients in terms of development time specially related to latest in technology.

Microsoft joins SVG work group

By Alex Handy

Microsoft this week took a giant step toward unifying scalable vector graphics on browsers when it took at seat on the SVG working group at the World Wide Web Consortium.

Since 1999, the W3C has been working on a way to bring scalable vector graphics to the Web. After 10 years of work, the specification has become part of the HTML 5 starting lineup. But during all this time, Microsoft has remained on the outside of the SVG development process, choosing to largely ignore the technology.

That all ended Tuesday, when Microsoft's Patrick Dengler, senior program manager of the Internet Explorer team, joined the working group. Microsoft had previously been engaged in almost every part of the HTML 5 specifications process, so its refusal to acknowledge SVG was a major source of worry for the W3C and the open Web community, so much so that many early attempts to implement the specifications included workarounds to enable scalable vector graphics to be viewed with Internet Explorer.

Dengler was unavailable for comment, but he did blog about Microsoft's decision. “We recognize that vector graphics are an important component of the next-generation Web platform. As evidenced by our ongoing involvement in W3C working groups, we are committed to participating in the standards process to help ensure a healthy future for the Web. Our involvement with the SVG workin
g group builds on that commitment,” he wrote.

Doug Schepers is the staff contact for the W3C on the SVG working group. He said that Microsoft's decision to come to the table is important, but it does not yet mean IE 9 will support SVG.

“It's possible the state of SVG in other browsers has reached the state where it is something they need to pay attention to. I've been talking with them for a couple months now, and all of my interactions with them have been technical and very positive, very productive discussions,” said Schepers.

Now that Microsoft is at the table, Schepers said that some workarounds will no longer be needed. He pointed out that the Canvas tag, which includes some capabilities that could be used to make SVG viewable in non-SVG compatible
browsers, is still useful for other purposes. The Canvas tag, he said, can be used to rasterize images, allowing them to be presented as simple static pictures rather than scalable mathematically delineated objects.

“This has all been predicated on the idea IE isn't going to support SVG. If they do, we won't need those as much. We will still need them for old browsers,” said Schepers.

Another possible reason for Microsoft's reticence to deal with SVG is that the new format offers advantages over plug-in based graphical interface platforms such as Flash and Silverlight, he said.

“SVG was designed for integration with HTML, CSS and JavaScript. The open Web technology people who already have those skills are already on the road to using SVG,” said Schepers.

“Text in SVG is
actually text, so it can be read by screen readers and it can be searched for. You no longer would have this blob that's a raster, a Flash file or an image. You can find text, select, copy and paste like you can with regular text.”


Synergetics is Awarded as the "Best. NET Training Service Provider" by Microsoft.