CSc 667/867 Java Web Start / JNLP RSS. Deploying Software with JNLP and Java Web Start Delivering client-side Java technology-based programs has recently.

Slides:



Advertisements
Similar presentations
RSS RSS is an acronymn for Really Simple Syndication or Rich Site Summary. RSS (noun) - an XML format for distributing news headlines on the Web. RSS.
Advertisements

17 Copyright © 2005, Oracle. All rights reserved. Deploying Applications by Using Java Web Start.
® Microsoft Office 2010 Browser and Basics.
Social Bookmarking & RSS feeds
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 4: Web Browsing.
CHAPTER 5: RSS THE NEW KILLER APP FOR EDUCATORS By: Christina Cameron & Angel Joseph.
Better information. Better decisions. RSS Really Simple Syndication Tutorial.
RSS 2.0: Experience with implementation in a closed Intranet Presented by Mr Ajith Balan Scientific Officer Scientific Information Resource Division Bhabha.
IDK0040 Võrgurakendused I RSS 2.0 Deniss Kumlander.
Creating and Managing RSS Feeds Kate Pitcher SUNY Geneseo © 2005
RSS, real simple syndication Skills: subscribe to feeds, read feeds IT concepts: RSS feed, polling vs. publish- subscribe, stand-alone vs Web based reader,
What is RSS? Kate Pitcher ©
1 of 2 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation. All.
Meerkat Overview David Robb CSCI 7818: Topics in Software Engineering Fall 2001.
V I T R C Gabcast.com Use audio to create a “personality”
Web 2.0: Concepts and Applications 3 Syndicating Content.
RSS RSS is a method that uses XML to distribute web content on one web site, to many other web sites. RSS allows fast browsing for news and updates.
RSS is an acronym for Really Simple Syndication or Rich Site Summary. RSS (noun) - an XML format for distributing news headlines on the Web.
Don Westover Director of Instructional Design Mount Wachusett Community College.
Homepage Layout Management. Note: This is our last Core Publisher training in the series! You will be checking in with your Station Relations Support.
1 of 7 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
RSS. W HAT IS IT AND WHY IS IT USED ? B Y WHOM ? RSS stands for: Rich Site Summary or Really Simple Syndication It’s a technology that allows users to.
+ RSS Aggregation and Syndication. + Really Simple Syndication (aka, Rich Site Summary) Image source:
Web Programming Language Dr. Ken Cosh Week 1 (Introduction)
Business Overview Who Is ROCKETinfo?. The Business Rocketinfo is a Web 2.0 Company focusing on providing Web-based information. The goal is to provide.
Web 2.0: Concepts and Applications 3 Syndicating Content.
Java How to Program, 9/e © Copyright by Pearson Education, Inc. All Rights Reserved.
Real Simple Syndication Kenneth M. Anderson CSCI 7818 November 30, 2000.
21 ST CENTURY RESEARCHING WITH DIIGO. Diigo  Diigo = Digest of Internet Information, Groups and Other stuff  Diigo is two services in one  it is a.
MIS Week 5 Site:
Adventures in Radio UserLand Lincoln Cushing, UC Berkeley Institute of Industrial Relations Library.
RSS Feeds What, Why, & How… …without a CMS Don Parsons
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Setting Up an RSS Feed 1 Project by iWEBbic.com 1.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 Exploring Microsoft Office Word 2007 Chapter 8 Word and the Internet Robert Grauer, Keith.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
Information Trapping Subscribing to RSS Feeds or Alerts to Make Research Easier.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
Microsoft Internet Explorer and the Internet Using Microsoft Explorer 5.
What is RSS? And how do I use it to make my life easier.
Session 2: Using Web 2.0 Technologies to Create Teacher Web Pages.
Bringing DLESE to Your Doorstep Using RSS to distribute content and personalize the DLESE experience DLESE Annual Meeting July 10, 2004 Shelley Olds DLESE.
What Is RSS? Adapted from Stephanie Quilao & Wikipedia It can take hours going to visit every single website and blog you enjoy  RSS Feed: get all the.
Proprietary & Confidential Java WebStart Created by Bob Hays.
Wiki Space Introduction How to use Wiki spaces to complete your project on the Crusades.
R. Suresh (NASA/MTECH) Ben Burford (JAXA) Bernhard Buckl (DLR) Contact: - CEOS WGISS Meeting, Beijing, China, September 2004 A RSS.
How to find and listen to some free podcasts?. Finding Podcasts in iTunes iTunes is free software for Macintosh and Windows computers. There are over.
Web SyndicationFebruary, 2006 Web Syndication: Building A Custom News Page Presented to The Columbus Computer Society February, 2006.
XP Browser and Basics COM111 Introduction to Computer Applications.
1 Double Click to Edit. Installing Evernote 22 First, download the installation software. Open your favorite web browser and visit the Evernote Web site.
IBM Lotus Software © 2006 IBM Corporation IBM Lotus Notes Domino Blog Template Steve Castledine.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
The World Wide Web. What is the worldwide web? The content of the worldwide web is held on individual pages which are gathered together to form websites.
Blogs and RSS Siobhan Champ- Blackwell. Definitions  Blog – Web Log; an online journal; A web page with periodic posts in reverse chronologic order 
Program Assessment User Session Experts (PAUSE) Information Sessions: RSS & Subscription Services October , 2006.
RSS Interfaces and Standards Chander Iyer. Really Simple Syndication (RSS) Web data format providing users with frequently updated content. Make a collection.
Website Design:. Once you have created a website on your hard drive you need to get it up on to the Web. This is called "uploading“ or “publishing” or.
Introduction to RSS RSS is a method that uses XML to distribute web content on one web site, to many other web sites.
NJIT 1 Apache Tomcat (Version 6.0) THETOPPERSWAY.COM.
Three Internet Medias Podcast, Blogs, Wiki Jasmine Sampson CSC101.
Getting Your Content in the Penn State Student Portal Presented By James Leous, Program Manager James Vuccolo, Lead Research Programmer.
Homepage Layout Management. Note: This is our last Core Publisher training in the series! You will be checking in with your Station Relations Support.
Packaging and Deploying Windows Applications
Web Programming Language
Feed: RSS/ATOM, Podcast
What is WWW? The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet.
“Real Simple Syndication” (RSS)
RSS, Blogs and Search Marketing:
RSS RSS is an acronymn for Really Simple Syndication or Rich Site Summary. RSS (noun) - an XML format for distributing news headlines on the Web. RSS.
Presentation transcript:

CSc 667/867 Java Web Start / JNLP RSS

Deploying Software with JNLP and Java Web Start Delivering client-side Java technology-based programs has recently been a daunting task. Browser differences -- both in versions of the Java Runtime Environment (JRE) and security architecture -- have caused many developers to abandon rich client-side solutions in favor of using Java technology on the server, with JavaServer Pages (JSPTM) and servlets. But now that Java Web Start -- and the underlying Java Network Launch Protocol (JNLP) -- are a standard part of the Java 2 platform (as of version 1.4), it's far easier to deploy cross- platform, client-side systems.

Java Web Start a mechanism for program delivery through a standard Web server. Typically initiated through the browser, these programs are deployed to the client and executed outside the scope of the browser. Once deployed, the programs do not need to be downloaded again, and they can automatically download updates on startup without requiring the user to go through the whole installation process again. They continue to run within a restricted container, or sandbox. Since Java Web Start runs on top of the Java 2 platform, you also have access to the underlying security architecture.

How to launch JWS at your browser? download Web Start for your platform. Java Web Start itself is only about 1 MB. However, it requires the Java Runtime Environment (JRE), so if a you (or a user) don't have a JRE, the download size increases accordingly, to just under 6 MB on Microsoft Windows platforms.

Tutorials & Good resources From Setup Java Web Start to Jar signing – webstart/javawebstart.htmlhttp:// webstart/javawebstart.html Deploying Software with JNLP and Java Web Start – cles/Programming/jnlp/ cles/Programming/jnlp/

Steps to set up a JWS The client machine requires support for the Java Runtime Environment (JRE), version or higher. The Web server where the application is deployed must be configured with support for a new MIME type. –application/x-java-jnlp-file jnlp

RSS or RSS Feed a Web site will make a feed, or channel, available, just like any other file or resource on the server. Once a feed is available, computers can regularly fetch the file to get the most recent items on the list. Most often, people will do this with an aggregator, a program that manages a number of lists and presents them in a single interface.

RSS - What is all the fuss about?

What is RSS Good For? RSS can deliver current information from the Internet in our areas of expertise or interest. –RSS comes close to fulfilling the promise of a custom newspaper or magazine that is delivered to our desktop. –Some RSS feeds are updated hourly (Associated Press and BBC news), some RSS feeds are updated daily, and others are updated weekly or irregularly. RSS reduces my web surfing time and gives me more reading time. RSS can provide content for websites and blogs. RSS can bring additional traffic to a website or blog.

Purpose of RSS Instant information –Information updated in realtime Single source –All information aggregated in a signle location, or personalization Rapid scanning –Feed readers highlight unread headlines Categorizing –Information can be categorized by theme

Make RSS Feeds (RSS Tags) : Root Element Required children elements –,, Optional children elements –,,,,,,, etc Make RSS Feeds Details RSS feed creation in a step by step fashion Aug, :12:30 EST Aug, :12:30 EST en-us Copyright 2004, NotePage, Inc. newspapers feedforall 120

RSS Tags Image is a child element of and can have children elements as below: –title, description, url, width, height, link (a hyper link when the image is clicked) Item is a child element of and can have children elements as below: –title, description, link, pubDate, category,

Creating RSS Feeds 1. Create a feed (filling the tags) 2. Determine Content RSS feed can be used an number of ways. The idea is for a feed to contain content that will be updated on a regular basis. 3. Enter Data in Main Fields –The important fields are: –Channel - title, description & links Item - title, description & links –You may enter data either using server side program or manually. 5. Submit Feed (xml file) to RSS search engines and directories (so people find it well) 6. Publish the feed on your web site

Behind the scene You may use Bloglines or my Yahoo! To subscribe a specific RSS for your interesting subject. The RSS pub updates “something.xml” at its web site. My Yahoo! Or Bloglines will periodically check that xml file to see if it has been updated.