Java

Recent resources tagged with Java.

E07 Podcast: Interactive Services on Mobile Devices for Higher Education

Created 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
Title:Interactive Services on Mobile Devices for Higher Education (ID: EDU07296)
Author(s):Jeff Brown (University of North Carolina at Wilmington), Ronald J. Vetter (University of North Carolina at Wilmington), Debra Saunders White (University of North Carolina at Wilmington), and Robert R. Hoon (University of North Carolina at Wilmington)
Origin:Presented at EDUCAUSE Annual Conferences (10/23/2007)
Type:Presentations/Speeches
Abstract:

UNCW has begun a new initiative to develop and test a wide range of information services accessible through mobile devices. This session will compare 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.

View this resource:

The Web in 2007: A Vast Sea of Possibilities

Added by the EDUCAUSE Librarian
Title:The Web in 2007: A Vast Sea of Possibilities (ID: DEC0707)
Author(s):Malcolm B. Brown (Dartmouth College)
Origin:Contributed by EDUCAUSE Committees (10/15/2007)
Type:Articles, Papers, and Reports
Abstract:

The evolving technologies committee is charged with identifying and monitoring evolving technologies and their impact on higher education institutions. This submission is on the web in 2007.

View this resource:

Interactive Services on Mobile Devices for Higher Education

Added by the EDUCAUSE Librarian
Title:Interactive Services on Mobile Devices for Higher Education (ID: SER07038)
Author(s):Jeff Brown (University of North Carolina at Wilmington) and Ronald J. Vetter (University of North Carolina at Wilmington)
Origin:Presented at Southeast Regional Conferences (06/11/2007)
Type:Presentations/Speeches
Abstract:

UNCW has started a new initiative to develop and test a wide range of information services accessible through mobile devices. We will compare the relative costs and advantages of applications based on SMS text messaging, WAP browsers, and Java MIDlets.

View this resource:

UDMart: Online Procurement Catalog

Added by the EDUCAUSE Librarian
Title:UDMart: Online Procurement Catalog (ID: EPS65)
Author(s):Carl W. Jacobson (University of Delaware)
Origin:Contributed by Organizations or Campuses (2003)
Type:Effective Practices
Abstract:

Paper purchase requisitions were eliminated at the University of Delaware in 1990. However, the online system that was developed was simply "electronic paper." It did not change the way we make purchasing decisions or the way we conduct business. Procurement cards were distributed on campus about the same time Web retailers became popular. This allowed quick online purchasing... but with no institutional oversight, no institutional discounts, no value added by the purchasing department.

View this resource:

The down side of open sourcing Java

Created 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 Java

Created 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 Review

Created 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 Development

Created 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 sourced

Created 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.