Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP » Device Information Database
Device Information Database [message #8908] Sun, 20 August 2006 18:21 Go to next message
Sebastian Sickelmann is currently offline Sebastian SickelmannFriend
Messages: 26
Registered: July 2009
Junior Member
Hi

First of all, sorry for the crosspost. But i have a question in which
project device information access should be managed.

My first idea was the dsdp-tm project, but looking through the use cases
and the newsgroup of dsdp-tm astonished me a bit. Non of the
sub-projects in dsdp addresses device information that is fundamental
for multi-device development(at least at JavaME-Development).

I think about an abstraction of accessing multiple device-information
databases like (J2ME-Polish-Device-Database, WURFL, J2ME-Device-Database
, see
http://en.wikibooks.org/wiki/Programming:J2ME:MIDP_Device_Da tabases for
more.)

Possible there can be an abstraction, that all(or may be some)
mobile-phone manufactors can contribute data to.

Kind regards
Sebastian
Re: Device Information Database [message #8928 is a reply to message #8908] Mon, 21 August 2006 09:17 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hello Sebastian,

could you elaborate a little bit what kind of use you'd want to make
from an integrated device information database?

My feeling is that for device platforms outside the mobile java
space, the hardware is perhaps just too different to fit into a
generic scheme for such device information, such that a tooling
could make use of it.

In case I'm right, the MTJ project might be the right place for
discussing this. Or does anybody know about a similar public available
database for hardware other than Java platforms?

Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Sebastian Sickelmann wrote:
> Hi
>
> First of all, sorry for the crosspost. But i have a question in which
> project device information access should be managed.
>
> My first idea was the dsdp-tm project, but looking through the use cases
> and the newsgroup of dsdp-tm astonished me a bit. Non of the
> sub-projects in dsdp addresses device information that is fundamental
> for multi-device development(at least at JavaME-Development).
>
> I think about an abstraction of accessing multiple device-information
> databases like (J2ME-Polish-Device-Database, WURFL, J2ME-Device-Database
> , see
> http://en.wikibooks.org/wiki/Programming:J2ME:MIDP_Device_Da tabases for
> more.)
>
> Possible there can be an abstraction, that all(or may be some)
> mobile-phone manufactors can contribute data to.
>
> Kind regards
> Sebastian
Re: Device Information Database [message #8950 is a reply to message #8928] Mon, 21 August 2006 09:55 Go to previous messageGo to next message
Sebastian Sickelmann is currently offline Sebastian SickelmannFriend
Messages: 26
Registered: July 2009
Junior Member
Hello Martin

OK, The ideas comes as a think about a contribution for MTJ and how this
contribution should access the availiable device informations. And i
think it is not a good way that a part of MTJ accesses a device database
directly without any defined standard interface. But where to place the
definition of that interface? Maybe it is an Java independent topic. But
i have the same problem to see the need of an device information
database outside of MTJ. I am not yet very familiar with development of
- Windows Mobile
- PalmOS
- BREW
- native Symbian OS.
- ...

But i can imagine that developers for other devices than JavaME having
comparable needs for a device database.
Has the device a camera, and can it be accessed?
Does the device support alpha-transparancy?
Does it natively support bluethooth?

If not, than i looking forward to get more experience in programming
those devices and will continue the discussion in MTJ-Newsgroup only.

Are here some developers who have the need of a device information database?

Hope to hear that there is no need for an device information database
for mobile devicess outside JavaME.

Kind regard
Sebastian

< http://dict.leo.org/ende?lp=ende&p=/gQPU.&search=exp erience>
Martin Oberhuber schrieb:
> Hello Sebastian,
>
> could you elaborate a little bit what kind of use you'd want to make
> from an integrated device information database?
>
> My feeling is that for device platforms outside the mobile java
> space, the hardware is perhaps just too different to fit into a
> generic scheme for such device information, such that a tooling
> could make use of it.
>
> In case I'm right, the MTJ project might be the right place for
> discussing this. Or does anybody know about a similar public available
> database for hardware other than Java platforms?
>
> Thanks,
> --
> Martin Oberhuber
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
>
>
> Sebastian Sickelmann wrote:
>> Hi
>>
>> First of all, sorry for the crosspost. But i have a question in which
>> project device information access should be managed.
>>
>> My first idea was the dsdp-tm project, but looking through the use cases
>> and the newsgroup of dsdp-tm astonished me a bit. Non of the
>> sub-projects in dsdp addresses device information that is fundamental
>> for multi-device development(at least at JavaME-Development).
>>
>> I think about an abstraction of accessing multiple device-information
>> databases like (J2ME-Polish-Device-Database, WURFL, J2ME-Device-Database
>> , see
>> http://en.wikibooks.org/wiki/Programming:J2ME:MIDP_Device_Da tabases for
>> more.)
>>
>> Possible there can be an abstraction, that all(or may be some)
>> mobile-phone manufactors can contribute data to.
>>
>> Kind regards
>> Sebastian
Re: Device Information Database [message #8971 is a reply to message #8950] Mon, 21 August 2006 10:38 Go to previous messageGo to next message
Ricky is currently offline RickyFriend
Messages: 204
Registered: July 2009
Senior Member
> But i can imagine that developers for other devices than JavaME having
> comparable needs for a device database.

E.g. people developing mobile web applications need such a database. The
"Mobile Web Initiative" (http://www.w3.org/Mobile) at w3c has a working
group which will develop an interface for existing device description
databases and a base vocabulary for such a database. See the "Device
Description Working Group" (http://www.w3.org/2005/MWI/DDWG) for details.

> Are here some developers who have the need of a device information
> database?

There are a lot of them. Thats why we maintain the J2ME Polish device
database :)


Regards,

Ricky
Re: Device Information Database [message #8992 is a reply to message #8971] Thu, 24 August 2006 12:59 Go to previous message
Sebastian Sickelmann is currently offline Sebastian SickelmannFriend
Messages: 26
Registered: July 2009
Junior Member
Ok. Only one other interest. MWI/DDWG seems to be more for
WAP-Development and seems to be in an early state.

I think it is more an MTJ than an general DSDP Topic.
If there are any interrests in of the DSDP-Project-Team, they can look
at the MTH Maillinglists for additional discussion on that. I will try
to put a proposal of new Use Case at MTJ, if it does not fit in an
existing one.

Sebastian

Ricky schrieb:
>> But i can imagine that developers for other devices than JavaME having
>> comparable needs for a device database.
>
> E.g. people developing mobile web applications need such a database. The
> "Mobile Web Initiative" (http://www.w3.org/Mobile) at w3c has a working
> group which will develop an interface for existing device description
> databases and a base vocabulary for such a database. See the "Device
> Description Working Group" (http://www.w3.org/2005/MWI/DDWG) for details.
>
>> Are here some developers who have the need of a device information
>> database?
>
> There are a lot of them. Thats why we maintain the J2ME Polish device
> database :)
>
>
> Regards,
>
> Ricky
Re: Device Information Database [message #569803 is a reply to message #8908] Mon, 21 August 2006 09:17 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hello Sebastian,

could you elaborate a little bit what kind of use you'd want to make
from an integrated device information database?

My feeling is that for device platforms outside the mobile java
space, the hardware is perhaps just too different to fit into a
generic scheme for such device information, such that a tooling
could make use of it.

In case I'm right, the MTJ project might be the right place for
discussing this. Or does anybody know about a similar public available
database for hardware other than Java platforms?

Thanks,
--
Martin Oberhuber
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Sebastian Sickelmann wrote:
> Hi
>
> First of all, sorry for the crosspost. But i have a question in which
> project device information access should be managed.
>
> My first idea was the dsdp-tm project, but looking through the use cases
> and the newsgroup of dsdp-tm astonished me a bit. Non of the
> sub-projects in dsdp addresses device information that is fundamental
> for multi-device development(at least at JavaME-Development).
>
> I think about an abstraction of accessing multiple device-information
> databases like (J2ME-Polish-Device-Database, WURFL, J2ME-Device-Database
> , see
> http://en.wikibooks.org/wiki/Programming:J2ME:MIDP_Device_Da tabases for
> more.)
>
> Possible there can be an abstraction, that all(or may be some)
> mobile-phone manufactors can contribute data to.
>
> Kind regards
> Sebastian
Re: Device Information Database [message #569825 is a reply to message #8928] Mon, 21 August 2006 09:55 Go to previous message
Sebastian Sickelmann is currently offline Sebastian SickelmannFriend
Messages: 26
Registered: July 2009
Junior Member
Hello Martin

OK, The ideas comes as a think about a contribution for MTJ and how this
contribution should access the availiable device informations. And i
think it is not a good way that a part of MTJ accesses a device database
directly without any defined standard interface. But where to place the
definition of that interface? Maybe it is an Java independent topic. But
i have the same problem to see the need of an device information
database outside of MTJ. I am not yet very familiar with development of
- Windows Mobile
- PalmOS
- BREW
- native Symbian OS.
- ...

But i can imagine that developers for other devices than JavaME having
comparable needs for a device database.
Has the device a camera, and can it be accessed?
Does the device support alpha-transparancy?
Does it natively support bluethooth?

If not, than i looking forward to get more experience in programming
those devices and will continue the discussion in MTJ-Newsgroup only.

Are here some developers who have the need of a device information database?

Hope to hear that there is no need for an device information database
for mobile devicess outside JavaME.

Kind regard
Sebastian

< http://dict.leo.org/ende?lp=ende&p=/gQPU.&search=exp erience>
Martin Oberhuber schrieb:
> Hello Sebastian,
>
> could you elaborate a little bit what kind of use you'd want to make
> from an integrated device information database?
>
> My feeling is that for device platforms outside the mobile java
> space, the hardware is perhaps just too different to fit into a
> generic scheme for such device information, such that a tooling
> could make use of it.
>
> In case I'm right, the MTJ project might be the right place for
> discussing this. Or does anybody know about a similar public available
> database for hardware other than Java platforms?
>
> Thanks,
> --
> Martin Oberhuber
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
>
>
> Sebastian Sickelmann wrote:
>> Hi
>>
>> First of all, sorry for the crosspost. But i have a question in which
>> project device information access should be managed.
>>
>> My first idea was the dsdp-tm project, but looking through the use cases
>> and the newsgroup of dsdp-tm astonished me a bit. Non of the
>> sub-projects in dsdp addresses device information that is fundamental
>> for multi-device development(at least at JavaME-Development).
>>
>> I think about an abstraction of accessing multiple device-information
>> databases like (J2ME-Polish-Device-Database, WURFL, J2ME-Device-Database
>> , see
>> http://en.wikibooks.org/wiki/Programming:J2ME:MIDP_Device_Da tabases for
>> more.)
>>
>> Possible there can be an abstraction, that all(or may be some)
>> mobile-phone manufactors can contribute data to.
>>
>> Kind regards
>> Sebastian
Re: Device Information Database [message #569843 is a reply to message #8950] Mon, 21 August 2006 10:38 Go to previous message
Ricky is currently offline RickyFriend
Messages: 204
Registered: July 2009
Senior Member
> But i can imagine that developers for other devices than JavaME having
> comparable needs for a device database.

E.g. people developing mobile web applications need such a database. The
"Mobile Web Initiative" (http://www.w3.org/Mobile) at w3c has a working
group which will develop an interface for existing device description
databases and a base vocabulary for such a database. See the "Device
Description Working Group" (http://www.w3.org/2005/MWI/DDWG) for details.

> Are here some developers who have the need of a device information
> database?

There are a lot of them. Thats why we maintain the J2ME Polish device
database :)


Regards,

Ricky
Re: Device Information Database [message #569866 is a reply to message #8971] Thu, 24 August 2006 12:59 Go to previous message
Sebastian Sickelmann is currently offline Sebastian SickelmannFriend
Messages: 26
Registered: July 2009
Junior Member
Ok. Only one other interest. MWI/DDWG seems to be more for
WAP-Development and seems to be in an early state.

I think it is more an MTJ than an general DSDP Topic.
If there are any interrests in of the DSDP-Project-Team, they can look
at the MTH Maillinglists for additional discussion on that. I will try
to put a proposal of new Use Case at MTJ, if it does not fit in an
existing one.

Sebastian

Ricky schrieb:
>> But i can imagine that developers for other devices than JavaME having
>> comparable needs for a device database.
>
> E.g. people developing mobile web applications need such a database. The
> "Mobile Web Initiative" (http://www.w3.org/Mobile) at w3c has a working
> group which will develop an interface for existing device description
> databases and a base vocabulary for such a database. See the "Device
> Description Working Group" (http://www.w3.org/2005/MWI/DDWG) for details.
>
>> Are here some developers who have the need of a device information
>> database?
>
> There are a lot of them. Thats why we maintain the J2ME Polish device
> database :)
>
>
> Regards,
>
> Ricky
Previous Topic:Device Information Database
Next Topic:Invitation to help launch of The Spirit Consortium's Debug Working Group
Goto Forum:
  


Current Time: Thu Apr 18 04:53:37 GMT 2024

Powered by FUDForum. Page generated in 0.01982 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top