<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hexacta Blog</title>
	<atom:link href="http://blog.hexacta.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexacta.com</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 12:51:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Rapid Web Application Development? Piece of cake!</title>
		<link>http://blog.hexacta.com/rapid-web-application-development-piece-of-cake/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rapid-web-application-development-piece-of-cake</link>
		<comments>http://blog.hexacta.com/rapid-web-application-development-piece-of-cake/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 12:51:21 +0000</pubDate>
		<dc:creator>Andrea Sanchez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=605</guid>
		<description><![CDATA[During the last years there&#8217;s been a trend in many developers to gravitate towards languages such as Ruby, Python and PHP, that offer quick solutions for the development of web applications. In this context some new technologies emerged, inspired by Ruby on Rails. Grails, Spring Roo and Play Framework. What do they propose? Follow the red brick path Ruby on Rails opened a path that other languages didn`t take long to follow: an open-source framework for web applications, whose goal is to improve the productivity and happiness of the developer. Its motto: “Web development that does not hurt”. A framework that is fun to use. A framework that avoids unnecessary configurations. Why do we need them so much? We all [...]]]></description>
			<content:encoded><![CDATA[<p>Du<a href="http://blog.hexacta.com/wp-content/uploads/2011/12/5647c7c995f7c7b370db6a00761c6659.jpg"><img class="alignleft size-full wp-image-606" title="5647c7c995f7c7b370db6a00761c6659" src="http://blog.hexacta.com/wp-content/uploads/2011/12/5647c7c995f7c7b370db6a00761c6659.jpg" alt="" width="90" height="90" /></a>ring the last years there&#8217;s been a trend in many developers to gravitate towards languages such as Ruby, Python and PHP, that offer quick solutions for the development of web applications.<br />
In this context some new technologies emerged, inspired by Ruby on Rails. Grails, Spring Roo and Play Framework. What do they propose?<br />
<span id="more-605"></span></p>
<h2><strong>Follow the red brick path</strong></h2>
<p><strong></strong><br />
Ruby on<a href="http://blog.hexacta.com/wp-content/uploads/2011/12/rails.png"><img class="alignleft size-full wp-image-607" title="rails" src="http://blog.hexacta.com/wp-content/uploads/2011/12/rails.png" alt="" width="87" height="111" /></a> Rails opened a path that other languages didn`t take long to follow: an open-source framework for web applications, whose goal is to improve the productivity and happiness of the developer. Its motto: “Web development that does not hurt”. A framework that is fun to use. A framework that avoids unnecessary configurations. Why do we need them so much? We all know that at the end you end up configuring pretty much always the same things. Following the precepts of convention over configuration, leaving only what s “fun” in hands of the developer and avoiding the “tedious” part of the configuration by accepting the defaults the framework provides.<br />
The Java community was slow to react, Ruby has been around for more than five years, but it slowly began to respond, and many frameworks of the same principle sprung up. These frameworks have the same premise that made the 4th generation languages strong in the nineties: Devote themselves fully to commercial software development, improving developer productivity. But where the 4GL languages focused on abstracting the developer from “low level” issues, these frameworks seek to free the developer from all the configuration responsibilities and make him deal directly with the juicy stuff: the business model, always within the confines of a 3GL language.</p>
<p>&nbsp;</p>
<h2>The Last Crusade</h2>
<p>Grails is a clear example of one of these frameworks, inspired even in the name by Ruby on Rails. Grail<a href="http://blog.hexacta.com/wp-content/uploads/2011/12/cXmUZIAv28XIiNgkRiz4RRl21TsGZ5HoGpZw1UITNyV.png"><img class="alignright size-full wp-image-608" title="cXmUZIAv28XIiNgkRiz4RRl21TsGZ5HoGpZw1UITNyV" src="http://blog.hexacta.com/wp-content/uploads/2011/12/cXmUZIAv28XIiNgkRiz4RRl21TsGZ5HoGpZw1UITNyV.png" alt="" width="114" height="30" /></a>s is a framework created by the springsource folks for groovy, a dynamic language that runs on the java virtual machine. Grails is a “quick” framework, dynamic and robust. “The search is over” they promise, a clear reference to the crusades and the Holy Grail, and, at the same time, to our search for the framework that allows us to do a web application in just a few minutes.</p>
<p>&nbsp;</p>
<h2>Jump, little kangaroo!</h2>
<p>But G<a href="../wp-content/uploads/2011/12/roo_logo.png"><img class="alignleft size-full wp-image-609" title="roo_logo" src="../wp-content/uploads/2011/12/roo_logo.png" alt="" width="125" height="69" /></a>rails still wasn’t Java. It was Groovy. So springsource, once again, came up with a new solution: Spring Roo. What is Roo? Not a framework, not an IDE, but something in between. Spring Roo is a tool that promises quick and easy results when developing web applications. And the most important part: it is pure Java. “Making Java fun” is its motto, prioritizing once again the happiness of the developer. Were we having such a bad time?<br />
Roo allows us to have a running web application written in Java in just a few minutes. Everything is done by working inside an interactive console, with autocomplete and a handy “hint” option, just in case we get lost on how to proceed. As if this wasn’t enough, Roo gives us an offer that is hard to refuse: if at any moment we don´t want to use Roo anymore, we can completely remove it from our application following a few simple steps and everything will keep on working as before. “No lock in” they say, “not married” we would add.<br />
<a href="http://blog.hexacta.com/wp-content/uploads/2011/12/Logo_sts.png"><img class="alignright size-full wp-image-610" title="Logo_sts" src="http://blog.hexacta.com/wp-content/uploads/2011/12/Logo_sts.png" alt="" width="151" height="82" /></a>At first sight Roo can scare more than one, too many files are created for each class and it makes extensive use of (for not saying abuse) of aspects. I could even say that it is essential to understand aspects in order to work with Roo, but I wouldn’t go that far. An IDE exists called SpringSource Tool Suite, or STS, that is based on Eclipse and that perfectly integrates with Roo. The STS almost makes us forget about the number of files and the usage of aspects, but sadly it is remarkably slow and that may cause some frustration.<br />
Roo integrates and supports a big amount of technologies, and this list grows every day. Just to give a few examples we can mention Google Web Toolkit, the Google App Engine and several of the Apache and Spring projects. Could this be the main strength of Spring Roo? Could this distinguish it from all the other tools?</p>
<h2>
<p>Won’t you come out to PLAY?</h2>
<p>Loom<a href="http://blog.hexacta.com/wp-content/uploads/2011/12/tag150150_play.jpg"><img class="alignleft size-full wp-image-611" title="tag150150_play" src="http://blog.hexacta.com/wp-content/uploads/2011/12/tag150150_play.jpg" alt="" width="105" height="105" /></a>ing on the horizon is Play Framework, with a completely different approach, but with the same goal. Play also allows us to code in Java (and pretty soon in Scala) and to forget about the tedious “initial configuration” of every project, but Play is not just another development framework. Play’s strength lies in the fact that it is also an application server, and one made with the idea of developing while having the application deployed. Play provides instant code replacement with no need to restart the server, and it shows errors and stack traces in the browser, so you can see them easily. This feature helps the job of the developer as it prevents losing valuable time while debugging and bugfixing. Something to consider is that Play has some “eccentricities” that will bring headaches to the more &#8220;traditional&#8221; Java developers, for example the large number of static methods, or the need for public attributes. A different solution for the same problem.</p>
<h2>
But what if I dislike something about the framework?</h2>
<p>What should I do? Each framework has, obviously, its limitations. What would happen if I need to have a service layer? And what if the framework does not encourage it but I really, really, want to use DAO´s? The question we should ask ourselves is: what concessions am I willing to make? Every framework allow us to change something, but not everything can be changed. And that&#8217;s when we should make a pause and decide whether we are willing to give up some control of the architecture to the application framework in order to benefit from its advantage, or not. As always, it depends mostly on the problem we are trying to solve.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/rapid-web-application-development-piece-of-cake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Free Plugins for Visual Studio 2010</title>
		<link>http://blog.hexacta.com/10-free-plugins-for-visual-studio-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=10-free-plugins-for-visual-studio-2010</link>
		<comments>http://blog.hexacta.com/10-free-plugins-for-visual-studio-2010/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 19:32:28 +0000</pubDate>
		<dc:creator>Andrea Sanchez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[[plugin] Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=585</guid>
		<description><![CDATA[Visual Studio 2010 opened to the plugins world. The new Extension Manager (matchless in benefits to the add-in Manager of Visual Studio 2008) allows browsing and downloading easily an immense amount of plugins. I consider that, thinking of performance, we should not turn into using many extensions. Below we will recommend ten free and useful plugins for Visual Studio, leaving out the classical plugins or commercial multi-tools such as Resharper, Devexpress Coderush and Visual Asist X. Documentation: GhostDoc. A widely used extension, documents in XML format, in semi automatic way, facilitating and simplifying this task. Improvements in the IDE:  VSCommands 2010 provides code navigation and generation improvements which will make your coding tasks faster, together with essentials IDE enhancements, it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexacta.com/wp-content/uploads/2011/11/Visual-Studio-small.gif.png"><img class="alignleft size-full wp-image-587" title="Visual-Studio-small.gif" src="http://blog.hexacta.com/wp-content/uploads/2011/11/Visual-Studio-small.gif.png" alt="" width="120" height="93" /></a>Visual Studio 2010 opened to the plugins world. The new Extension Manager (matchless in benefits to the add-in Manager of Visual Studio 2008) allows browsing and downloading easily an immense amount of plugins.</p>
<p><span id="more-585"></span></p>
<p>I consider that, thinking of performance, we should not turn into using many extensions. Below we will recommend ten free and useful plugins for Visual Studio, leaving out the classical plugins or commercial multi-tools such as <a href="http://www.jetbrains.com/resharper/">Resharper</a>, <a href="http://www.devexpress.com/Products/Visual_Studio_Add-in/Coding_Assistance/">Devexpress Coderush</a> and <a href="http://www.wholetomato.com/">Visual Asist X</a>.</p>
<p><strong>Documentation:</strong> <a href="http://submain.com/products/ghostdoc.aspx">GhostDoc</a>. A widely used extension, documents in XML format, in semi automatic way, facilitating and simplifying this task.</p>
<p><strong>Improvements in the IDE:</strong>  <a href="http://visualstudiogallery.msdn.microsoft.com/d491911d-97f3-4cf6-87b0-6a2882120acf">VSCommands 2010</a> provides code navigation and generation improvements which will make your coding tasks faster, together with essentials IDE enhancements, it will take your productivity to another level.</p>
<p>These other extensions had been developed by the Visual Studio team and they are also really useful:</p>
<p><a href="http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99">PowerCommands</a> is very light. Adds different funtionalities/ contextual menus, saving time and clicks such as open a Command prompt or the containing folder where one of the files from the solution is located (through a contextual menu) and “Format document on save” that performs the command of “format document” automatically. It has a smart copied of classes and references and, among many others, my favorite command: undo close</p>
<p><a href="http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/">Productivity Power Tools</a>: incorporates a series of new functions in Visual Studio such as: improved search, many improvements in the navigation and visualization of the code, adds a better “solution explorer” called Solution Navigator and has lots of changes (several are very useful) in the tabs/navigation of documents.</p>
<p><strong>Code Versioning with SVN:</strong> it´s true that we are used to the Visual Studio-Team Foundation Server couple for the versioning of the code, but clearly SVN also is an option and <a href="http://ankhsvn.open.collab.net/">AnkhSVN CollabNET</a> is a fine free tool.</p>
<p><strong>Useless but fun:</strong> the <a href="http://visualstudiogallery.msdn.microsoft.com/20cd93a2-c435-4d00-a797-499f16402378/">Visual Studio Color Theme Editor</a> will not improve any technical aspect, but it allows using predefined graphic themes, changing the whole aspect of visual studio.</p>
<p><strong>Tools for the IDE:</strong> we know that sometimes the creation of regular expressions can be an unpleasant job. This tool lets you to perform them in an integrated way in the IDE, simplifying its creation.</p>
<p><strong>Code Comparison:</strong> although the <a href="http://www.scootersoftware.com/">beyondcompare</a> is superior, the <a href="http://visualstudiogallery.msdn.microsoft.com/dace3633-0b51-4629-85d4-c59cdce5bb3b">codecompare</a> is free and tends to be better than the IDEs default tool.</p>
<p><strong>The power of examples:</strong> <a href="http://visualstudiogallery.msdn.microsoft.com/b3aaa8f6-1b72-4ce2-bb39-f597489d55da">Microsoft All-In-One Code Framework</a>: a code library that provides examples for typical development tasks. Strongly recommended (also has content for VS 2008).</p>
<p><strong>Uses of TFS:</strong> for those that use TFS beyond its functionality standard, the <a href="http://visualstudiogallery.msdn.microsoft.com/c255a1e4-04ba-4f68-8f4e-cd473d6b971f">TFS power tools 2010</a> it is already a classic.</p>
<p>Do you have some plugin you would like to recommend? Comment below the post and let  us know!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/10-free-plugins-for-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIS</title>
		<link>http://blog.hexacta.com/gis/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gis</link>
		<comments>http://blog.hexacta.com/gis/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 18:48:00 +0000</pubDate>
		<dc:creator>Andrea Sanchez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Geographic Information Systems]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Google Maps]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=580</guid>
		<description><![CDATA[For some years it has been observed the use of Geographic Information Systems in commercial applications because they offer an interesting added value for the final user of the system. Probably the most popular case is Google Maps, since it was used in many applications, for its dissemination, easy to use and free service for geographic locations or multiple locations. This functionality by its own is key in most systems that currently work with locations (we can´t imagine a social network, a real state web site, or a site for booking hotels without a map that shows locations). In this context GIS Systems have been improved in the course of time and they now count with a wide variety of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexacta.com/wp-content/uploads/2011/11/GIS.jpg"><img class="alignnone size-full wp-image-576" title="GIS" src="http://blog.hexacta.com/wp-content/uploads/2011/11/GIS.jpg" alt="" width="76" height="59" /></a>For some years it has been observed the use of Geographic Information Systems in commercial applications because they offer an interesting added value for the final user of the system. Probably the most popular case is Google Maps, since it was used in many applications, for its dissemination, easy to use and free service for geographic locations or multiple locations. This functionality by its own is key in most systems that currently work with locations (we can´t imagine a social network, a real state web site, or a site for booking hotels without a map that shows locations).</p>
<p><span id="more-580"></span></p>
<p>In this context GIS Systems have been improved in the course of time and they now count with a wide variety of functionalities and complementary tools that make them very powerful. This new capabilities open a new area for their use in applications, though now a days they are not exploited. This lack of use of the new capabilities of GIS Systems is related to the lack of knowledge about the real potential of this systems and the added value they can provide.</p>
<p>From this boom different alternatives emerge, both local and public, from where the developer has to analyze which is the more convenient for the system to be implemented.</p>
<p><strong>Possible uses</strong></p>
<p>Nowadays there are many possible uses for these systems such as:</p>
<p>• Environmental impact</p>
<p>• Addressing to get from one point to another</p>
<p>• Calculations on different terrain elevation</p>
<p>• Mastery of agronomy to maximize the yield of the land</p>
<p>• Support for mobile devices</p>
<p>• Calculate distances and times between points</p>
<p>• Sampling of real-time traffic</p>
<p>• Support for user interaction with the maps</p>
<p>• 3D Views</p>
<p>•Dividing the maps into regions to associate each one with a special behavior. For example, to define regions of the city of Buenos Aires and show the responsible for garbage collection in the different regions of the city.</p>
<p>• Criminology (may be taken as an example the map of insecurity in the province of Buenos Aires)</p>
<p>• etc etc</p>
<p>These are some of the possible uses for which you can use a GIS system and optimize the interaction between the user and the application. To this uses we can add others that meet specific user requirements.</p>
<p><strong>Different Alternatives</strong></p>
<p>Early in this post we mentioned that there are several alternatives in terms of GIS systems. Probably the most known is Google Maps, but also there are other tools that provide a similar service or software packages to have our own GIS server. But…Why having our own GIS server when we have tools that provide the same service such as Google Maps? Basically the answer lies in fact that, if we use our own server, we have complete control of our data (create them, eliminate them and modify them), the services that we can provide and of the maintenance, while with an existing tool we are “limited” to the API they provide for users.</p>
<p>&nbsp;</p>
<p>Among the most popular GIS systems we find:</p>
<ul>
<li><strong>Google Maps</strong>, of Google Inc.</li>
<li><strong>Bing Maps</strong>, la apuesta de Microsoft`s bid</li>
<li><strong>PostGIS + MapServer + OpenLayers</strong> (OpenSource software package that work together to provide a GIS solution)</li>
<li><strong>SQL Server Spatial</strong></li>
</ul>
<p>We won’t go into depth in each of these solutions because the objective of this post is to introduce the GIS subject and its benefits when used in commercial applications. Later we will delve into each of these alternatives to present them and provide examples along with the appropriate code to learn more of the potential of each system.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/gis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlackBerrys will be manufactured in Argentina</title>
		<link>http://blog.hexacta.com/rim-blackberrys-will-be-manufactured-in-argentina/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rim-blackberrys-will-be-manufactured-in-argentina</link>
		<comments>http://blog.hexacta.com/rim-blackberrys-will-be-manufactured-in-argentina/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 19:49:12 +0000</pubDate>
		<dc:creator>Andrea Sanchez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[RIM]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[Tierra del Fuego]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=570</guid>
		<description><![CDATA[Research In Motion (RIM), the Canadian company that manufactures BlackBerry, announced that they started to manufacture the first smartphones in Tierra del Fuego, Argentina. According to the PR release issued by the company the first Blackberry Curve 8520 smartphones with the latest RIM technology were manufactured by a group of local professionals that were trained in Argentina and abroad too. They also work close to RIM specialists. Brightstar will be in charge of the production and dispatch of the devices. RIM hopes to expand the smartphones portfolio manufactured in Tierra del Fuego. They will soon launch to the Argentinean market Blackberry smartphones with the new operative system BlackBerry 7. The local production through Brightstar is expected to provide support to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexacta.com/wp-content/uploads/2011/10/bb.jpg"><img class="alignleft size-thumbnail wp-image-571" src="http://blog.hexacta.com/wp-content/uploads/2011/10/bb-150x150.jpg" alt="" width="72" height="72" /></a>Research In Motion (RIM), the Canadian company that manufactures BlackBerry, announced that they started to manufacture the first smartphones in Tierra del Fuego, Argentina.<br />
<span id="more-570"></span>According to the PR release issued by the company the first Blackberry Curve 8520 smartphones with the latest RIM technology were manufactured by a group of local professionals that were trained in Argentina and abroad too. They also work close to RIM specialists. Brightstar will be in charge of the production and dispatch of the devices.<br />
RIM hopes to expand the smartphones portfolio manufactured in Tierra del Fuego. They will soon launch to the Argentinean market Blackberry smartphones with the new operative system BlackBerry 7.<br />
The local production through Brightstar is expected to provide support to the telephone operators and retail stores in the whole country. Also to allow RIM to strengthen its local commitment meeting local consumer tastes.<br />
The Ministry of National Industry said that this project implies a $23 million dollars investment and that the company expects to produce 750.000 devices during the first year.</p>
<p>In this way, the national demand for Blackberry equipment will be supplied at first in a 70% by devices produced in Argentina and then will rise to 80% with the incorporation of other models. Blackberry smartphones has the 31% of the local smartphones sales in 2010.<br />
We hope that this fact ends up having positive results since our country makes a big use of mobile devices, especially Blackberry. Considering that the production will be done in Tierra del Fuego, we expect a substantial reduction in the selling price, which makes it much more attractive and also opens the opportunity to export the products to other countries in the south cone.<br />
The global trend indicates that it is important that big mobile companies are encouraged to invest in countries where a good sales strategy is predicted, given that prices for sure will be lower, incrementing in this way the sales. RIM already did this in Malaysia and Brazil so as to open new production routes and now it lands in Argentina with the same purpose and through Brightstar Corporation.<br />
By the end of October we will see the first devices “made in Argentina”. RIM is now part of a group of companies that already installed in Tierra del Fuego such as Sony Ericsson, Alcatel, Motorola, Samsung, LG and Nokia.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/rim-blackberrys-will-be-manufactured-in-argentina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Argentina’s path to e-government</title>
		<link>http://blog.hexacta.com/argentina%e2%80%99s-path-to-e-government/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=argentina%25e2%2580%2599s-path-to-e-government</link>
		<comments>http://blog.hexacta.com/argentina%e2%80%99s-path-to-e-government/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 18:53:15 +0000</pubDate>
		<dc:creator>Andrea Sanchez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[E-Democracy]]></category>
		<category><![CDATA[e-Government]]></category>
		<category><![CDATA[Gov Inbox]]></category>
		<category><![CDATA[ICTs]]></category>
		<category><![CDATA[ONTI]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=555</guid>
		<description><![CDATA[The emergence of New Information Technologies and Communication Technologies (ICTs) in recent decades generated a major impact on the everyday life of society. Being aware of this new reality Governments began to outline the framework for promoting the intensive use of these new technologies to optimize public administration in order to provide better services to citizens, ensure transparency in acts of government, facilitate procedures, reduce costs, generate new spaces for participation and promoting the integration of the domestic to global markets. What does e-Government means? The use of Information and Communication Technologies (ICTs) to redefine the relationship between government and citizens, improve the management and services, facilitate access to public information and support the integration and development of different sectors. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexacta.com/wp-content/uploads/2011/10/egovern.jpg"><img class="alignleft size-thumbnail wp-image-558" src="http://blog.hexacta.com/wp-content/uploads/2011/10/egovern-150x150.jpg" alt="" width="69" height="69" /></a>The emergence of <a href="http://en.wikipedia.org/wiki/Information_and_communications_technology">New Information Technologies and Communication Technologies</a> (ICTs) in recent decades generated a major impact on the everyday life of society.<br />
Being aware of this new reality Governments began to outline the framework for promoting the intensive use of these new technologies to optimize public administration in order to provide better services to citizens, ensure transparency in acts of government, facilitate procedures, reduce costs, generate new spaces for participation and promoting the integration of the domestic to global markets.</p>
<p><span id="more-555"></span><br />
What does e-Government means?<br />
The use of Information and Communication Technologies (ICTs) to redefine the relationship between government and citizens, improve the management and services, facilitate access to public information and support the integration and development of different sectors.<br />
What is the National Electronic Government?<br />
On April 27th 2005 the Decree 378/2005 approved the strategic guidelines that govern the National e-Government and Sectoral Plans for the intensive use of ICT in the bodies of the National Public Administration (APN ).<br />
To this end, the <a href="http://www.sgp.gov.ar/contenidos/onti/onti.html">National Office of Information Technology </a>(ONTI) was created. The ONTI is the governing body for the use of information technology in Public Administration. It is formed by a multidisciplinary group of professionals and specialists in the field. It aims to formulate policies for technological innovation for the transformation and modernization of procedures, as well as promoting the integration of new technologies in the public sector, compatibility, interoperability and promoting technology standardization.</p>
<p>Despite this facts electronic vote is pending. There is still a very poor performance in the process of incorporating electronically to people in decision-making processes. In this, Argentina is far away from the best experiences. Electronic voting is an electoral system based on computers and marketed as E-Democracy. United States was the first to implement it in the late 80&#8242;s. Almost twenty years away from this it is nationally implemented by only four countries: Brazil, India, Venezuela and the United States.</p>
<p>In Argentina there is a clear purpose to migrate to e-vote: 27 bills have been presented to change the ballots by computer and no one yet has succeeded. Local experiences of e-voting took place at the municipal level: Berisso, General San Martín, San Isidro and Vicente Lopez in the general election of October 28th 2007.</p>
<p>The future prospects are encouraging: the increase in the number of computers, internet connections, cell phone users and smartphones in the market is significant. This fact changes the location of Argentina among the countries of the region. Another key element was the performance of official portal www.argentina.gov.ar . It  has developed a number of applications and tools that support e-participation, but still is below Brazil Peru and Chile.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/argentina%e2%80%99s-path-to-e-government/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hexacta sponsors the 4th Latin American Conference on Agile Methodologies</title>
		<link>http://blog.hexacta.com/hexacta-sponsors-the-4th-latin-american-conference-on-agile-methodologies/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hexacta-sponsors-the-4th-latin-american-conference-on-agile-methodologies</link>
		<comments>http://blog.hexacta.com/hexacta-sponsors-the-4th-latin-american-conference-on-agile-methodologies/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 18:12:03 +0000</pubDate>
		<dc:creator>Andrea Sanchez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ágil]]></category>
		<category><![CDATA[Hexacta]]></category>
		<category><![CDATA[Latin American Conference on Agile Methodologies.]]></category>
		<category><![CDATA[Universidad de Palermo]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=551</guid>
		<description><![CDATA[The event that has gathered enthusiastic professionals mostly related to software development for over three years will land in Buenos Aires (Argentina) this year. These will be days where learning, teaching, networking and meeting others will be the norm. This time is in Buenos Aires (Argentina) again where it all began in 2008, after passing through Florianópolis (Brazil) in 2009 and Lima (Peru) in 2010. Hexacta will be participating as a sponsor of the event. The conference will be held from October 11th to October 13th. Participants will have three full days of sessions with local, regional and international experts. Among the Keynote Speakers can find: James Shore was an early adopter of Agile development and he continues to lead, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexacta.com/wp-content/uploads/2011/09/customLogo.png"><img class="alignleft size-full wp-image-552" src="http://blog.hexacta.com/wp-content/uploads/2011/09/customLogo.png" alt="" width="86" height="35" /></a>The event that has gathered enthusiastic professionals mostly related to software development for over three years will land in Buenos Aires (Argentina) this year. These will be days where learning, teaching, networking and meeting others will be the norm. This time is in Buenos Aires (Argentina) again where it all began in 2008, after passing through Florianópolis (Brazil) in 2009 and Lima (Peru) in 2010. Hexacta will be participating as a sponsor of the event. <span id="more-551"></span><br />
The conference will be held from October 11th to October 13th. Participants will have three full days of sessions with local, regional and international experts. Among the Keynote Speakers can find:<br />
James Shore was an early adopter of Agile development and he continues to lead, teach, write and consult on Agile development processes. In 2005 he was an inaugural recipient of the prestigious Gordon Pask Award for Contributions to Agile Practice. James is a popular lecturer and co-author of The Art Of Agile Development (O’Reilly, 2007).<br />
Jeff Patton works currently as an independent consultant, is founder and list moderator of the agile-usability Yahoo discussion group, a columnist with StickyMinds.com and IEEE Software, and a winner of the Agile Alliance’s 2007 Gordon Pask Award for contributions to Agile Development.<br />
Juan Gabardini is a respected testing specialist, an Agile coach, and is personally committed to building an Argentinean and Latin American Agile community (through the Agile Open Tour and Ágiles conferences). He is currently the President of IEEE AR CS, while he keeps developing Software and teaching at the University of Buenos Aires.<br />
The guest speakers participating will be:<br />
Mike Beedle is an entrepreneur that has applied Scrum and Agile to several software companies successfully (New Governance, Quant Traders and Enterprise Scrum). He has been using Scrum, patterns and org patterns since 1995. He is a co-author of the Agile Manifesto, the first Scrum book (Agile Software Development with Scrum), and the first published paper on Scrum in a book, (SCRUM: “An extension pattern language for hyper-productive software development”)<br />
Matt Gelbwaks has more than 25 years of experience leading and coaching management and development teams using agile methods and tools. As a chief engineer, head of development, leadership coach, and program manager, his expertise also includes business process reengineering, and software application lifecycle management.<br />
Robert Galena agile with vast experience in the field of teaching and coaching. Currently being developed professionally and iContact RGalen Consulting Group and has written a book about the role of Product Owner in Scrum. It also tends to participate in international conferences as a speaker, as is the case of Agile 2011!<br />
This year the conference will run for three days including different types of activities.<br />
•        Keynotes by renowned experts such as Jeff Patton, James Shore y Juan Gabardini.<br />
•        Lectures, tutorials and reports of experience introduced by colleagues and special guests from Latin America, United States and Europe.<br />
•        Deep Dive Workshops, with durations from 2 to 8 hours that will allow you to dive into the topics that most interest you.<br />
•        Open Space, where the agenda will be defined by all and will have the opportunity to interact closely with experts and colleagues from the community.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/hexacta-sponsors-the-4th-latin-american-conference-on-agile-methodologies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Argentina: one of the main destinations for outsourcing</title>
		<link>http://blog.hexacta.com/argentina-one-of-the-main-destinations-for-outsourcing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=argentina-one-of-the-main-destinations-for-outsourcing</link>
		<comments>http://blog.hexacta.com/argentina-one-of-the-main-destinations-for-outsourcing/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 14:49:11 +0000</pubDate>
		<dc:creator>Andrea Sanchez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ARGENTINA]]></category>
		<category><![CDATA[Buenos Aires]]></category>
		<category><![CDATA[IT companies]]></category>
		<category><![CDATA[multinational]]></category>
		<category><![CDATA[outsourcing]]></category>
		<category><![CDATA[Rosario]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=540</guid>
		<description><![CDATA[The arrival of multinational computing and IT companies to Argentina began in 1993 when EDS installed its offices in Buenos Aires. EDS is a company from Texas, US. that leads the market of IT services in business solutions. The company operates in 50 countries. Currently in Argentina it holds 1,650 employees among the three centers it has in the country: Buenos Aires, Rosario and Córdoba. From Córdoba the company does software maintenance and develops new Java and .NET projects. 70% of the operations done there comes from clients in Europe or US. In return Córdoba province agreed to pay 7.5% of the salaries for five years, half of the costs of the construction of a building of 4000m2 and exempt [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexacta.com/wp-content/uploads/2011/09/argentina-it2.png"><img class="alignleft size-thumbnail wp-image-543" src="http://blog.hexacta.com/wp-content/uploads/2011/09/argentina-it2-150x139.png" alt="" width="72" height="66" /></a><br />
The arrival of multinational computing and IT companies to Argentina began in 1993 when EDS installed its offices in Buenos Aires. EDS is a company from Texas, US. that leads the market of IT services in business solutions. The company operates in 50 countries. Currently in Argentina it holds 1,650 employees among the three centers it has in the country: Buenos Aires, Rosario and Córdoba. From Córdoba the company does software maintenance and develops new Java and .NET projects. 70% of the operations done there comes from clients in Europe or US. In return Córdoba province agreed to pay 7.5% of the salaries for five years, half of the costs of the construction of a building of 4000m2 and exempt EDS from taxes for ten years.<br />
<span id="more-540"></span>By the end of 2005 Intel and Córdoba signed an intention letter that established the bases for the creation of a Software Development Center, comparable to those already established in China and Russia. The next year Intel opened its Center. Also Intel and the local government signed an agreement that gave birth to the “Argentina Software development center”. This was a long term commitment that established the hiring of professionals, scholarships to academic excellence and activities to benefit the community and the TICs industry.<br />
Skyes one of the main contact centers in US bought the local Apex America, beginning with the landing of multinational capitals in the country to offer exportation services from Argentina to the world.<br />
One year later Google also installed in Argentina a center comparable to other buildings the company has in Brazil, Ireland and US. The reason for Google´s arrival was the Argentinean remarkable talent. This was a competitive advantage over other countries.<br />
The adaptability to other cultures, the availability of bilingual human resources (people that speak English, Italian or German) and even the idiosyncrasies of the provinces were a hook to catch this capitals.<br />
The mexican Sofftek, the french Capgemini and the indian Tata were some of the many companies that chose to put one foot in Argentina to continue developing their business.<br />
Also, there was an important movement among the already installed companies:<br />
IBM had an aggressive growth in all the areas. It currently has 8.600 employees distributed in 7 buildings.  Much of its activity is intended to serve international customers, to provide services from Argentina to the world.<br />
Something similar happened in SAP. The global delivery center operating in the country reports directly to India as business line. It is also a center of telephone support and special services.<br />
In 2010 the employment demand was incremented in a 13.5 %. This was traduced in 7000 jobs.<br />
Regardless of all these positive aspects exposed above there are also some voices of concern about how the region is prepared to face this challenge:<br />
“Despite being considered one of the top destinations for outsourcing, Argentina must make the effort to transcend the current model and evolve to offer products and services with high added value&#8221; said Carlos Rolandelli, vice president of <a title="CESSI" href="http://www.cessi.org.ar/">CESSI</a>, Chamber of Software and Computer Services. The opinion is shared by the bulk of the sector, which is an alarming lack of availability of resources, just when they are facing a new threshold of growth.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/argentina-one-of-the-main-destinations-for-outsourcing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google acquired Motorola Wireless for 12,500 million dollars</title>
		<link>http://blog.hexacta.com/google-acquired-motorolla-wireless-for-12500-million-dollars/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-acquired-motorolla-wireless-for-12500-million-dollars</link>
		<comments>http://blog.hexacta.com/google-acquired-motorolla-wireless-for-12500-million-dollars/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 19:53:44 +0000</pubDate>
		<dc:creator>Andrea Sanchez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[motorola]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=534</guid>
		<description><![CDATA[The atmosphere in the current market is odd and unpredictable. Google´s Android mobile OS emerged and started growing to an unexpected extent, comfortably exceeding  Apple. In the last quarter, 50% of smartphones sold worldwide use  Android, compared to 20% of IOS, the system of the iPhone and iPad. But, which are the main reasons that explain this move? Why Google decided to buy Motorola? 1-Patents: by buying Motorola, Google acquires around 17.000 patents. This will allow Google to defend against an avalanche of lawsuits to its Android software, used in more than 150 million mobile devices worldwide. 2-Hardware division: Google needs a hardware division. Its own business, software and advertising, is much more profitable, but it is also volatile. Motorola [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexacta.com/wp-content/uploads/2011/09/google-motorola.png"><img class="alignleft size-full wp-image-535" src="http://blog.hexacta.com/wp-content/uploads/2011/09/google-motorola.png" alt="" width="96" height="69" /></a>The atmosphere in the current market is odd and unpredictable. Google´s Android mobile OS emerged and started growing to an unexpected extent, comfortably exceeding  Apple. In the last quarter, 50% of smartphones sold worldwide use  Android, compared to 20% of IOS, the system of the iPhone and iPad.<br />
But, which are the main reasons that explain this move? Why Google decided to buy Motorola?<br />
1-Patents: by buying Motorola, Google acquires around 17.000 patents. This will allow Google to defend against an avalanche of lawsuits to its Android software, used in more than 150 million mobile devices worldwide.<br />
2-Hardware division: Google needs a hardware division. Its own business, software and advertising, is much more profitable, but it is also volatile. Motorola has the  know-how, the procedures and the engineering to manufacture devices. Google is now in a much more robust position than before. They have a wide spectrum of possibilities: smartphones, tablets, televisions connected to the web, etc.<span id="more-534"></span><br />
3- Knowledge of the mobile business: Google already tried to produce their own smartphones (Nexus) and the results were poor, not because of the quality of the phones but because of their lack of knowledge of the mobile business. Motorola will provide the expertise of 40 years in the business.<br />
4-Position in the market: Google is now placed in a new position in a battle where it competes at the same time with Microsoft, Facebook and Apple. Its already proven ability to seduce with services will now be reinforced with a hardware division.<br />
The future will only tell if Google will respect Motorola´s culture or if they will try to inject their own. If they go for the second option then they would have only bought a package of patents. But if, instead, they allow Motorola to keep making what they do best, telecommunications engineer, they could have done one of the best transactions.<br />
Nevertheless this represents some risks for Google: leaving the familiar field of software manufacturing to venture in hardware, a business where competition is ruthless. Also this implies to manage manufacturing facilities, inventory, network operators and retailers.<br />
In my opinion, one of the main risks Google faces is attempting against its own business if it alienates with those partners that helped Android to have the greater participation in the global market of OS for smartphones. “Google is in the business of providing software to hardware manufacturers and buying one of those manufacturers won´t be received by the others in the best way” said Charles Golvin, Analyst in Forrester Research. Companies such as HTC Corp and Samsung Electronics Co. that resorted to Android as a way of competing with Apple, probably will balance their bets by creating more devices using the operating system for mobile, Microsoft Corp.<br />
Google announced that the point of the transaction is to boost Android for mobile devices. But only time will tell if this move brings successful results to Google and how the mobile map will be altered.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/google-acquired-motorolla-wireless-for-12500-million-dollars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telcom Industry, Global Economic Melt-down Proved</title>
		<link>http://blog.hexacta.com/telcom-industry-global-economic-melt-down-proved/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=telcom-industry-global-economic-melt-down-proved</link>
		<comments>http://blog.hexacta.com/telcom-industry-global-economic-melt-down-proved/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 19:42:50 +0000</pubDate>
		<dc:creator>Ricardo Farias</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[ITU]]></category>
		<category><![CDATA[telecom]]></category>
		<category><![CDATA[telecommunications industry]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=527</guid>
		<description><![CDATA[This industry covers land lines, mobile phones, broadband Internet connections and a whole host of services accessed through the net among others. It is a Global market worth of 1,400 billion USD. The top 5 telecom companies worldwide by the number of subscribers are China Mobile (522millions), Vodafone Group (333millions), Telefonica (202millions) and AmericaMovil (201millions), most of them have considerably increased their stocks value in the NYSE index in the last 5 years. A cultural shift to a virtual all-day-long connected society, industry innovation and new technologies fueled by growth in emerging economies have made this industry economic-tsunamis proved. Many Latin-American software development companies are riding the wave by focusing their expertise in telecom´s software niches. Especially those in the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexacta.com/wp-content/uploads/2011/09/telecom.jpg"><img class="alignleft size-full wp-image-528" src="http://blog.hexacta.com/wp-content/uploads/2011/09/telecom.jpg" alt="" width="86" height="117" /></a>This industry covers land lines, mobile phones, broadband Internet connections and a whole host of services accessed through the net among others. It is a Global market worth of 1,400 billion USD.<br />
The top 5 telecom companies worldwide by the number of subscribers are <a href="http://www.chinamobileltd.com/" target="_blank">China Mobile</a> (522millions), <a href="http://www.vodafone.com/" target="_blank">Vodafone Group</a> (333millions),<a href="http://www.telefonica.com/" target="_blank"> Telefonica</a> (202millions) and <a href="http://www.americamovil.com/" target="_blank">AmericaMovi</a>l (201millions), most of them have considerably increased their stocks value in the NYSE index in the last 5 years.</p>
<p><span id="more-527"></span><br />
A cultural shift to a virtual all-day-long connected society, industry innovation and new technologies fueled by growth in emerging economies have made this industry economic-tsunamis proved.<br />
Many Latin-American software development companies are riding the wave by focusing their expertise in telecom´s software niches. Especially those in the mobile space are seen their services demand rising into the sky.<br />
Some worth-sharing remarkable facts and insights found on the ITU website “<a href="http://http://www.itu.int/ITU-D/ict/material/FactsFigures2010.pdf" target="_blank">The Word in 2010</a>” free report named “The rise of 3G” are:</p>
<p>By the end of 2010, there will be an estimated 5.3 billion mobile cellular subscriptions worldwide, including 940 million subscriptions to 3G services.<br />
- Access to mobile networks is now available to 90% of the world population and 80% of the population living in rural areas.<br />
- People are moving rapidly from 2G to 3G platforms, in both developed and developing countries. In 2010, 143 countries were offering 3G services commercially, compared to 95 in 2007.<br />
- Towards 4G: a number of countries have started to offer services at even higher broadband speeds, moving to next generation wireless platforms.<br />
- Mobile cellular growth is slowing worldwide. In developed countries, the mobile market is reaching saturation levels with on average 116 subscriptions per 100 inhabitants at the end of 2010 and a marginal growth of 1.6% from 2009-2010.<br />
- At the same time, the developing world is increasing its share of mobile subscriptions from 53% of total mobile subscriptions at the end of 2005 to 73% at the end of 2010.<br />
- In the developing world, mobile cellular penetration rates will reach 68% at the end of 2010 &#8211; mainly driven by the Asia and Pacific region. India and China alone are expected to add over 300 million mobile subscriptions in 2010.<br />
- The total number of SMS sent globally tripled between 2007 and 2010, from an estimated 1.8 trillion to a staggering 6.1 trillion. In other words, close to 200 000 text messages are sent every second.<br />
- In 2010, the number of Internet users will surpass the two billion mark, of which 1.2 billion will be in developing countries.<br />
- Fixed (wired) broadband prices dropped by 42% between 2008 and 2009 but there are huge differences among countries when it comes to the affordability of broadband. This has significant implications for the uptake of ICT services, which is much higher for lower-cost mobile cellular compared to higher-priced fixed broadband.</p>
<p>By Ricardo Farias</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/telcom-industry-global-economic-melt-down-proved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who sets the global “G” family standards?</title>
		<link>http://blog.hexacta.com/who-sets-the-global-g-family-standards/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=who-sets-the-global-g-family-standards</link>
		<comments>http://blog.hexacta.com/who-sets-the-global-g-family-standards/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 13:52:35 +0000</pubDate>
		<dc:creator>Ricardo Farias</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[5g]]></category>
		<category><![CDATA[ITU]]></category>

		<guid isPermaLink="false">http://blog.hexacta.com/?p=523</guid>
		<description><![CDATA[Over the last weeks I have been involved in a company´s marketing initiative regarding mobile technology and I started learning about 4G technology, how it was developed and adopted around the globe. It was fascinating to find out the history of the “G” family and its beginnings, starting from the 1G system introduced by NMT (Nordic Mobile Telephone) in 1981. Then how it was upgraded by its predecessor in the 90s, the 2G or “second generation” primarily using the GSM standard and later on by the 3G (W-CDMA/FOMA), which appeared in 2001 and the more recent breakthrough of 4G. Also, the 5G (5th generation mobile networks) has la long way to go as it is estimated to be finalized by [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.hexacta.com/wp-content/uploads/2011/08/3g.jpg"><img class="alignleft size-full wp-image-524" src="http://blog.hexacta.com/wp-content/uploads/2011/08/3g.jpg" alt="" width="79" height="83" /></a>Over the last weeks I have been involved in a company´s marketing initiative regarding mobile technology and I started learning about 4G technology, how it was developed and adopted around the globe.<br />
It was fascinating to find out the history of the “G” family and its beginnings, starting from the 1G system introduced by NMT (Nordic Mobile Telephone) in 1981. Then how it was upgraded by its predecessor in the 90s, the 2G or “second generation” primarily using the GSM standard and later on by the <a title="3g" href="http://en.wikipedia.org/wiki/3G" target="_blank">3G</a> (W-CDMA/FOMA), which appeared in 2001 and the more recent breakthrough of 4G.<span id="more-523"></span><br />
Also, the <a title="5g" href="http://en.wikipedia.org/wiki/5G" target="_blank">5G</a> (5th generation mobile networks) has la long way to go as it is estimated to be finalized by 2020.  It is expected that this generation will have an increase in maximum throughput. Also, it will lower battery consumption and outage probability. It will higher bit rates in larger portions of the coverage area. It will be cheaper or no traffic fees due to low infrastructure deployment costs and it will have a higher aggregate capacity for many simultaneous users.<br />
It seems that it takes over 10 years to develop each generation and launch the new version into the market.<br />
When I got into more detail, I found out that the standards for mobile networks are set by the <a title="itu" href="http://www.itu.int/en/about/Pages/history.aspx" target="_blank">ITU</a>, an UN agency for information and communication technologies. The ITU allocates the global radio spectrum and satellite orbits. Also, this UN agency develops the technical standards that ensure networks and technologies seamlessly interconnectivity, and strive to improve the access of ICTs to underserved communities worldwide.<br />
“These ITU standards, called recommendations, are fundamental to the operation of today’s ICT networks. Without ITU standards you couldn’t make a telephone call or surf the Internet. For Internet access, transport protocols, voice and video compression, home networking, and myriad other aspects of ICTs, hundreds of ITU standards allow systems to work – locally and globally.” According to the ITU website <a href="http://www.itu.int/en/about/Pages/whatwedo.aspx">http://www.itu.int/en/about/Pages/whatwedo.aspx</a></p>
<p>More about ITU<br />
ITU was founded in Paris in 1865 as the International Telegraph Union. It took its present name in 1934, and in 1947 became a specialized agency of the United Nations. Although its first area of expertise was the telegraph, the work of ITU now covers the whole ICT sector, from digital broadcasting to the Internet, and from mobile technologies to 3D TV. An organization of public-private partnership since its inception, ITU currently has a membership of 192 countries and some 700 private-sector entities. ITU is headquartered in Geneva, Switzerland, and has twelve regional and area offices around the world.</p>
<p>By Ricardo Farias</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hexacta.com/who-sets-the-global-g-family-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

