nextwebgen.com

The Next Generation Web Now

BioWizard Launches Version 2.0 (SYS-CON Media)

Filed under: Web 2.0 News — Yahoo! News Search Results for web 2.0 at 12:00 pm on Wednesday, February 28, 2007
BioWizard, LLC (http://www.biowizard.com/), an online information and communications portal specifically designed for the biomedical research community, today announced version 2.0 of its free, web- based community targeted to the life science marketplace. As a central resource for the dissemination of scientific information, BioWizard.com enables life scientists and physicians to expand their ...

Symfony Unobtrusive JavaScript Plug-In

Filed under: Web 2.0 News — Dion Almaer at 11:15 am on Wednesday, February 28, 2007

François Zaninotto has been talking about a new Unobtrusive JavaScript Plug-In for symfony.

Simple Example

PHP:

  1.  
  2. <div id=“foobar”>
  3.   I‘m here !
  4. </div>
  5. <?php UJS("$(’#foobar’).css(’display’, ‘none’)") ?>
  6.  

How it is generated

PHP:

  1.  
  2. <?php UJS_write(‘<a href="#" onclick="$(\’#foobar\’).toggle();return false;">click me’) ?>
  3. <div id=“foobar”>
  4.   I‘m here !
  5. </div>
  6. <?php UJS_change_style(’#foobar’, ‘display:none’) ?>
  7.  

this becomes…

HTML:

  1.  
  2. <span style=“display: none” class=“UJS_placeholder” id=“UJS_0″></span>
  3. <div id=“foobar”>
  4.   I’m here !
  5. </div>
  6. //  <![CDATA[
  7. $().ready(function(){
  8.     $(‘#UJS_0′).after(‘<a href="#" onclick="$(\’#foobar\’).toggle();return false;">click me’);
  9.     $(’#UJS_0′).remove();
  10.     $(’#foobar’).css(’display’, ‘none’);
  11.  })
  12. //  ]]>
  13. </script>
  14.  

Logoworks Named to the NEXT NET 25 - Business 2.0 Magazine’s Guide to the Hottest Web 2.0 Companies (Market Wire via Yahoo! Finance)

Filed under: Web 2.0 News — Yahoo! News Search Results for web 2.0 at 11:02 am on Wednesday, February 28, 2007

Logoworks announced today it has been named to Business 2.0 Magazine’s NEXT NET 25, the magazine’s “guide to the hottest Web 2.0 companies” for 2007. The NEXT NET 25, which appears in the publication’s March 2007 issue, highlights the 25 startups the magazine says have the ability to stand out on their path to potential future success.

IBM partners with Google for business Web 2.0 push - iT News

Filed under: Web 2.0 News — web 2.0 - Google News at 10:37 am on Wednesday, February 28, 2007

IBM partners with Google for business Web 2.0 push
iT News, Australia - 33 minutes ago
This latest development in the world of mash-ups and composite apps is more proof that big IT companies are pushing heavily into the world of Web 2.0. ...
IBM Brings Google Gadgets to Corporate Portal Users WebWire (press release)
WebSphere Greets Google Gadgets IDM.net.au
IBM Goes Goo-Goo For Gadgets InternetNews.com
all 37 news articles

Google Apps, Enlisted for Delivery of Complete Enterprise Web 2.0 … - WebSite Host Directory (press release)

Filed under: Web 2.0 News — web 2.0 - Google News at 10:00 am on Wednesday, February 28, 2007

Google Apps, Enlisted for Delivery of Complete Enterprise Web 2.0 ...
WebSite Host Directory (press release), OR - 3 hours ago
Louis Naugès, President of Microcost offered, "We at Microcost have for some time had a very clear vision of what enterprise Web 2.0 can do for our clients ...

Does Web 2.0 matter to your business? - Bizcommunity.com

Filed under: Web 2.0 News — web 2.0 - Google News at 9:34 am on Wednesday, February 28, 2007

Does Web 2.0 matter to your business?
Bizcommunity.com, South Africa - 3 hours ago
Most of this has to do with something we call Web 2.0 - an extension of what you and I already do every day: interact with the world. ...

GWT-Spring Integration Demistified

Filed under: Web 2.0 News — Dietrich Kappe at 9:30 am on Wednesday, February 28, 2007

Gabi S. in what appears to be her first blog post has already started off with a bang. In tutorial form she shows how to integrate GWT with Spring.

To integrate [the GWT application] with Spring we only have to register our GWT servlet in our web.xml so we can simply use Spring's ServletForwardingController to call services by name. We also have to modify a bit our GWT client to reflect a path change we have to do...The ServletWrappingController [defined in the Spring application context] controls the RemoteServiceServlet's lifecycle completely, emulating the servlet-container.

So once you have instantiated your GWT services with Spring, you are free to use all of that good stuff, like inversion of control (IoC), aspect oriented programming (AOP), etc. For those wanting a quick overview of Spring, the "swiss army chainsaw of Java and .NET frameworks," have a look here.

Note: we are using Spring on the server side here, not the client side. For IoC in the browser, see the earlier post on JDA.

Web 2.0, BPM 2.0, BI 2.0: How Many 2.0’s Do We Need? - B-EYE-Network

Filed under: Web 2.0 News — web 2.0 - Google News at 9:15 am on Wednesday, February 28, 2007

Web 2.0, BPM 2.0, BI 2.0: How Many 2.0’s Do We Need?
B-EYE-Network, CO - 8 hours ago
It all started with Web 2.0, which has its origins in a series of Web development conferences started in 2004 by O’Reilly Media and MediaLive International ...
The US Department of Defense Goes Web 2.0 B-EYE-Network
all 2 news articles
« Previous PageNext Page »