Shortcuts: Mobile | Active Topics | Newest Posts | Latest Freeware | Private Messaging | Contribute News | Archive 
  NEWS
  Search News
Browse by Category
News History
1SRC News RSS Feed
1SRC Podcast RSS Feed
Contribute News
  FORUMS
  Search Forums
Topic Specific
News
General
Applications
  Games
  Video
Deals & Promos
Developers
E-books
Mac / Linux
Medical
Podcast
Skins & Backgrounds
Wireless
Off-Topic
  Audio/Video
  Cellphones
  Digital Cameras
  Gaming
  Gadgets & Gizmos
  Non-Palm OS PDAs
  PCs/Laptops
  Tech Web
palm
pre
Foleo
T|X-Series
Z-Series
LifeDrive
Zire
Treo
Tungsten
Older Palms
Sony
VZ-Series
TH-Series
UX-Series
TJ-Series
NX-Series
TG-Series
NZ-Series
Older Clies
Tapwave
Zodiac
Garmin
iQue
Other Licensees
AlphaSmart
Fossil
Group Sense
Kyocera
LG
Samsung
Site Specific
Arcade
Comment/Suggest
  FREEWARE
  Search Freeware
Applications
Ebooks
Skins
Backgrounds
  ABOUT US
  Contact Us
Contribute News
About Us
Privacy Statement
  LOW PRICE SEARCH

Search for the lowest prices: 




  LINKS
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Go Back   1src Forums > Topic Specific > Developers
User Name
Password
Register FAQ Members List Calendar Chat Arcade Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 03-21-2003, 04:03 AM   #16
pacamilo
Registered User
 
pacamilo's Avatar
 
Join Date: Jan 2003
Posts: 38 pacamilo is on a distinguished road
Smile Superwaba

I think I answered the same, some weeks ago, to another guy.

So, I've tried CASL, PocketC, and now I'm testing Superwaba.

Con: the 300 Kb runtime.

Pros:
It's easy. I'm serious. The learning curve is easy, since you install it.
It's (almost) java.
It's free.

And for my interests it interfaces with the Palm apps: Datebook, Notepad, etc.

It compiles to WinCE also (I don't care)

I think that the install procedure is the worse part of the matter. But

http://www.superwaba-france.com/

has a good reference/recipe to install all the tools you need.


The home for Super waba (english, although the author of Superwaba is a brazilian guy) is

www.superwaba.com.br


How I started ?

I'm an IT Director of a Credit/Debit Card Company - so I have little extra time: I must take all the free time to work on a easy, although powerful tool with pratical, good, quick results.

I think C and C++, are the all time languages to Palm or anything elase: if you have the time to learn it, to use it; I think that C and C++ are for those peaople that are seriously commited with the development as a work life or a career.

Just isn't for me. I just don't have that time to it.

So, I'm addicted to Superwaba, because the Java/object concepts are very interesting; it's a langauge that you can use in every system (even in a chip card), and the results on a Palm are very, very interesting.

So, how I started ?

I bought 2 or 3 books about java:
1 in portuguese about Java and the object oriented programs to understand all of this concepts.
2 about the java itself :
"Thinking in java" , Bruce Eckel, PH PTR
"Java, How to Program", Deitel & Deitel, Prentice Hall

I also bought the 3 tutorial series of the superwaba on their site. I'm now following the user Interface Tutorial, wich is very, pratical and allow to use the language on the fly, in 5 minutes.

I'm trying a little program to make a Database of restaurants (in Portugal, we have a lot of places where we can eat - and drink, very well)

My next project is to interface with the Datebook, to achieve my own week view.

My dream is to make a Civ type game...
pacamilo is offline   Reply With Quote
Old 03-21-2003, 06:13 AM   #17
iebnn
doumo arigatou robotosan
 
Join Date: Oct 2002
Location: UMass Amherst
Posts: 1,037 iebnn is on a distinguished road
Send a message via AIM to iebnn
The java apps that I've tried really didn't conform to palm os standards.... is this still the case with the latest superwaba release?

What didn't you like about CASL? Just curious.
__________________
DragonEdit - powerful text, DOC, and HTML editor.
iebnn is offline   Reply With Quote
Old 03-21-2003, 08:36 AM   #18
pacamilo
Registered User
 
pacamilo's Avatar
 
Join Date: Jan 2003
Posts: 38 pacamilo is on a distinguished road
Smile

I think the language you choose is a matter of taste, feeling, student know how, time to learn.


I tested an older version of CASL 2-3 years ago (machines Palm V, Handera). I didn't like it.
That time I just wanted to manage and "work" the Datebook, and the support to native Palm Dbs wasn't quite good.

But as I said, I'm interested in Java (java card) and SuperWaba seems now quite interesting to me.

I know it's not native, and the overhead you obtain with the runtime....and I'm sure it's not quite fast as C or CASL (I think). But I like it !
pacamilo is offline   Reply With Quote
Old 03-21-2003, 08:47 AM   #19
pacamilo
Registered User
 
pacamilo's Avatar
 
Join Date: Jan 2003
Posts: 38 pacamilo is on a distinguished road
Smile

I think the language you choose is a matter of taste, feeling, student know how, time to learn.


I tested an older version of CASL 2-3 years ago (machines Palm V, Handera). I didn't like it.
That time I just wanted to manage and "work" the Datebook, and the support to native Palm Dbs wasn't quite good.

But as I said, I'm interested in Java (java card) and SuperWaba seems now quite interesting to me.

I know it's not native, and the overhead you obtain with the runtime....and I'm sure it's not quite fast as C or CASL (I think). But I like it !
pacamilo is offline   Reply With Quote
Old 03-21-2003, 02:08 PM   #20
iebnn
doumo arigatou robotosan
 
Join Date: Oct 2002
Location: UMass Amherst
Posts: 1,037 iebnn is on a distinguished road
Send a message via AIM to iebnn
Hm, the support in CASL for native palm dbs is fine... it's very easy to work with. I've made a couple apps that interact with the address book and memo pad databases, and had no problems (it was much less code than with C too).

It is not only taste. Well, some of it is, but it also depends on what you're developing. You can make games with Pocket C, but forget trying to make a text editor with it (for example).
__________________
DragonEdit - powerful text, DOC, and HTML editor.
iebnn is offline   Reply With Quote
Old 03-21-2003, 10:46 PM   #21
ayasin
Senior Member
 
ayasin's Avatar
 
Join Date: Sep 2002
Posts: 420 ayasin is on a distinguished road
Quote:
Originally posted by iebnn
It is not only taste. Well, some of it is, but it also depends on what you're developing.

Also who your developing it for and why. If your a hobbiest just about anything is ok, if your a professional developer your choices are more limited (client needs, market considerations, etc)
ayasin is offline   Reply With Quote
Old 03-22-2003, 06:34 AM   #22
iebnn
doumo arigatou robotosan
 
Join Date: Oct 2002
Location: UMass Amherst
Posts: 1,037 iebnn is on a distinguished road
Send a message via AIM to iebnn
And the amount of time you have to finish the project plays a big part in it.
__________________
DragonEdit - powerful text, DOC, and HTML editor.
iebnn is offline   Reply With Quote
Old 03-28-2003, 03:17 PM   #23
roast
Junior Member
 
Join Date: Mar 2003
Location: Canada
Posts: 2 roast is on a distinguished road
I've been using the J2ME WTK, and plan on going to super-waba, I do like pure O-O design, but find the J2ME interpreter useless for any palm computing device.

What I do like about the Micro Edition, is the fact that I can put my small app/databse/whatever onto any cell phone/blackberry or palm device...

I'd agree with ayasin, that for a professional developer the options are limited and you do have to go mainstream.

roast is offline   Reply With Quote
Old 03-28-2003, 05:22 PM   #24
fjl307
NX73/U + WL110
 
fjl307's Avatar
 
Join Date: Oct 2002
Posts: 632 fjl307 is on a distinguished road
Send a message via AIM to fjl307 Send a message via Yahoo to fjl307
Quote:
Originally posted by ThomasK
C/C++ is not only the most popular language for Palm programming. I think today it is the mostly used language in embedded systems (I work in this field so I know about this).
This implies that it makes sense to program the Palms in C/C++. I can recommend everybody who starts programming in the Palm environment to do this in C/C++.


 

What about VB?? (Visual Basic)
__________________
NX73/U, WL110, 512mb MSPro, 20 gb iPod :D

MoBlog: Images from Mexico!
http://elpadrino307.textamerica.com/
fjl307 is offline   Reply With Quote
Old 03-28-2003, 05:25 PM   #25
iebnn
doumo arigatou robotosan
 
Join Date: Oct 2002
Location: UMass Amherst
Posts: 1,037 iebnn is on a distinguished road
Send a message via AIM to iebnn
You can use AppForge but it's terrible. NS Basic is a good option if you know VB. CASL can be learned quickly if you know VB, and is an even better option.
__________________
DragonEdit - powerful text, DOC, and HTML editor.
iebnn is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT -5. The time now is 12:47 AM.

  AD HOSTS ?
  GOOGLE ADS ?
  AMAZON ADS ?

Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
©2001 Entity City, LLC. All rights reserved.