A compilation of today's news of interest:
|
Java EE 6 builds on the Ease of Development theme of its predecessor and Roberto's latest post sketches the new additions, which includes the improvements in Servlet 3.0 (tune in to Rajiv's presentation on Dec 4th), JAX-RS, JSF 2.0, EJB 3.0, WebBeans, Bean Validation and more. Roberto's webinar is on Dec 18th. Jim has a series of posts showing the benefits of JSF 2.0; the latest entry shows how to write a Spinner Component, and then how to Adding Styles to it and, then, making the implementation Fully Reusable. Check it out! Juien created a new IzPack installer for GlassFish v3; check out the GFv3 Installer, a description of the New Features developed for it, and the corresponding IzPack 4.1.1 announcement. I'm a fan of Tufte, so it is very pleasant to see a reference to his work in Paul Murphy's Review at ZDNet of our recent OpenStorage release. Paul refers to the systems ability for real time monitoring and action (like in this screenshot); hopefully we will see more exploration of these principles in the industry. Thanks to Brian for the tip. The biggest news for Sun this week was Friday's Restructuring announcement (PR, Tim O'Brien, The Register). It is still early so just some observations based on publicly available information: GlassFish is mentioned prominently (and positively) in all the news pieces; it will be good to be closer to the MySQL folks; we will all miss Rich Green; by all metrics GlassFish adoption continues to grow (see, for example, Admin Ping Map). |
A compilation of today's news of interest:
|
Java EE 6 builds on the Ease of Development theme of its predecessor and Roberto's latest post sketches the new additions, which includes the improvements in Servlet 3.0 (tune in to Rajiv's presentation on Dec 4th), JAX-RS, JSF 2.0, EJB 3.0, WebBeans, Bean Validation and more. Roberto's webinar is on Dec 18th. Jim has a series of posts showing the benefits of JSF 2.0; the latest entry shows how to write a Spinner Component, and then how to Adding Styles to it and, then, making the implementation Fully Reusable. Check it out! Juien created a new IzPack installer for GlassFish v3; check out the GFv3 Installer, a description of the New Features developed for it, and the corresponding IzPack 4.1.1 announcement. I'm a fan of Tufte, so it is very pleasant to see a reference to his work in Paul Murphy's Review at ZDNet of our recent OpenStorage release. Paul refers to the systems ability for real time monitoring and action (like in this screenshot); hopefully we will see more exploration of these principles in the industry. Thanks to Brian for the tip. The biggest news for Sun this week was Friday's Restructuring announcement (PR, Tim O'Brien, The Register). It is still early so just some observations based on publicly available information: GlassFish is mentioned prominently (and positively) in all the news pieces; it will be good to be closer to the MySQL folks; we will all miss Rich Green; by all metrics GlassFish adoption continues to grow (see, for example, Admin Ping Map). |
Talent6, a San Francisco based entertainment company has been selected as a winner in the WebAward Competition for Entertainment Standard of Excellence and Online Community Standard of Excellence. The Web Marketing Association is the producer of the WebAward Competition. Now in its 12th year, the WebAwards is the premier annual website award competition that names the best Web sites in 96 industries while setting the standard of excellence for all website development. The goal for our new web site is to provide our talents with maximum exposure to casting directors searching for new talent and thousands of casting call opportunities nationwide. We hit our goals perfectly with the new site and this award from WebAwards, confirms it America’s Next Top Model
Talent6 Entertainment Standard of Excellence Award is in good company with fellow award winners, such as, Disney, USA Networks, American Idol Live, 50th Annual Grammy Awards and Rogers & Hammerstein Organization.
Talent6 provides casting calls nationwide for just about everyone and anyone wanting to get their start in the entertainment industry working as an extra in Movies, TV Shows, Modeling and Music Videos. Talent6 works with some of the biggest network shows and movies in Hollywood, as well as, short independent films, dance, music and theatrical productions. John T. Williams, Marketing Director at Talent6, says, “The goal for our new web site is to provide our talents with maximum exposure to casting directors searching for new talent and thousands of casting call opportunities nationwide.”
talent
6
igor
talent6
Talent6.com
reiant

The Dubai Ziggurat - Eco-Friendly Self-Sustaining Pyramid for 1 Million People!
Dubai seems to always spark the public’s interest with things like the tallest buidling in the world.
Well, here’s another great idea that might make it to production, an eco-friendly self-sustaining pyramid that can house 1 million people.
The size of the pyramid should be huge but shouldn’t be a hard task for Dubaians who are already building the tallest building in the world.
The Mayans and Egyptians constructed incredible feats of architecture able to weather the test of time, but they had no idea their pyramids would inspire the shape of the latest carbon-neutral super-structure to hit Dubai. Dubai-based environmental design firm Timelinks recently released some eye-catching renderings of the gigantic eco pyramid - aptly named Ziggurat - with plans for its official unveiling scheduled for the Cityscape Dubai event which runs October 6-9 of this year. The ginormous pyramid will cover 2.3 square kilometers and will be able to sustain a “community” of up to 1 million.
via inhabitat
Brought to you by: Zedomax.com
The Dubai Ziggurat - Eco-Friendly Self-Sustaining Pyramid for 1 Million People!
A+Featured Earth, architecture, Architecture, cityscape dubai, Consumer, Cool, Design, Earth, Eco-friendly, Educational, egyptians, Entertainment, environmental design, feats, Industrial, inhabitat, mayans, october 6, pyramid, pyramids, renderings, shape, Solar, square kilometers, tallest building in the world, test of time, unveiling, World records, ziggurat
Entertainment
building
architecture
6
eco-friendly
environmental
renderings

Here’s a really cool steel watch ring you can wear. I am not sure if the watch itself is just for looks or it works but it’s a really cool watch ring indeed.
17 Jewels Antique Steel Watch Part with TONS of Detail and natural rubies Adjustable Ring
It has an antique steel watch part showing the detailed inner parts of the watch and all of those red stones are natural RUBIES with an oval shape. It is approx. 3/4 inch across.
The ring is an adjustable one, that starts at size 6 and can increase from there. I am a size 5 3/4 ring finger and it fits nicely on me before extending out.
Brought to you by: Zedomax.com
antique steel, Consumer, Cool, cool steel, Design, Entertainment, Gadgets, jewels, natural rubies, oval shape, ring finger, size 6, Steampunk, steel watch, watch part, WatchesOn Windows® - but I guess it’s the same on another O.S. that does not support cluster - I noticed the following behavior when trying to execute a CREATE LOGFILE GROUP syntax like this:
CREATE
LOGFILE GROUP `test`
ADD UNDOFILE ‘test’
INITIAL_SIZE = 33M
UNDO_BUFFER_SIZE = 8M
ENGINE = NDBCLUSTER;
In v.5.1.25-rc, v.5.1.24-rc and v.5.1.23-rc, only SQL warnings are shown:
mysql> CREATE
-> LOGFILE GROUP `test`
-> ADD UNDOFILE ‘test’
-> INITIAL_SIZE = 33M
-> UNDO_BUFFER_SIZE = 8M
-> ENGINE = NDBCLUSTER;
Query OK, 0 rows affected, 2 warnings (0.01 sec)
mysql> SHOW WARNINGS;
+———+——+————————————————————————————————+
| Level | Code | Message
|
+———+——+————————————————————————————————+
| Warning | 1286 | Unknown table engine ‘NDBCLUSTER’
|
| Error | 1478 | Table storage engine ‘MyISAM’ does not support the create option ‘TABLESPACE or LOGFILE GROUP’ |
+———+——+————————————————————————————————+
2 rows in set (0.00 sec)
In v.6.0.5-alpha a SQL error occurs:
mysql> CREATE
-> LOGFILE GROUP `test`
-> ADD UNDOFILE ‘test’
-> INITIAL_SIZE = 33M
-> UNDO_BUFFER_SIZE = 8M
-> ENGINE = NDBCLUSTER;
ERROR 1478 (HY000): Table storage engine ‘MyISAM’ does not support the create option ‘TABLESPACE or LOGFILE GROUP’
This difference can generate a bug in your applications if you were using code like this:
IF mysql.error = 0 THEN
ok, post-creation operations
ELSE
error, do nothing
In fact, the code above is correct if used on v.6.0.5 but it is wrong if used on v.5.1.25 (the application executes the post-creation operations even if the logfile group hasn’t been created).
I don’t remember exactly which version, but an old 5.1.x version had the same behavior of v.6.0.5 - i.e. SQL error - and that was the reason why I coded in that way.
Well.. one more application-bug discovered while testing the version 6.0.5-alpha of the server.
This afternoon I changed the code in this way:
IF (mysql.error = 0 AND mysql.warnings=0) THEN
ok, post-creation operations
ELSE
error, do nothing
uhmm, I would like to read such changes (errors -> warnings) in the internal mailing list or in the release notes file of the server (indeed, I’m not sure if it’s included in the chapter “Changes in release 5.1.x”).
Moral:
The list of winners for the 2005 Washington Blues Society (WBS) Best of Blues awards with link to the WBS web site. wbs blues project management proces …
management,
process,
wbs
6
Blues
professional
point
for
the
prescription
The WBS Blues Ball held each Winter at the Cotillion Ballroom offers local musicians an opportunity to play together for their admiring fans in a historical …
management
6
Blues
professional
point
for
the
management,
project
wbs