">
Subscribe

Google Gears: Missing Open Source Community?

0

Posted on : 06-06-2007 | By : shishank | In : Open Source, Trends

Few days back I wrote about making web applications offline, well Google again are way ahead of the crowd and they already came up with the same called Google Gears. It is an open source web browser extension that enables web applications to provide functionality while user is offline. Google basically talks about 3 main layers to achieve this

LocalServer – which caches and serves application resources like HTML, JS,CSS, images etc locally on the clients machine

Database – which provides browser-local relational data storage on user’s computer with domain based security

WorkerPool – which pools asynchronously in the background to contact online application

A pretty cool Beta release with few samples and open APIs. But I am really sad that Google Gear installer doesn’t work for people who are behind proxy. I even posted in the Google Gear group but can’t see any response. There are presently around 227 topics floating in that group and almost 55-60 of the topics are around installation problem ( search for install, installation, 80040800 etc.)

Most of developers are behind company proxy’s and due to such issues people are loosing interest even when its an interesting development. Well for open source, community is the main source for information,ideas etc. and Google is lagging in that.

JAX India 2007: Day 4: SOA and ESB for Enterprise Architecture

1

Posted on : 01-06-2007 | By : shishank | In : Conference, Open Source, Portals, SOA, Trends

The day 4 was a surprise for me, as the number of attendees reduced many
folds. Well I went to attend the session “Leveraging SOA and ESB for
an Enterprisse Architecture – Bryan Cheung
“. Looks like Bryan is a
big fan of coffee specially from Startbucks and he all the way of his
presentation used Startbucks as the example. He basically used the topic well
to showcase Liferay’s capabilities and even coined a new term called SOL
(Service Oriented Liferay) :) . According to him, from SOA point of view
there are 3 important things with respect to service offered:

Specialization  -  Specialized in Coffee. Need not worry what is
happening inside to make worth coffee cup

Interface – Always the same interface, ask for a coffee at counter, pay the
amount and get the coffee

Reliability - Whether in US, Europe, India the taste is the same

And Liferay too does in the similar fashion, same services with almost any
Operating System, Application server and database combination.

Few other sessions are covered by Binil on his blog post JAX India 2007:
Day 4 report

Well in all JAX India, though looked promising with the
Buzzy catchy title, the overall feeling was that it didn’t meet what
was expected out if it. I was really surprised at the Oracle counter,
where I asked info about their new Web Center suite and the answer I got back
is to fill a feedback form and get the CDs which has all the information.
If that is the case, I am better of searching over Internet :)

Also, in terms of arrangement, there was a lot of confusion about which
session happening in which Hall. It was a complete mess and people were just
running around to catch up with the sessions. I was in Hall B for a session
and the next which I wanted to attend was in Hall A. So after session I sent
to Hall A to get a surprise that the session I want to attend has been shifted
to Hall B. The time I reached there, all the seats were full and there was
hardly any space to stand. A better organization is required.

Anyways Thanks SDA India for hosting such event and looking forward to a
better organized and more targeted sessions next time. A Big thanks to all the
speakers who cam all the way to share their experience and knowledge.

More reading at  Hits and Misses: JAX India 2007

JAX India 2007: Day 3

0

Posted on : 01-06-2007 | By : shishank | In : Conference, Trends

The first two days really made me think if it is worth to travel all the way to Tata institute to attend sessions. Well I did not make it that day to JAX India 2007 but here are updates from Amit Agarwalla from Day 3. Happy Reading !!!!

JAX India 2007: Day 2: JSF, Java Architecture Management, Best Practices WS, Java IDEs

0

Posted on : 30-05-2007 | By : shishank | In : Conference, Trends

The Day 2 of JAX India saw the start of 40 conference sessions spread over 3 days. Here is extract of the sessions that I attended.

Introduction to JSF for Struts Developers – Craig McClanahan

The session was targeted to cover an overview about Java Server Faces. The agenda includes:

Origin of Struts

Craig started with giving an overview of how Struts came into existence.
The main reasons was

  • Multiple language support

  • Available on the web

  • Separate responsibilities into layers etc.

In the Mean Time…

As the time went on, Standardization started taking up the market with lots of new Standards, like componenting for interoperatability, target for drag and drop etc.

JSF Key Concepts

Craig stretched on the key concept of Components which brought JSF in existence.

In all the session did touch upon the high level fundamentals of JSF but my expectations were different. I would have preferred a sandpit project like Hello World demo which would have given a better understanding. Anyways this is my thought.

The second session was an interesting presentation on IDEs future.
Java IDE(s) – Then, Now and Eventually – David Intersimone

The session was around 20 minutes but the content of the presentation was really good. Few key things from the presentation:

Future of IDEs

  • Support for Rich Internet Applications

  • Support for Ajax

  • Collaborative features within IDE

The next session that I attended was Increase Project Success with Java Architecture Management – Alexander Von Zizewitz.  The presentation was really cool !!! He depicted dragon as the Complex Java Project with a small man with sword and shield in his hand as us trying to overcome the dragon :) Here are few interesting points from his presentation:

Known project problems

  • Time Pressure

  • Skills not meeting system requirements

  • Unwanted dependencies

  • Complexity growing

And if we fall in the pitfall of the above problems, we start just making it work and then start the real problem like:

  • Increase in testing time

  • Problems with deployment

  • Making changes become increasingly difficult

So what are the ways to control Java Projects that Dragon doesn’t rule the world:

  • Avoid Package cycles by using jdepend

  • Code Reviews specially peer-to- peer

  • Check Style and FindBugs Tools usage

  • Checking key metrics on regular basis

  • Define architecture of the system at high level of abstraction

    • Cut horizontal into layers to represent different layers like
      User Interface, Business Layer, Data layer

    • Cut vertically into slices to represent actors

    • Define allowed usage for each actor
  • Define useful matrix threshhold

So once your system is divided into horizontal layers and vertical slices, start mapping code to logical diagram on the following lines:

  • Each package mapped to exactly one sub system

  • Good naming convention

  • Subsystem should have well defined interfaces

  • Work independently

    • Start with layering

    • Add vertical slices

    • Define subsystem interface

    • Fine tune rules of engagement on subsystem level

Once you are done with this, measure the overall coupling at system level, sub system level, package level etc. using Component Dependency technique.

5 Golden Rules to ensure technical Quality

  • Create cycle free logical architecture
  • Avoid package cycle
  • Keep Average Component Dependency low
  • Keep size of Java files ( < 700 LoC)
  • Define threshhold for complexity

 In all the presentation was interesting and provoke at looking more into SonarJ tool which Hello2omorrow has come up with to solve such issues.

Apart from these I attended Best practices for inter-operable Web Services – Thilo Frotscher, the details of the session are already covered by Amit in this blog.

In all the sessions are not too much impressive may be due to limited time allotted for each session. Looking forward to Day 3 at Jax India 2007.

JAX India 2007: Day 1: Web2.0? But I am Barely keeping up with Web 1.0 Right Now !

0

Posted on : 28-05-2007 | By : shishank | In : Ajax, Collaboration, Trends, Usability, Web 2.0

Its been an exciting day on the inaugural day of JAX India 2007. The day was
meant for workshops and I attended half a day workshop on
“Web 2.0? But I am Barely keeping up with Web 1.0 Right Now !”
by Craig R McClanahan. Here is extract from the session:

The session covered from history of web to what is Next Generation web (Web 2.0) and what we should do towards it. Here is extract from his presentation:

HISTORY OF WEB

He started with his experience of Web way back when he started in 1975. From Lonely computers, which were self-absorbed applications to telephone lines (part lines to kids line) which lead to evolution of Internet and standards like HTTP and HTML.

MAINSTREAM WEB APPLICATIONS TODAY

This section of the presentation covered about how the current web applications are. Few main highlighting points are:

  • Increasing support for cross browsers
  • Key area of development happening around Mobile space
  • Server side capabilities are growing
  • Programming understanding in multi-threaded environment
  • Storage capacity is effectively free, CPU nearly so
  • Network infrastructure improving
  • Development technologies maturity at a much slower pace and challenges are in coming up with a framework like Struts and IDEs for JS-DHTML developments
  • More and more user personalization
  • Standardization at different scales and complexities

NEXT GENERATION WEB DRIVERS

Craig stressed on using next generation web rather than Web 2.0 with emphasis on 4 key drivers:

Enhanced User Interfaces

The driving force is the limited usability of web applications compared to applications installed locally. Ajax and DHTML are the immediate solutions.

Lightweight Programming Models

  • Strong preference towards simplicity; less code = less initial work, less update work
  • Scripting languages again gaining popularity with many large application built with php, perl etc.
  • Loose coupling and layer based design
  • Increasing preference for quick, iterative approach (Agile model)
  • Programming models  
    • Ajax and DHTML (server side business logic)
    • Ajax and DHTML (client side business logic ) i.e. making web applications
      available offline 
    • Browser plugins (Flash/ Flex/ Java FX etc)

Web as a Platform

  • Web applications to become more of a service
  • Web platform providing Social network effect
  • Reducing “local islands” of important data
  • Users looking something bigger
    • Identity
    • Flexibility
    • Ubiquity 

The read/write web 

  • Web as a Bulletin Board

WHAT SHOULD WE DO

Craigs Top Ten Suggestion List

10 – Expose Data/Logic as services

9 – Incorporate External Content

8 – Seek QOS (Quality of Service) deals from Sources

7 – Give QOS Deals to users

6 – Adopt Agile Processes

5 – Test Driven Development

4 – Architect for Scalability

3 – Embrace Heterogeneity

2 – Reach out to Mobile Clients

1 – Enable User Provided Content

The session turned out to be good for users who do not have exposure to Web 2.0. The first 45 minutes where Craig covered History of web and existing applications was bit too extended and I was looking for more on Web 2.0. Let’s hope the other sessions lined up around Web 2.0 will be able to provide more insight.

Internationalization in a different way

0

Posted on : 28-05-2007 | By : shishank | In : Content Management, Search, Trends

Some days back Google launched a new feature on Google Translate, where search query is in one language and the results can be a from the web pages in other language.

From Google: How does this work?
1. Search for Dubai tours from English to Arabic.
2. We translate your query into “جولات دبي” and find Arabic web page results.
3. Finally, we translate the Arabic web page results back into English for you.

This will bring in a whole new experience in the Internet world. It gives an opportunity to explore all the hidden information which was impossible before due to language barriers. I will expand this article to how it will change in the CMS world.

Is Ajax making sites less reachable?

0

Posted on : 17-05-2007 | By : shishank | In : Ajax, SEO, Trends, Usability, Web 2.0

We have been talking about Ajax and Web 2.0 technologies for sometime now. At one end Ajax becoming an asset from usability point of view but on the other hand it is making sites less search engine friendly. Search engines for now are not intelligent enough to make a server side request and retrieve the information to index. So it boils down to Usability Vs Search-ability? Which one to achieve?

What is the best way to achieve a balance between the two – making my site usable as well as search-able.

Here is one of the possible approach:

Step 1: To design your site without any Ajax. Javascript
Step 2: Then modify your website to include small Ajax, Java scripts components making sure that the content that gets hidden is available else where in the site which does not deploy Ajax

Search Engine: Is Content Separation a new SEO?

0

Posted on : 03-05-2007 | By : shishank | In : SEO, Trends

We are very familiar with the concept of separation of code from content. Yahoo recently tried to separate content itself into actual content and common content. What I mean is separating parts of a page that do not relate to the main content, such as navigation, menus repeated across the entire site, boilerplate text, or even advertising. Interesting!!!

Yahoo introduces a ‘robots-nocontent’ class which can be included with any HTML tag. By introducing this class within tag, the idea is to

• Focus on the main content
• Not to use those sections of the page marked for finding the page
• Improving abstract for the searched page by omitting unrelated info

How to use it?
<div class=”robots-nocontent”>Header of the site</div>
<span class=”robots-nocontent”>Navigation of the site</span>
<p class=”robots-nocontent”>Footer of the site </p>

My thoughts:
+ve
• Good way to segregate main/relevant content from general content
• More focus content

-ve
• Why “robots-nocontent”, why not “robot-content”?
• Is defining class a right approach? Most of the sites does not have well formed HTML, so think of a situation where you applied this class which covers the whole page content :)
• Currently keyword density as well as its location is one of the prime SEO techniques. What will happen if websites start using this tagging?
• Is it not raising concerns with content security? Someone can define not viewable content within these tags and search engine will happily ignore this and show your site even in top sites :)
• Need to be standardized before people start working towards it

What are your thoughts?

Another Collaboration Feature: Google’s Gadget

0

Posted on : 02-05-2007 | By : shishank | In : Collaboration, Trends, Usability, Web 2.0

Here is another Collaboration Feature from Google. Google has introduced a new Gadget maker product for iGoogle (new name for Google Personalized Homepage). The users without having any programming or web design experience can create Gadgets and share with community or other iGoogle user. The Gadgets are as simple as filling out the form in the predefined 7 templates:

• A Photo gadget which is designed to share a series of photos
GoogleGram gadget that display a new greeting message for every day of the week
Daily Me gadget which will show what you’re currently doing, as well as quotes, what’s on your mind etc.
Free Form gadget that as the name suggest will allow free flow of information, image text layout background colour
YouTube Channel gadget to share good videos on YouTube
• Personalized List Gadget to basically present your list of items. It could be list of your favorite songs, a list of items to buy today etc.
Personalized Countdown gadget is more like a reminder to any event, happening with a countdown

Apart from this, it provides option to update the Gadget and re-publish so that it gets updated at the other end.

Pretty neat way to bring people togather !!!! :)

But few things to watch out for:

• Updation at receiving end took a pretty long time to get refreshed with updated information
• No intimation whether the iGoogle user has added your Gadget or not
• If the Gadget creator deletes the Gadget, will it get deleted at the other end?
• A way to establish two way communication rather then just one way for now

CMS, Web 2.0 and SEO

0

Posted on : 23-04-2007 | By : shishank | In : Content Management, Open Source, Search, Web 2.0

To what I understand till now about Web 2.0, it emphasize on Search Engine Optimization as one of the main area of concern. Let me try to list down few of the Search Engine Optimizations from CMS implementation point of view:

A utility to detect duplicate content detection at the time of content publish
I do not think that there is any WCM out in the market (commercial or Open source) that provides any utility for duplicate content detection

A spell-checker to ensure that the content submitted online doesn’t have any spelling mistakes
This has become and integral part of WISIWYG editors like FCKeditor. Most of the WCMS tools adopt to such content editor tool.

Content Structure which enforce Alt attribute for Image tag, title, meta descriptions, keyword tags and templates supporting picking up those information while rendering page
A more of a design consideration and rendering aspect. Lets leave this to individual design and implementation. It might be a good idea if in future, CMS provides something out-of-the-box for such considerations

What You See Is What You Get (WYSIWYG) editors for providing facility to content editors to add formatting to text content
Most of the WCM provides WYSIWYG editors that provides basic formatting stuff like h1, h2, b etc. OpenCMS has its own inbuilt editor.

An editor that can clean up unwanted HTML tags and make it W3C compliant
Its again part of the WYSIWYG editors.

An editor that gets integrated with your CSS of the site
Most of the text editors provide this facility. FCKEditor is one such that support CSS for better integration with website. WCM’s are adopting these editors for their content editors frontend.

A utility to help detect duplicate page titles or a mechanism to generate unique page title
I can not re-collect that there is any CMS in the market that provides such utility. At present its taken more at individual implementation level rather than a CMS providing out-of-the-box.

A utility to determine broken links at the time of content publish to avoid broken links
OpenCMS is one that does provide this functionality of validating the links and reporting the broken links. but I do not know many other which does that. Fatwire do provide this in a little different way, if at the time of rendering content, it doesn’t find the link, it removes hyperlink and render content. But I think most of the CMS products doesn’t really provide this out-of-the-box.

Looking at my list above, I feel most of the Search Engine Optimization techniques are taken care at the text editor level which have become powerful over the period of time. From CMS perspective, providing few utilities like duplicate content detection, broken links etc. will sure make them Web 2.0 compliant. :)