JDesktop Network Components (JDNC) project is intended to simplify the development of rich, data-centric, Java desktop clients for J2EE-based network services. Version 0.7 adds DataSet api which simplifies the task of connecting and binding to tabular data stores, and an Login & Authentication API which can authenticate a rich client against any kind of authentication mechanism supported by JAAS.
Check out
What's new in JDNC 0.7 and also the roadmap.
-
JDesktop Network Components (JDNC) 0.7 Released (6 messages)
- Posted by: Vic Cekvenich
- Posted on: March 03 2005 09:35 EST
Threaded Messages (6)
- talking to myself by Vic Cekvenich on March 03 2005 22:15 EST
- Is JDNC DataSet the OpenSource ADO.Net DataSet? by Steve Muench on March 04 2005 05:26 EST
-
Is JDNC DataSet the OpenSource ADO.Net DataSet? by Burek Jogurt on March 04 2005 12:29 EST
- Is JDNC DataSet the OpenSource ADO.Net DataSet? by B Snyder on March 04 2005 12:53 EST
-
Is JDNC DataSet the OpenSource ADO.Net DataSet? by Burek Jogurt on March 04 2005 12:29 EST
- Is JDNC DataSet the OpenSource ADO.Net DataSet? by Steve Muench on March 04 2005 05:26 EST
- JDesktop Network Components (JDNC) 0.7 Released by Joe M. on March 04 2005 02:15 EST
- Client Cache? by Lari Novic on March 08 2005 04:22 EST
-
talking to myself[ Go to top ]
- Posted by: Vic Cekvenich
- Posted on: March 03 2005 22:15 EST
- in response to Vic Cekvenich
Compare JDNC Adventreu Builder to Flex:
http://coenraets.com/viewarticle.jsp?articleId=85
Longhorn XAML:
http://www.joemarini.com/tutorials/tutorialpages/xamlpropertytriggers.php
or Eclipse VM:
http://www.eclipsepowered.org/archives/2005/03/02/day-3-rcp-plenary/
vs current (mostly PHP) DHTML limits.
In RiA you can control the HTML content fully.
.V
ps OT: US Edu
http://news.com.com/Why+Johnny+cant+code/2010-1071_3-5596882.html?part=rss&tag=5598782&subj=news -
Is JDNC DataSet the OpenSource ADO.Net DataSet?[ Go to top ]
- Posted by: Steve Muench
- Posted on: March 04 2005 05:26 EST
- in response to Vic Cekvenich
I'm checking out the JDNC 0.7 DataSet API and samples and it smells awfully similar to the ADO.Net DataSet in terminology, architecture, and basic features.
The "dataset.xsd" file on which the Adventure sample's DataSet is based, still contains -- commented out -- some references to ADO .Net dataset namespaces prefix references for the ADO.Net DataSet's XSD extensions for constraints using XSD <xs:unique> and <xs:keyref>. Perhaps features coming in JDNC dataset in a future milestone?
Does anyone know if it's a design goal of JDNC DataSet to be functionality compatibile, or even interoperable perhaps, with the ADO.Net DataSet ? -
Is JDNC DataSet the OpenSource ADO.Net DataSet?[ Go to top ]
- Posted by: Burek Jogurt
- Posted on: March 04 2005 12:29 EST
- in response to Steve Muench
Another thing about DataSet API, it seems to be a competing API to the RowSet API (which was sun's answer to ADO.NET). what is the relationship between the two as JDNC sees it? -
Is JDNC DataSet the OpenSource ADO.Net DataSet?[ Go to top ]
- Posted by: B Snyder
- Posted on: March 04 2005 12:53 EST
- in response to Burek Jogurt
I'm speaking as someone who has been using JDNC in and enterprise app and someone who (mostly) lurks in the forums there...
As I understand it, the DataSet API was (somewhat) inspired by the .NET DataSet. The JDNC DataSet is sort of a natural evolution of the inital JDNC DataModel API. It is not quite the same as .NET. I would encourage you to take a closer look at some of the discussion on the forums if you are intereted.
Of couse, the main thrust of the DataSet/DataModel API is to abstract a client-side domain model. JDNC DataSets are intended to encapsulate various types of data sources - WebRowSets, JDBC Results Sets, Web Services, Remote service calls, etc.
--Bill -
JDesktop Network Components (JDNC) 0.7 Released[ Go to top ]
- Posted by: Joe M.
- Posted on: March 04 2005 02:15 EST
- in response to Vic Cekvenich
I will also be following this project very closely. It looks very promising. -
Client Cache?[ Go to top ]
- Posted by: Lari Novic
- Posted on: March 08 2005 04:22 EST
- in response to Vic Cekvenich
do you think the tabular form is a way to go for enterprise applications....? i do not. What i miss for java rich clients is a framework for objects(nearly read only) cache (with query on the cache, persisted cache etc functionality). Communication and security parts is not bad to have either.