Linux.com

NewsVac: News from around the Web

  • Interacting with Databases through the Java Persistence API 12 months ago
    The Java Persistence API (JPA) is an object relational mapping API. Object relational mapping tools help us automate mapping Java objects to relational database tables. Earlier versions of J2EE used Entity Beans as the standard approach for object relational mapping. Entity Beans attempted to keep the data in memory always synchronized with database data, a good idea in theory, however, in practice this feature resulted in poorly performing applications.
  • Bug fixes for Java on OS X 1 year, 1 month ago
    Everyone knows that Mac is safer than Windows because almost all malicious software targets Windows. But every rule has exceptions, and in this case, the exception has been Java.
  • Using Prototype Property in JavaScript 1 year, 3 months ago
    In this article by Stoyan Stefanov, you'll learn about the prototype property of the function objects. Understanding how the prototype works is an important part of learning the JavaScript language. After all, JavaScript is classified as having a prototype-based object model. There's nothing particularly difficult about the prototype, but it is a new concept and as such may sometimes take some time to sink in. It's one of these things in JavaScript (closures are another) which, once you "get" them, they seem so obvious and make perfect sense. As with the rest of the article, you're strongly encouraged to type in and play around with the examples; this makes it much easier to learn and remember the concepts.
  • Book review: Java Power Tools 1 year, 4 months ago
    An IDE is only the first and most obvious component of a complete development environment. There are build tools, source control, unit testing frameworks and a whole bunch of other tools that together make up the software development eco-system. It is this diverse and interlocking set of tools that is the focus of Java Power Tools, rather than this or that IDE (NetBeans or Eclipse, for example).
  • Sun sheds light on its open-source future 1 year, 4 months ago
    "Sun UK's chief open-source officer, Simon Phipps, has a high-profile role to play as the company aims to complete its move to 100 percent open software development. Echoing the words of James Gosling, the father of the Java programming language, Phipps said that, after more than a decade of Java development, the time is right for "the next chapter" in software programming .... "
  • Eclipse Ganymede at a glance 1 year, 5 months ago
    Discover how the Eclipse Ganymede release of 24 projects showcases the diversity and innovation going on inside the Eclipse ecosystem. Get an overview of several Ganymede projects, along with resources to find out more information.
  • TechBookReport on 'Groovy Recipes' 1 year, 5 months ago
    Now that Java platform is being recognised as a key asset to be exploited by programming languages other than Java, we've seen a flurry of activity in the area of dynamic/scripting languages. While JRuby has had plenty of support from Sun - including significant levels of support from NetBeans - there is also plenty of interest from in the Groovy programming language. For many Java developers the progression to Groovy rather than Java makes a lot of sense - the language has been expressly designed to make the most of a developer's existing Java skill set. And, for those looking for a good introduction there's the very wonderful 'Groovy In Action' to draw upon.
  • Microsoft to Help Eclipse 1 year, 8 months ago
    In a surprise announcement, Microsoft says it will work with the Eclipse Foundation on Java/Windows interoperability.
  • Sun will make Java work for iPhone 1 year, 8 months ago
    The company will make Java Virtual Machine available by June to enable Java apps for Apple's smartphone.
  • TechBookReport on 'Next Generation Java Testing' 1 year, 10 months ago
    Most technical books fall into one of two categories: either extolling a particular language, framework or tool or else a book on a particular process, development technique or theory. In the case of 'Next Generation Java Testing' we've got a book that does a bit of both. On the framework side of things the book looks at TestNG, a Java testing framework that goes beyond the current de facto choice of JUnit. And on the process side of things we have a book that dares to suggest that there are limitations in the whole idea of unit-testing in the context of Test-Driven Development.
  • TechBookReport on 'Tomcat: Definitive Guide' 1 year, 10 months ago
    Tomcat is the world's most popular Java servlet and JSP container, without question. It's a key part of the open source stack that powers many web applications - both in the enterprise and on the internet. However, if we're honest getting Tomcat installed, configured and tuned is no easy task in many cases, particularly for more complex applications. Tomcat: The Definitive Guide aims to be just that, the definitive guide to all aspects of Tomcat installation, configuration and administration. Specifically the book covers Tomcat 5.5 and Tomcat 6.0, though the latter is recommended by the authors and gets most of the attention.
  • Open source Java could result in port to iPhone 2 years ago
    "With the first anniversary of open-source Java this week, a Sun Microsystems Inc. official said he believes the project could bear a sought-after fruit in the Java community: the porting of Java to Apple Inc.'s iPhone..."
  • Reduce lock contention and improve performance 2 years, 1 month ago
    The IBM Lock Analyzer for Java, available from alphaWorks, provides real-time lock monitoring on a running Java application. It highlights threads suffering from lock contention that could be hurting application performance. This article introduces the IBM Lock Analyzer for Java, explains the architecture on which it is built, and provides some thoughts about the tool's future direction.
  • TechBookReport on 'Scripting In Java' 2 years, 1 month ago
    While Java the programming language may not be the hot topic it once was, Java the platform is coming increasingly to the fore. And, at the forefront of this are the dynamic languages that make full use of the Java Virtual Machine (JVM): Jython, JRuby, JavaScript, Groovy and the like, as well as the old stalwart and pioneer Beanshell (written by Pat Niemeyer of Learning Java fame). With dynamic JVM languages flowering all over the place, Scripting In Java is a timely little book for those hoping to get to grips with the topic.
  • Speed up developing Rich Internet Applications using OpenSwing and Spring 2 years, 1 month ago
    OpenSwing is an opensource library of advanced Swing components, including a powerful grid control, that can be used, as the other controls, directly in the UI designer of the IDE: grid control and grid columns can be added using the UI designer and their properties can be defined using the properties inspector too. All controls are binded to POJO objects and data binding mechanism is provided to both grids and Form panels of controls. Supported IDEs are NetBeans, JDeveloper (untuil 2006 version), Eclipse (using Window Builder plugin) and JDeveloper. Using OpenSwing it is possible to develop both Desktop applications and Rich Internet Applications, i.e. two tier and three tier applications. Spring, Hibernate and iBatis integration with OpenSwing is available too.
  • More News

Linux.com : Java

Creating charts on Web pages with Java and GChart

By Ben Martin on April 25, 2008 (9:00:00 AM)

The Apache-licensed GChart utility lets you quickly generate nice-looking charts on your Web site.

Read the Rest - 2 comments

Writing J2ME applications in Linux

By Simos Xenitellis on December 18, 2007 (9:00:00 AM)

If you want to make the most out of your Java-enabled handheld device, you can write Java 2 Micro Edition (J2ME) applications (also called midlets) on Linux and run them on your mobile platform. Here's how easy it is to get started; we'll write a HelloWorld application you can run on your cell phone.

Read the Rest - 9 comments

One year on, the Java community continues to build

By Bruce Byfield on December 12, 2007 (9:02:00 PM)

What has happened in the year since Sun Microsystems released the source code for Java? While end users might be starting to wonder, those most involved in the building of the free Java community describe a thriving community that, after one year, is still working hard to reinvent itself. Free Java projects that existed prior to Sun's announcement on November 13, 2006, are either integrating into the OpenJDK community or continuing to provide alternatives -- but with greater resources in code. Meanwhile, within Sun, Java engineers are overhauling their processes as they learn to interact with a larger community. Problems exist -- specifically, the governance of OpenJDK and the need to replace encumbranced code -- but, although criticisms can be found online if you search, the mood of those involved in Java development seems optimistic.

Read the Rest - 7 comments

Javalobby calls for Java port to OLPC

By Linux.com Staff on October 12, 2007 (9:00:00 PM)

Rick Ross, founder of Javalobby, a popular site among Java developers, recently wrote an article about the One Laptop Per Child project and how cool it is. Ross also noted that OLPC does not appear on Sun Microsystems 2007 Corporate Social Responsibility Report, which outlines that company's social responsibility obligations. Ross thinks it's time to change that.

Read the Rest - 10 comments

Eclipse Foundation releases humongous open development platform

By Shirl Kennedy on June 27, 2007 (11:30:00 PM)

The non-profit, member-supported Eclipse Foundation announced the availability of its "largest-ever" release. The release includes 21 projects by 310 developers in 19 countries, and more than 17 million lines of code -- more than double the size of last year's release.

Read the Rest - Post Comment

Java news met with cautious optimism in free Java community

By Bruce Byfield on November 14, 2006 (8:00:00 AM)
The free Java community reacted positively, but cautiously, to the news that Sun Microsystems has released the code for Sun Java under the GNU General Public License. While community leaders showed appreciation of the news by cooperating in the announcement, developers in the free Java community reacted more tentatively, and at least some projects seem likely to continue development of their own implementations of Java.

Read the Rest - 14 comments

Jepp: Script your Java applications with Python

By Mike Johnson on November 01, 2006 (8:00:00 AM)
The Jepp project, which lets you use Python to access Java objects, has just packaged its 2.0 release, with added javax.script support, a new import feature, and other improvements.

Read the Rest - 1 comment

Making Java out of Anthill

By Eddie Tejeda on January 04, 2006 (8:00:00 AM)
Build managers allow developers to better coordinate their coding efforts by providing an automatically generated current and working snapshot of an application, including a binary file for immediate testing. Build managers are the next logical step to source code repositories. Urbancode's Anthill build management server for Java applications provides build automation, unit tests, build tracking, and support for a number of version control systems.

Read the Rest - 3 comments

Commentary: Sun continues slow walk toward open source Java

By Chris Preimesberger on June 27, 2005 (8:00:00 AM)
SAN FRANCISCO – Talk about meek little baby steps. But at least Sun Microsystems is stumbling in the right direction. On Day 1 of JavaOne X here at the Moscone Center, the company indicated how strategic it considers the open source community by announcing right off the bat that it will soon open the code for its Java System Application Server 9.0 and its Java System Enterprise Server Bus.

Read the Rest - 3 comments

Apache group takes a big step toward open source Java

By Chris Preimesberger on May 13, 2005 (8:00:00 AM)
At least one version of Java code, Java 2 Standard Edition, may soon be set free of Sun Microsystems' notoriously complicated licensing. While Sun is apparently OK with it, some of its large, license-paying-through-the-nose customers won't be.

Read the Rest - 22 comments

Sun's new licenses: 'Closed open source'

By Chris Preimesberger on March 17, 2005 (8:00:00 AM)
Sun Microsystems inched closer to a full open source release of Java code Wednesday but, to the surprise of no one, stopped just short of such a landmark deal. Ultimately what transpired -- as explained to media members and analysts via conference call -- was that the Santa Clara, Calif.-based hardware and software company has merely fine-tuned its stance on Java licensing and is finishing up a trio of new, simplified licenses as evidence of its intent to simplify the legalities of enterprise application development.

Read the Rest - 34 comments

PMD: A code analyzer for Java programmers

By Daniel Rubio on November 16, 2004 (8:00:00 AM)
Software execution efficiency is a highly coveted characteristic for any application, as it enhances response time, hardware utilization, and scalability, among a wealth of other resource-saving practices. PMD is an open source project designed to inspect Java code and point out inefficient structures such as unused local variables, duplicate import statements, or empty try/catch blocks. PMD gives programmers a preemptive approach to cleaning their code.

Read the Rest - 1 comment

Java and open source

By Mark Stone on November 12, 2004 (8:00:00 AM)
Recent debates about open sourcing Java overlook the unique character of programming languages: the open source code that is written in a language is often more important than the open source status of the language itself. In this article we'll move away from questions about the Java language, and instead look at how technology companies relate to the large amount of open source programming being done in Java.

Read the Rest - 14 comments

JDOM 1.0 gives Java developers a powerful tool for XML processing

By Daniel Rubio on October 29, 2004 (8:00:00 AM)
JDOM is a method for processing XML from a Java environment. Conceived in late 2001, JDOM reached its 1.0 release in September. JDOM takes a more Java-centric approach to processing XML than its counterparts Simple API for XML (SAX) and Document Object Model (DOM).

Read the Rest - Post Comment

POI - Java access to Microsoft Office-format files

By Daniel Rubio on October 25, 2004 (8:00:00 AM)
POI is an Apache Foundation project designed to let programmers access Microsoft's OLE 2 Compound Document Format from a Java environment. OLE 2 format is quite ubiquitous since it's the one used in Microsoft Office files. In the following article we will be exploring the various components available in POI for accessing these documents through Java.

Read the Rest - 8 comments

Jabber developers gain more code as Jive opens up server

By Jay Lyman on October 06, 2004 (8:00:00 AM)
<ed by cp 10.4> When AOL opened up some of its ICQ instant messaging APIs last April, there was criticism that the open source move was bogus. But the latest IM code contribution from Jive is no jive, according to Jabber open source developers.

Read the Rest - 4 comments

Sun releases J2SE 5.0 'Tiger,' planning v6.0 for 2006

By Chris Preimesberger on September 30, 2004 (8:00:00 AM)
Sun Microsystems, owner and godfather of the Java franchise, today rolled out version 5.0 of its Java 2 Platform Standard Edition, nicknamed Tiger. To the surprise of no one, the company called it the biggest and most important release to date of the enterprise application development platform.

Read the Rest - Post Comment

Will EJB 3.0 turn J2EE thinking on its head?

By Vance McCarthy on May 14, 2004 (8:00:00 AM)
LAS VEGAS -- Developers got their first view into what may be the future of Java development during last week's TheServerSide Java Symposium. What's in store for Enterprise Java Beans, in fact, may put some long-held Java thinking on its head -- literally.

Read the Rest - Post Comment

BEA considering open source implementation of BPEL for Java

By Vance McCarthy on April 30, 2004 (8:00:00 AM)
<ed by cp 4.28.04> Controversy may be giving way to simple heads-down hard work when it comes to BPEL4WS, the proposed orchestration standard for Web services supported by both Java and .NET vendors. The leading J2EE app server vendors, BEA Systems and IBM, have jointly proposed extensions to BPEL (Business Processing Execution Language) to make it more easily implementable within Java/J2EE environments.

Read the Rest - Post Comment

Sun releases first J2EE 1.4-compliant app server

By Chris Preimesberger on April 16, 2004 (8:00:00 AM)
Sun Microsystems, still smarting from yet another poor financial quarter -- a $760 million loss in fiscal Q3 -- Friday announced some good news: the general availability of the first J2EE 1.4-compliant standard application server. The new server follows two key Sun development product releases in the last two weeks: the open source NetBeans 3.6 and the graphical Java Studio Creator IDE.

Read the Rest - 3 comments

  |<   <   1   2   >   >|


 
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya