Monday, June 17, 2002
Emergic Update

Personally, I spent quite some time on the Enterprise Software Re-thinking. This is part of the Tech Talk series which has been ongoing for the past 3 weeks, and will continue for the next 2 also. The pieces are now coming together quite nicely. The more I think about it, the more I believe that the approach we are taking is the right one. The areas which need more work are (a) how to build the platform for developing enterprise software components, and (b) how are we going to market and sell to SMEs.

BlogStreet: Our proglets (10 of them) are working to identify blog rolls. They work reasonably well. We now need to put together a Blog Neighbourhood tool on BlogStreet. This week, we'll be thinking through on how best BlogStreet should be -- as a resource for bloggers and readers (there are 1000x more readers than writers).

Digital Dashboard: We were stuck for a couple days on a problem with the Apache-SOAP interaction, but finally fixed the problem. Have an RSS Aggregator in place now which uses the Outliner web service we built. Now, we are working to put the blog interface together, so we can get everyone internally creating blogs. Blogs+Outliners+RSS=Digital Dashboard.

Thin Client-Thick Server: Except the Marketing department, everyone's now using Thin Clients. We bought a few more second-hand PCs, each for Rs 7,000 or so (including monitor). There have been some issues with the stability and hardware -- rising load, increasing processes, disappearning icons, crashing applications. Nothing serious -- just the occasional hiccups. Our target is that by the month-end we have a completely stable environment. Seeing how things are going here convinces me we are on the right track.

Enterprise Software: Got stuck with some problems using SAPDB. Decided to then drop it. Focus now is on using Postgres, JDBC, JBoss and J2EEas the building blocks. All are new areas for us.

Messaging: Have worked out a set of ideas to strengthen the core platform, and also thinking on how to integrate the Mail Server with the Thick Server. We also are thinking on a plan to expand in multiple cities.

This is the fun part of being an entrepreneur...each day brings its own share of unknowns. Thats why I strongly believe that for an entrepreneur its not just reaching the destination which is important, but the journey itself should be fun -- one has to like, in the words of Dan Bricklin, "jumping from rock to slippery rock."

Writing

I love Writing. Its been a habit formed early on in life. I used to keep daily diaries when I was in college and IIT. This continued for some time in the US and later in India, but then as life got busy and more challenging, the diaries took a backseat and then stopped altogether. I didn't like writing depressing things! Even though the diary habit hasn't come back altogether, I do occasionally write my thoughts in my notebook (paper and pen, not electronic).

Over the past few years, my note-taking habit has become very good and disciplined. Earlier, I used to write on pads and whatever book/diary I'd get. A few years ago, I got the idea of using 300-page notebooks -- this came when I watched a person in a meeting do so. The good thing about using big (in terms of pages) notebooks is that one doesn't try and economise to conserve pages! I now write (meeting notes, doodling, thinking) 10-15 pages a day. This has been a great asset for my thinking. Even when reading, I make notes of the key points -- helps me remember better.

Then, there's been the public writing. In 1995-96, it was a fortnightly column of 1500 words for Express Computer. I stopped because there wasn't much new happening then and I found myself repeating myself. In 1997-99, I wrote occasionally for IndiaLine, our own website. Wasn't very regular. Late 2000, I realised that my thinking had dried up and I wasn't as much aware of the world of technology as I used to be.

That's when I took the decision to start a daily Tech column on Tech Samachar. I began by writing the first 3 weeks worth of columns (15 in all, about 400-500 words each). I wasn't sure how long it would last. Now, more than 18 months later, I am myself surprised! This writing has not only broadened and deepened by writing, but also helped consolidate my thoughts. I write what I think. I write because I now love it. It has made me much more alert, much more thoughtful, and more able to connect things together.

The Weblog is now an extension of this writing. It has now become part of my daily routine. It is also working as an extension of my memory -- when I come across something interesting, I post it to the blog.

There is a significant time investment in the writing. Each week's Tech Talk series of 5 takes me an aggregate of about 3 hours. Each day, I spend about 30-45 mins on the weblog, for a total of about 4 additional hours each week. But I think the time investment is absolutely worth it. This is what gives me the new ideas, it has introduced me to new people and it gives a purpose to my reading. Its also my way of giving a little back to the community of writers (professional and amateur) who have been the inspiration for me.

TECH TALK: Rethinking Enterprise Software: Software Components (Part 2)

The central thinking behind the enterprise software objects is that of events and (near) real-time computing. This is the philosophy outlined by Vivek Ranadive of Tibco in his book “The Power of Now”. The concepts are many years old, but they haven't been applied to Small and Medium Enterprises (SMEs). Software for SMEs is typically tightly-coupled and biased towards batch-processing. Real-time computing is what needs to be delivered to SMEs.

We need to think of (near) real-time instead of real-time because, for SMEs, the cost of setting up a real-time, fully connected network across multiple locations can be extremely high. However, if we are willing to tolerate a slight latency, then the costs can be brought down dramatically through the use of the Internet and the “intermittent connectivity” that is available in most emerging markets.

Says Kenamea CEO John Blair (as quoted in Release 1.0, December 2001): “If the browser enabled the first-generation Internet, and the application server enabled the second, then Internet-scale real-time communications will enable the third – true network applications that are dynamic and fully interactive”.

This is the leap that SMEs need to make: most are stuck in the first-generation of the Internet. They need to leapfrog, and this is where software components and standards will help them.

What are the key components of the new enterprise IT architecture? The software part consists of the Enterprise Core (the Enterprise Processing Unit), the Enterprise OS, the Information Bus, the adaptors to connect to existing legacy applications and the Corporate Portal.

Enterprise Core: This consists of the system Operating System (Linux) and related components (file server, print server, web server, print server, etc.) This also has the notion of users and groups. It includes other building blocks like the Mail Server and the Instant Messaging Server. It also supports real-time alerts via SMS to cellphones thus ensuring a real-time messaging and notification capability.

Enterprise OS: The Enterprise OS consists of the basic enterprise building blocks – the set of generic applications and objects which are common across enterprises. For example, it is likely that 60-70% of accounting fundaments are exactly the same across organisations and even countries. These get embedded into the Enterprise OS. The same applies to the other verticals also. So, take the common concepts across verticals and integrate them together into the Enterprise OS. The Application Server is the container for these objects. Examples of Application Servers are Jboss (open source) and BEA Weblogic and IBM Websphere.

Information Bus: The building block for the real-time enterprise is the Information Bus. What this means is that as events are generated, they get published on the information bus, and “subscribers” take the events and process them appropriately (based on the rules). Concomitant with the information bus, events and publish-subscribe are two additional concepts: subject-based addressing and IP multicast. Subject-based addressing ensures that events are not addressed to specific recipients, rather the filtering happens by receivers based on the subject field and what they have subscribed to.

An alternative to publish-subscribe is request-reply, which is what we are more familiar with. When we go to a website and request info for our bank account balance, that is in request-reply mode. Publish-Subscribe would mean setting up rules to be alerted in the case of certain events happening (for example, the bank balance falls below a certain limit). Publish-subscribe enables “management by exception” -- where rules can be encoded in business processes to only alert if certain events happen.

Thus, the Information Bus is the backbone on which the events, messages and data flows. It inter-connects all the modules. It supports the Web Services API, allowing the modules to have their functionalities accessible by other modules. Commercial implementations of information buses include Tibco and IBM’s MQ Series. Newer Internet-based alternatives to real-time messaging buses come from companies like KnowNow.

Databases: This is the storage system – like a computer’s Main Memory. What is needed is for the database to provide an integrated view of the data.

Adaptors: Adaptors provide linkages to existing applications. They bridge the apps to the Bus. For example, adaptors can provide linkages to data in existing applications like Tally (accounting) or even MS-Excel or databases.

Digital Dashboard: This is the unified view of the enterprise. It becomes the new desktop. We will be discussing this in more detail later.

Tomorrow: Software Components (continued)

Tech Talk | PermaLink | Comments (1)

I sort of agree to the concept presented, with a few changes. Here is my version of this concept:

Enterprise Core
Being the heart of the enterprise, this is something any enterprise cannot do without, and consists of:
The Network - The basis for a near real time (or even real time) enterprise is availability of its resources. Needless to say, that is not possible without a network (wire-less or wire-line) in place.
Network Systems - Enterprise networks need to provide low level services to make the concept of enterprise systems possible. Some of these services such as login management, shared resources, etc. are provided by operating systems such as Windows2000, Linux, Unix, Netware, etc. The other services are provided by systems residing on top of these operating systems such as web servers, app servers, mail server, IM servers, SMS gateways, etc.
Storage - In the enterprise of tomorrow, storage cannot be de-centralised if any operations are desired to be executed with efficiency and proper management. Hence, diskless systems could play a key role in conjunction with SAN/NAS fabrics (systems environments).

Information Bus
The information bus would be like an "always" available repository (or library) of information. The active elements of the Information Bus would be the subject-based, subscription RSS aggregators, aggregating information from various types of feeds. Some of these feeds could also come from information collected from the enterprise by an ASP through one of its services to the enterprise. For example, the enterprise could be using a BI service from an ASP to make sense of some data in it's (the enterprise's) data warehouse. In executing a postulate against the available data, the result of this operation could be collected for input as a RSS feed.

Enterprise OS (EOS)
The success of any operating system is always based on TWO key factors; usability (ease-of-use), and benefits (usefulness). In the EOS too, these factors will carry the same importance. Hence, they translate into:
Services - The EOS can provide services of two types; fixed modules, and "plug-n-play" (pluggable) modules. The fixed modules would contain functionality following the 80/20 rule i.e. that 20% of application that accounts for 80% of work in an enterprise. Examples would be financial accounting, document management, etc. The "plug-n-play" modules would be specialised for certain sets of enterprise workers. Examples of such services would be BI, CRM, HRM, ERP, KM, ITSM, etc. These modules could be provided through parties external to the enterprise through an ASP subscription model, or they could be internally hosted. Perhaps this could be an area where Web Services could play an important role?
UI (Digital Dashboard) - The user-interface for the EOS, referred to as the Digital Dashboard in the Emergic context, will be based on the information bus' capabilities, in conjunction with functionality provided by "services" of the EOS. It probably should, essentially, work as a platform for:

  1. accessing enterprise information (or intelligence), and
  2. providing functionality for executing process-related activities (reporting, etc.)

Posted by Clinton Goveas
Me
Entrepreneur, Mumbai, India, Emergic, Netcore, Internet, IndiaWorld, Sify, IIT-Bombay, ColumbiaUniv ... More [Write to Me]

- MyToday
- Emergic Ecosystem
- Netcore
- Emergic MailServ: Enterprise Messaging
- Emergic CleanMail: Anti-Virus, Anti-Spam
- BlogStreet: Blog Profiles, RSS Ecosystem
- Novatium: Network Computers
- SEraja: The EventWeb
- Rajshri Media: Broadband Portal
- Newsweek on Novatium (Feb 2007)
- Knowledge@Wharton Interview (Oct 2006)
- TIME Asia (Mar 2000)

Free SMS Updates
Indian mobile users can sms START EMERGIC to 9845398453 to get free daily updates on new additions. [To unsubscribe, sms STOP EMERGIC to 9845398453.]
My Writings
Affordable Computing and ICT for Development
India's Digital Infrastructure (May 2007)
Envisioning Tomorrow's World (Mar 2007)
Computing for the Next Billion (Jun 2006)
City Wi-Fi Networks (Apr 2006)
Microsoft Live (Nov 2005)
Internet Tea Leaves (Sep 2005)
Next-Generation Networks (Jul 2005)
Disruptions (Jul 2005)
The Mobile Phone Platform (Feb 2005)
Microsoft, Bandwidth and Centralised Computing (Jan 2005)
Computing for Broadband 101 (Jan 2005)
Tomorrow's World (Nov 2004)
CommPuting Grid (Nov 2004)
Massputers, Redux (Oct 2004)
The Network Computer (Oct 2004)
Reinventing Computing (Aug 2004)
Tech Trends (Jul 2004)
Letter to Arun Shourie (Apr 2004)
As India Develops (Mar 2004)
My Mental Model (Dec 2003)
The Next Billion (Sep 2003)
Transforming Rural India 2 (Jul 2003)
The Discovery of India (Jun 2003)
Transforming Rural India (Mar 2003)
The Rs 5,000 PC Ecosystem (Jan 2003)
Disruptive Bridges (Nov 2002)
India Post: Ideas for Tomorrow (Nov 2002)
Technology's Next Markets (Oct 2002)
Server-based Computing (Jul 2002)
India's Next Decade (Apr 2002)
The Digital Divide (Apr 2002)
The Real Wireless Revolution (Mar 2002)
Envisioning a New India (Jan 2002)
Emerging Technologies, Emerging Markets (Jan 2002)
The Indianised Linux Desktop (Nov 2001)
Mass Market Internet (Nov 2000)

Enterprise Software and SMEs
The Coming Age of ASPs (May 2005)
SMEs and Technology (Oct 2003)
The Death and Rebirth of Email (Aug 2003)
IT's Future (Aug 2003)
Rethinking the Desktop (Sep 2002)
Rethinking Enterprise Software (Jun 2002)
Emerging Enterprises and Emergent Networks (Mar 2002)
Web Services (Nov 2001)
Alt.Software (Oct 2001)
The Intelligent, Real-Time Enterprise (June 2001)
Enterprise Software (Mar 2001)
SME Tech Utility (Feb 2001)
Software and SMEs (Jan 2001)
The Intelligent Enterprise: Integrating CRM, SCM and EIP (Jan 2001)

Information Management
The Emerging Internet (May 2007)
The Now-New-Near Web (Sep 2006)
Mobile Internet (Aug 2006)
Video on the Internet (Jun 2006)
India Internet and Mobile (Feb 2006)
Rethinking Newspapers (Jan 2006)
Web 2.0 (Oct 2005)
The Future of Search (Mar 2005)
Web 2.0 Conference (Oct 2004)
Thinking A New Food Portal (Sep 2004)
Rethinking Search (Jan 2004)
India.com 2.0 (Jan 2004)
The Publish-Subscribe Web (Jun 2003)
Constructing the Memex (May 2003)
RSS, Blogs and Beyond (Feb 2003)
Blogging (Feb 2002)
Harnessing Information (Oct 2001)
News Refinery (May 2001)

Entrepreneurship
When Bad Things Happen (Jan 2007)
Ventures and Capital (Dec 2006)
15 Years as an Entrepreneur (Nov 2006)
Of Blue Oceans and Black Swans (May 2006)
Let's Build a Business (Apr 2006)
The Value of Vision (Mar 2006)
Vision and Worries (Oct 2005)
Bootstrapping a Business (Oct 2005)
India Needs More Entrepreneurs (Aug 2005)
Dotcom Nostalgia (Jun 2005)
When Things Go Wrong (Apr 2005)
My Life as an Entrepreneur (Nov 2004)
An Entrepreneur's Growth Challenge (Sep 2004)
Creating Options (Sep 2004)
From Employee to Entrepreneur (Aug 2004)
A Tale of Two Summers (Aug 2004)
Crucible Experiences (May 2004)
The Company (May 2004)
An Entrepreneur's Attributes (Nov 2003)
An Entrepreneur's Early Days (Sep 2003)
Reflections on Ideas and Entrepreneurship (Jul 2003)
Entrepreneur's Enigmas (Jan 2003)
The Entrepreneur's Delights (Sep 2002)
Life as an Entrepreneur (Oct 2001)
Leadership Lessons from Lagaan (Aug 2001)
Entrepreneurial Learnings (July 2001)
Entrepreneurship (Mar 2001)
The IndiaWorld Story (1997-8)

Abhishek (my son)
Photos
Letter to a Two-Year-Old (Apr 2007)
Father to Son (Apr 2006)
Letter to a 2005 Baby (Jun 2005)
The Making of Abhishek (Jul 2005)

Moreover
Facebook (May 2007)
Doing Education Right (May 2007)
Reflections from a Dubai Trip (Apr 2007)
Creating India's New Cities (Apr 2007)
India's Challenges (Mar 2007)
3GSM 2007 (Feb 2007)
Demo 2007 (Feb 2007)
A Tale of Two Covers (Feb 2007)
3GSM Mumbai (Feb 2007)
2007 Tech Trends (Jan 2007)
The Best of 2006 (Dec 2006)
Best of Tech Talk 2006 (Dec 2006)
Cyworld (Nov 2006)
Two 2.0 Events (Nov 2006)
Two-Sided Markets (Nov 2006)
The Rise of YouTube (Oct 2006)
Gandhigiri (Oct 2006)
Education and Reservation (May 2006)
Four Blog Years (May 2006)
Fooled by Randomness (May 2006)
Blue Ocean Strategy (May 2006)
Revolution on the Roads (Apr 2006)
The MySpace Story (Mar 2006)
A Presentation at PC Forum (Mar 2006)
Extreme Competition (Mar 2006)
3GSM World Congress 2006 (Feb 2006)
DEMO 2006 (Feb 2006)
India Rising (Jan 2006)
2006 Tech Trends (Jan 2006)
The Best of Tech Talk 2005 (Dec 2005)
The Best of 2005 (Dec 2005)
Trains, Planes and Mobiles (Dec 2005)
Peter Drucker: Management's Newton (Nov 2005)
India Empowered (Oct 2005)
Rajasthan Ruminations 2 (Sep 2005)
Building a Better India (Sep 2005)
South Korea's IT839 (Jul 2005)
Shift-Ctrl (Jul 2005)
Best of Future Tech (Feb 2005)
Multi-Model Minds (Feb 2005)
The Best of 2004 (Jan 2005)
On Watching Swades (Jan 2005)
The Best of Tech Talk 2004 (Dec 2004)
India Trends (Dec 2004)
An American Journey (Aug 2004)
Black Swans (Aug 2004)
A Train Journey (Jun 2004)
An Agenda for the Next Government (May 2004)
Two Blog Years (May 2004)
Rajasthan Ruminations (Feb 2004)
Technology and the Indian Elections (Feb 2004)
2003-04 (Dec 2003)
Random Musings (Sep 2003)
Useful Concepts (July 2003)
Dear Non-Resident Indian (July 2003)
Tech's 10X Tsunamis (July 2002)
An Indian in China (Mar 2002)
Disruptive Technologies (Aug 2001)
Innovation (Aug 2001)
Good Books

- My Business Standard columns
- More columns at Tech Samachar

Presentations
- TiE Bangalore (Dec 2004)
- BangaloreIT.com (Nov 2004)
- CIT 2004 (Jan 2004)
- BangaloreIT.com (Nov 2003)
- Pune CSI Open-Source Workshop (Sep 2003)
- Sydney ICT Workshop (Jul 2003)
- Netcore (Mar 2003)
- Emergent Democracy (MP Govt, Feb 2003)
- Vision for Digitally Bridged India (Dec 2002)
- India Post (Nov 2002)
- Open-Source for eGovernance (Oct 2002)
Recent Entries
Archives
BlogStreet
Syndicate
Powered by
Movable Type 2.21


Main - Feedback
© Rajesh Jain