Re: Embedded java ?
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Thu, 06 Oct 2005 07:26:02 GMT
On 5 Oct 2005 08:33:45 -0700, surfunbear@xxxxxxxxx wrote or quoted :
>I wonder if Cell
>phones will ever be able to run perl scripts ?
A cellphone has very limited ram. You get a mini Java burned into
EPROM. It would be unwise to waste your precious ram supporting yet
another language.
More likely the cell app would just send off an HTTP packet and get a
response and do a minimal display. It might do it at the raw socket
level, with a short exchange.
The libraries available for cellphones are quite different from
desktop java, so you would have to study the available tools.
In that situation you DON'T pile on layers of abstraction. You have
not the ram. You work much more at the level of raw bytes.
Further you want to make life as easy as possible for the cellphone --
no parsing or conversion. You hand it messages in as friendly as
possible a format for the cell-phone so it has almost nothing to do to
absorb them.
Cell phones can't display much at a time. All you can do is send them
a chunk of data and write a program to view it. You can't simply send
a whacking great HTML page and expect the end user to be happy
scanning over it with a toilet paper tube.
It is a bit like a step back in time to DOS programming.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.
- Follow-Ups:
- Re: Embedded java ?
- From: surfunbear
- Re: Embedded java ?
- References:
- Embedded java ?
- From: surfunbear
- Re: Embedded java ?
- From: Rhino
- Re: Embedded java ?
- From: surfunbear
- Embedded java ?
- Prev by Date: Re: Newbie : get results from a query
- Next by Date: Re: break MISSING_BLOCK_LABEL_251;
- Previous by thread: Re: Embedded java ?
- Next by thread: Re: Embedded java ?
- Index(es):
Relevant Pages
|