Big Blog

Arts & Culture
Biological Science
Blog Watch
Computer Games
Computer Security
Cricket
Data Privacy
Developer
Domain Names
E-commerce
Gadgets
General Science
Handhelds
IP & Patents
Java
Linux
MP3
Nanotech
Online Auctions
Online Legal Issues
Open Source
Personal Finance
Photography
Quirky
Robotics
Search Engines
Space Science
Top Internet
Top Stories
Top Tech
Video Games
Web Developer
Webmaster Tips
XML & Metadata
{Home}



Boldly Go Where the Java Language Has Never Gone Before and JVM Clustering in the Real World Expert Webcast: related news

Boldly Go Where the Java Language Has Never Gone Before and JVM Clustering in the Real World - Expert Webcast

Developers don't have to learn a new language to touch other application domains. A new development trend focuses on achieving functionalities not provided by the JVM with the standard Java programming language.

Real-time Linux in real time

The increasing market demand for systems characterized by low-latency, deterministic behavior and the emphasis on the use of commodity hardware and software have led to a new breed of real-time operating systems (OSs), known as enterprise real-time OSs. In response to the demand for accelerated access to such features in a Linuxâ„¢ kernel, the IBM Linux and Javaâ„¢ Technology Centers collaborated to provide the first commercially available enterprise real-time Linux kernel with real-time Java support. Extending the PREEMPT RT patch from Ingo Molnar of Red Hat, Inc., the kernel contains additional features that were required to meet the demands of enterprise real-time OS customers. This paper describes how IBM developers helped to direct, implement, and test the real-time Linux kernel, bringing it from software patches to a finished produc

Java, Where to Start?

I'm a web developer who has design and programming experience. So, VB, ASP, PHP, Coldfusion, Perl, even C and C++ I have in my belt. I also use Dreamweaver and/or do a lot of my HTML/XHTML/JavaScript coding by hand. So, the DOM, DHTML, etc, all good to me and even OOP thinking and design I have when I code. And I even have MySQL and other databases, again, not an issue here. So, my weak point is — Java — I see so many jobs out there with J2EE, Hibernate, Eclipse, Netbeans. Beside the obvious, which is to learn Java the core language, I don't know where else to go from there. There is so much! What should I read? in what order? What software do I require? UML? Swing? I mean, what is the curriculum required for someone to say they are a solid Java developer? Even assuming I have to go through Java itself, what are the good books out the

The case for Java modularity

The lack of an effective modular programming model has frustrated Java developers since the Java platform's infancy. Until recently no single solution had stuck. In this article, Jeff Hanson explains why modularity is a next evolutionary step for the Java platform. He then surveys the two JSRs that propose to bring modularity to Java 7 -- JSR 291: Dynamic Component Support for Java SE and JSR 277: Java Module System. Both would bring the programming model popularized by OSGi to the Java platform, but they differ -- sometimes greatly -- in execution and philosophy.

Real-Time Java Aonix Supports VxWorks

Aonix, the provider of the PERC product line for embedded and real-time Java developers, announces the release of PERC Ultra 5.1 cross development and target support on Wind River's VxWorks 6.6 real-time operating system and Wind River Workbench development suite. With more than 1 million field systems in markets such as aerospace, defense, telecommunications, industrial control and robotics, PERC Ultra well suits the broad real-time market leadership of VxWorks. These joint solutions will enable developers to take advantage of Java language capabilities while ensuring that critical deterministic behavior requirements can still be met.

Where Has All My Spam Gone?

An anonymous reader writes "I have my own domain, which has its own email server, where I receive all my personal email. I've been getting about 800 emails a day, of which perhaps 20 are real. Suddenly, Sunday or Monday evening, the spam pretty much stopped. My volume of mail has plummeted to less than 100 a day, and as far as I can tell, I'm not missing any real mail — I'm still getting the email list subscriptions I'm expecting, and every time I ask someone to send me a test message, it gets through. My domain host insists that it doesn't do any spam filtering before mail gets to my inbox, and that they've changed nothing about their configuration. I run SpamAssassin on my server to mark, but not delete, spam, and download the whole mess to my home client, and I'm still seeing the occasional message tagged by SpamAssassin.

Discussing Java code quality and Enerjy Software - Vendor Webcast

This Videocast discusses methods for monitoring and improving the quality of Java code. Discover how attitudes have evolved towards "quality driven" development and explore how to measure the quality of open-source Java projects. Learn how metrics and combinations of metrics can serve as predictors for isolating Java code bugs. Explore how an Eclipse plug-in can be used to effectively compare Java code with open source projects. Gain insight into various Java code quality initiatives which are being designed to enhance the quality of software projects.

Java tool market disintegrating

Even as the Java platform enjoys record popularity because of such new languages as JRuby, Groovy, Scala and the coming JavaFX, the language appears to be declining. The most common measure of language popularity, the Tiobe Programming Community Index, shows that Java holds slightly more than a 20% share. In 2001, that number was just short of 26%. Except for a brief statistical anomaly, the trend has been consistently downward during the intervening years. (For the purpose of painting a complete picture, I should point out that at the current levels, Java is still ensconced in first place. C, perpetually in second place, is at 15%. Then come Visual Basic, PHP and C++, which are all in the 10% to 11% range—and the only other languages with shares in double digits.

To Boldly Go Where No Mento Has Gone Before

rjwoodhead writes "This past weekend, my entire family learned what it's like to float in freefall aboard G-Force One (recently featured on the Mythbusters' Moon Hoax show). Being science-lovers, we wanted to do some kind of original experiment. So we decided to test whether the Diet Coke & Mentos reaction was affected by the lack of bubble convection in microgravity. At the link you can find the story of how the experiment evolved and how we talked Space Adventures into letting us fool around with sticky and corrosive cola and candy inside their nice clean airplane, as well as high-speed video of the results."

The New and Improved Next-Gen Java Applet Plug-in Technology

Next-Generation Java Plug-in Technology (available in the Java SE 6 Update 10, has breathed new life into Java applet technology for delivering programs over the web. At least that is what Dana Nourie and Kenneth Russell contend in their article entitled "Next Generation in Applet Java Plug-in Technology." Nourie and Russell write that the next-generation Java Plug-in offers a completely redesigned architecture that provides powerful new capabilities to applets in the web browser, while improving the overall reliability and functionality of applets in a backward-compatible manner. Among the benefits one might expect from next-gen applet technology are:

LAS VEGAS MARKET OFFERS ONLINE VIDEO OF NEXT SEASON?S HOME FURNISHINGS TRENDS LAS VEGAS ? World Market Center has launched an online on-demand video showcasing the new fashion-forward products introduced during the recent Summer Las Vegas World M

LAS VEGAS – World Market Center has launched an online on-demand video showcasing the new fashion-forward products introduced during the recent Summer Las Vegas World Market.

Troubleshooting tool for Java offered

Sun on Tuesday announced availability of Java VisualVM, an open-source GUI tool for troubleshooting and profiling Java applications. Users can view detailed information about Java applications while they are running on a JVM (Java Virtual Machine). Billed as an all-in-one troubleshooting tool, VisualVM integrates several command line JDK (Java Development Kit) tools and profiling capabilities. It enhances monitoring and performance analysis, according to Sun.

Introducing Raven: An Elegant Build for Java

There's a first step that every single Java project has to go through: setting up a build system. And often before that, choosing a build system. There hasn't been much improvement in the Java world in this area for quite a while; Ant 1.1 was released in July 2000 and Maven was created in 2004.

TJAT Provides Messaging Solutions to World?s Lowest Cost Smart Phone for Third World Countries at Mobile World Congress

Home > Online Press > TJAT Provides Messaging Solutions to World’s Lowest Cost Smart Phone for Third World Countries at Mobile World Congress

What Does the Future Hold for the Java Language?

Before Java I was a Smalltalk guy. I remember switching from one language to the other and the tipping point that you reach when you’ve mastered the new language and how many months it takes, not to mention the years, to do really good design and know-how, which patterns to apply and how to avoid mistakes, understand performance issues, and so forth. I recently had to look at some Smalltalk code and realized that after spending a period away it was hard to figure out what to do – I definitely wouldn’t call myself a competent Smalltalk programmer anymore.

An Introduction to Real-Time Java Technology

Real-time computing is often associated with high speed, but this is only one part of the picture. At its core, real-time computing is about predictability -- the knowledge that the system will always perform within the required time frame. The deadlines involved need not be very short -- though they sometimes are -- and the consequences of missing a deadline may not be dire -- though they sometimes are. The key to whether an application is a real-time one has to do with whether its requirements include temporal constraints.

Taiwan market: Soft-World to launch third online game developed by China-based Perfect World

Soft-World International, the largest developer/operator of online games in Taiwan, at a June 30 press conference announced the launch of Zhuxian Online, developed by China-based Beijing Perfect World, in the Taiwan market. This is the third Beijing Perfect World game Soft-World will operate, the latter indicated.

Are Java Developers, Architects, and Technical Managers Becoming Java Dinosaurs?

With the rapid evolution that Java and open source frameworks have made since the release of J2EE, enterprise Java IT seems to be producing too many Java dinosaurs. Developers, technical managers, or architects who no longer pursue their technical skills don't understand the evolution of JEE in comparison to J2EE, persistence frameworks, IOC frameworks, Web frameworks, or Web 2.0 and its effects on enterprise Java. Yet decisions are made based on out-of-date J2EE experience.

Sun Microsystems (JAVA) NewsBite - JAVA Hits 52-Week Low

Sun Microsystems (NasdaqNM: JAVA) hit a new 52-Week low of $8.32 so far today. Currently the stock is down $0.09 (-1.05%) to $8.49 on 4,530,340 shares traded. Today's low is down $16.55 from a 52-Week high of $25.04. Sun Microsystems stock has been showing support around $8.29 and resistance in the $9.11 range. Technical indicators for the stock are bearish and S&P gives JAVA a negative 2 STARS (out of 5) sell ranking. If you are looking for a hedged play on JAVA the stock seems like it could be a candidate for a January out-of-the-money bear-call credit spread above the 11 range. [ABR-Seven Summits Strategic Investments NewsBite]

NHL 2K9 Has Gone Gold For Xbox 360, Playstation 3, and Nintendo Wii

2K Sports today announced that the highly anticipated hockey title, NHL 2K9, has gone gold and is now ready for production for Xbox 360 video game and entertainment system from Microsoft, Wii home video game system from Nintendo, PLAYSTATION 3 and PlayStation 2 computer entertainment systems. Dedicated fans will enjoy this on-the-ice experience like never before as NHL 2K9 brings the fun back to hockey video games on September 9 in North America.

Google Web Toolkit: Finally Java Has Been Put into JavaScript!

For many years, Java and web developers alike have had to explain to the unwitting that JavaScript had absolutely nothing to do with Java. It was one of the great marketing gaffes of the mid-90s. They were no more alike than chalk and cheese. But in the last six months, I've had to lay down my placard and walk away from the picket line with a smile on my face and a skip in my step. Finally Java has been put into JavaScript.

The Right Time for Real Time Java

Faced with the demands of mission-critical applications, many enterprise developers have pushed the Java language and the Java Virtual Machine (JVM) to the limit. The most common issue seen in transactional environments is achieving predictable response time or latency – in other words, the time it takes the system to respond to a request or to move a transaction through the IT infrastructure. In such environments, Garbage Collection (GC) moves from being a valued feature to a major headache.

The Right Time for Real Time Java

Faced with the demands of mission-critical applications, many enterprise developers have pushed the Java language and the Java Virtual Machine (JVM) to the limit. The most common issue seen in transactional environments is achieving predictable response time or latency – in other words, the time it takes the system to respond to a request or to move a transaction through the IT infrastructure. In such environments, Garbage Collection (GC) moves from being a valued feature to a major headache.

MarkMail Enables Developers to Tap Into Java Brain Trust by Incorporating java.net Mail Archives

Mark Logic® Corporation, provider of the industry's leading XML content platform, today announced that MarkMail, a free service for searching mailing list archives available at http://markmail.org/, has added group messages from the highly influential java.net community. In cooperation with CollabNet, the leading provider of solutions for distributed software development and the system that powers http://java.net, more than 975,000 emails were loaded into the MarkMail system. The java.net community members now have the ability to seamlessly query across the structured and unstructured parts of email, including attachments, and unlock the tremendous value embedded in these messages.


Search News:


Copyright © 2001-2008 Jonathan Hedley