JavaRecent resources tagged with Java.
E07 Podcast: Interactive Services on Mobile Devices for Higher EducationCreated by Gerry Bayne (EDUCAUSE) on September 23, 2008
This forty-eight minute podcast presents a session from the EDUCAUSE 2007 Annual Conferece. The session, "Interactive Services on Mobile Devices for Higher Education," consists of a panel from the University of North Carolina at Wilmington discussing a new initiative to develop and test a wide range of information services accessible through mobile devices. This session compares the relative costs and advantages of applications based on SMS text messaging, WAP browsers, and Java MIDlets as well as the structuring of the relationship between the faculty start-up and the institution to develop and pursue the resulting initiatives. A PDF is also available for this session. This session features: Interactive Services on Mobile Devices for Higher Education
Added by the EDUCAUSE Librarian
Send to a Friend 714 reads
The Web in 2007: A Vast Sea of Possibilities
Added by the EDUCAUSE Librarian
Interactive Services on Mobile Devices for Higher Education
Added by the EDUCAUSE Librarian
Send to a Friend 1961 reads
UDMart: Online Procurement Catalog
Added by the EDUCAUSE Librarian
The down side of open sourcing JavaCreated by Stuart Yeates (University of Oxford) on November 29, 2006
Sun vice president and fellow Graham Hamilton has apparently left sun over their open sourcing of Java. Hamilton, who in the past spearheaded Sun's work on compliance, interoperability and portability in Java sees the open sourcing of the platform as a bad thing because it erodes the technical uniformity of the platform, by allowing others to build incompatible versions. He is, of course, right. Open sourcing Java will allow third parties to fork the platform, but I have no doubt that the network effect would cause these to wither and die. cheers, stuart Sun open source the technology formerly known as JavaCreated by Stuart Yeates (University of Oxford) on November 13, 2006
There's been huge coverage of the fact that Sun Microsystems has announced that it will release the core products which it has been marketing as Java as open source. What much of the coverage doesn't mention is that what they're open sourcing is not "Java," since they're not relinquishing that trademark, but merely something technically indistinguishable from it. Sun is likely to provide a comprehensive test suite and allow those that pass with flying colours to use certain trademarks in restricted ways, much as they did a few years ago with their 100% Java program several years ago. The move from Sun is a logical response to the increasing maturity of the already GPL'd classpath and gcj projects, which taken together amount to a reimplementation of Java. By GPL'ing the "real" Java, Sun prevents the open source community from abandoning it for the the new contender. Having two separate implementations of Java is actually a great thing, because it promotes competition between them. The Classpath/gcj implementation, for example is already available on far more platforms than Sun's java, simply because it is built the same portable framework as gcc, the Gnu Compiler Collection. Agile Java Book ReviewCreated by Matt Morton (University of Nebraska at Omaha) on July 06, 2006
I have written a Book Review for InfoQ on Agile Java.
Using Netbeans/Derby to Teach Web DevelopmentCreated by Matt Morton (University of Nebraska at Omaha) on July 05, 2006
This last semester I taught Java Web Development here at UNO. It was a great experience from the standpoint that it made me learn things even deeper. I hope my students got something out of it. I was also fortunate enough to have taken the approach of trying to facilitate learning rather than playing the "I know everything" game (in fact I don't :) ). This allowed me to leverage knowledge in the classroom and I think all had a better experience because of it. We went over many items and even put some of it into practice. The thing that really saved my rear though was Netbeans + Derby. Without that I probably would have created a bunch of people who decided that Java web development sucked. Even though it is only hard because it has gotten so complex and layered. Netbeans allowed me to skip all of the Tomcat setup. Derby allowed me to to skip the DB setup and Netbeans made integrating all of it a piece of cake. Great work guys! I am glad to see the Swing crew come though.
Sun announce more software to be open sourcedCreated by Stuart Yeates (University of Oxford) on June 09, 2006
Sun have announced that their Sun Java System Portal Server (jsr168) system, is to be released as open source. They've already released some of the more minor components, a few portlets. I'd like to put this down to high ideals on the part of Sun, but I find it hard. They've seen that the portal market is being consolidated by merges, both planned and in progress and they don't want to be left out in the cold. By open sourcing their portal server they place themselves to merge with the other contenders and greatly reduce the cost of supporting and maintaining the software going forward. |