 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
David Ting Guest
|
Posted: Tue Mar 20, 2007 8:12 pm Post subject: a newbe question |
|
|
Hi all,
having been using delphi and C++ tools for many years, now we need to
migrate the application to Java and preferrable web based.
now I am facing 2 questions:
1, unlike the delphi, I found that I can't create a new form and put my J
controls on it, I am using Jbuilder 2006. can someone help me show where the
step is to create a main form and put the different controls on it?
2, after the form has been created with the Jbuilder, can this application
be easily posted to the web so user can see the same results from the IE? I
noticed that visual studio can do the same thing, so just wonder if JBuilder
can do it.
thank you very much
kind regards
David |
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
Posted: Tue Mar 20, 2007 11:17 pm Post subject: Re: a newbe question |
|
|
David Ting wrote:
| Quote: | 1, unlike the delphi, I found that I can't create a new form and put my J
controls on it, I am using Jbuilder 2006. can someone help me show where
the step is to create a main form and put the different controls on it?
|
JBuilder 2006 has a visual designer. Look under "File | New | General"
and you'll find you can create frames, dialogs, panels, and more.
In particular, go to the online help and look at the chapter "Designing
applications" in the "Building Applications" book. Whatever else you do,
take the time to learn how to use GridBagLayout and avoid XYLayout at all
costs.
| Quote: | 2, after the form has been created with the Jbuilder, can this application
be easily posted to the web so user can see the same results from the IE?
I noticed that visual studio can do the same thing, so just wonder if
JBuilder can do it.
|
Yes, through Java Web Start. Documentation is here:
http://java.sun.com/products/javawebstart/
You can create a JWS file through "File | New | Web | Web Start Launcher".
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html |
|
| Back to top |
|
 |
David Guest
|
Posted: Wed Mar 21, 2007 5:48 pm Post subject: Re: a newbe question |
|
|
hi Kevin,
thanks for the sharing. I did a deep dig into the product and found lots of
interesting things, which gives me more confident now. thanks
David
"Kevin Dean [TeamB]" <NkOdSePaAnM (AT) datadevelopment (DOT) com> wrote in message
news:xn0f3xlki4sjocz000-kdean (AT) www (DOT) teamb.com...
| Quote: | David Ting wrote:
1, unlike the delphi, I found that I can't create a new form and put my J
controls on it, I am using Jbuilder 2006. can someone help me show where
the step is to create a main form and put the different controls on it?
JBuilder 2006 has a visual designer. Look under "File | New | General"
and you'll find you can create frames, dialogs, panels, and more.
In particular, go to the online help and look at the chapter "Designing
applications" in the "Building Applications" book. Whatever else you do,
take the time to learn how to use GridBagLayout and avoid XYLayout at all
costs.
2, after the form has been created with the Jbuilder, can this application
be easily posted to the web so user can see the same results from the IE?
I noticed that visual studio can do the same thing, so just wonder if
JBuilder can do it.
Yes, through Java Web Start. Documentation is here:
http://java.sun.com/products/javawebstart/
You can create a JWS file through "File | New | Web | Web Start Launcher".
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|