473,749 Members | 2,384 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can you build a Web Page with Java - Like you can with Flash?

tmb
1 - Can you build an entire web page or site with Java... sorta like you can
with Flash?

2 - Can you do...
.. Drag & Drop
.. Push Buttons
.. Hot Spot
.. Hot Object
.. Pull Down's (combo boxs)
.. data entry fields

With Java?

3 - Can you show Windows format, Apple format or Flash movies within a Java
Web page or a Java Application (embedded... not via launching another
window)

4 - What are the down sides of using Java to build a web page or site?

thanks for any comments.
Jul 17 '05 #1
8 3880
If you're looking for something easy - better stay with flash and PHP
Java is free - and can run on free operating systems and operate with free
web servers
Its a higher echelon of programming.

"tmb" <to********@yah oo.com> wrote in message
news:jp******** *************@t wister.tampabay .rr.com...
1 - Can you build an entire web page or site with Java... sorta like you can with Flash?

2 - Can you do...
.. Drag & Drop
.. Push Buttons
.. Hot Spot
.. Hot Object
.. Pull Down's (combo boxs)
.. data entry fields

With Java?

3 - Can you show Windows format, Apple format or Flash movies within a Java Web page or a Java Application (embedded... not via launching another
window)

4 - What are the down sides of using Java to build a web page or site?

thanks for any comments.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.690 / Virus Database: 451 - Release Date: 5/22/2004
Jul 17 '05 #2

"tmb" <to********@yah oo.com> wrote in message
news:jp******** *************@t wister.tampabay .rr.com...
1 - Can you build an entire web page or site with Java... sorta like you can with Flash?

2 - Can you do...
.. Drag & Drop
.. Push Buttons
.. Hot Spot
.. Hot Object
.. Pull Down's (combo boxs)
.. data entry fields

With Java?

Java can do all of these things. However, it is less a matter of 'Java' and
more a matter of what IDE you use. For top of the line stuff, check out BEA
Weblogic Workshop 8.1. It allows you to graphically design the page flows
of entire websites, and also lets you merge them and other sites into a
single web portal. As for direct work on web pages, there are WYSIWYG html
editors that understand JSP.
3 - Can you show Windows format, Apple format or Flash movies within a Java Web page or a Java Application (embedded... not via launching another
window)

Java can do anything a cgi or perl or php based website can do.
4 - What are the down sides of using Java to build a web page or site?


I would hazard to guess you are interested in building a relatively small
site. If so, you should need nothing more than JavaBeans, JSP and JDBC
database connections. At this level, Java is similar in difficulty to ASP.

l8r, Mike N. Christoff

Jul 17 '05 #3
hi guys
i wanted to make a corporate application using just the frames(no applets).
well is it possible to make one with real time worth in it.
Jul 17 '05 #4
tmb
Easy is always a budget saving issue :)

But in this case, we want to develope a large series of products that can
run on all the major operating systems...

We also want to run as either a stand alone app or a web based app.

We also want to NOT have all the source code hanging out there so all
someone has to do is click View | Source

There is more...

My question is...
.... can we create a window...
.... put interactive objects in the window... like buttons, hot spots, hot
zones, data entry fields, etc... ... and can we show Windows Movie files
(embedded in our window... not launch Windows Media Player as a seperate
window)
.... and can we also show Flash files embedded in the window as above?)

If we can do in Java what they do in Flash and/or HTML, then I think Java
may be our solution.

thanks for any additional comments - tmb

"Hal Rosser" <hm******@bells outh.net> wrote in message
news:QA******** ********@bignew s5.bellsouth.ne t...
If you're looking for something easy - better stay with flash and PHP
Java is free - and can run on free operating systems and operate with free web servers
Its a higher echelon of programming.

"tmb" <to********@yah oo.com> wrote in message
news:jp******** *************@t wister.tampabay .rr.com...
1 - Can you build an entire web page or site with Java... sorta like you

can
with Flash?

2 - Can you do...
.. Drag & Drop
.. Push Buttons
.. Hot Spot
.. Hot Object
.. Pull Down's (combo boxs)
.. data entry fields

With Java?

3 - Can you show Windows format, Apple format or Flash movies within a

Java
Web page or a Java Application (embedded... not via launching another
window)

4 - What are the down sides of using Java to build a web page or site?

thanks for any comments.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.690 / Virus Database: 451 - Release Date: 5/22/2004

Jul 17 '05 #5
you can do anything you want if your willing to put the energy into
it... it pays however to use the right tool for the right job.
everything you've asked for can be done with java but your kinda going
against the grain. use flash for what flash is good for and no more, use
java for what java is good for and no more....

- perry

tmb wrote:
1 - Can you build an entire web page or site with Java... sorta like you can
with Flash?

2 - Can you do...
.. Drag & Drop
.. Push Buttons
.. Hot Spot
.. Hot Object
.. Pull Down's (combo boxs)
.. data entry fields

With Java?

3 - Can you show Windows format, Apple format or Flash movies within a Java
Web page or a Java Application (embedded... not via launching another
window)

4 - What are the down sides of using Java to build a web page or site?

thanks for any comments.


Jul 17 '05 #6
tmb
We need to run both as a stand-alone app and a web based app...

In the stand-alone (no internet connection or local server) and, we need to
be able to read and write to the local disk and probably to a data base...

While I think you can do it with Flash... I'm not sure that is the tool of
choice for standalone apps that are reading and writing data to the local
hard disk.

Can be done, I understand, but Java much more flexable.

tmb

"perry" <pe***@cplusplu s.org> wrote in message
news:Fx******** *********@news2 0.bellglobal.co m...
you can do anything you want if your willing to put the energy into
it... it pays however to use the right tool for the right job.
everything you've asked for can be done with java but your kinda going
against the grain. use flash for what flash is good for and no more, use
java for what java is good for and no more....

- perry

tmb wrote:
1 - Can you build an entire web page or site with Java... sorta like you can with Flash?

2 - Can you do...
.. Drag & Drop
.. Push Buttons
.. Hot Spot
.. Hot Object
.. Pull Down's (combo boxs)
.. data entry fields

With Java?

3 - Can you show Windows format, Apple format or Flash movies within a Java Web page or a Java Application (embedded... not via launching another
window)

4 - What are the down sides of using Java to build a web page or site?

thanks for any comments.


Jul 17 '05 #7
first things first, you need to define the scope of your application. a
step often missed by over-eager developers. have you taken the time to
sit down with an experienced systems analyst? someone well versed in
helping you determine the functionality that you, the end user, really
are looking for? if you have over looked this step, it is so easy to get
caught up with all the tiny details and issues related to one technology
over another.

flash has it's good points, and depending upon how important nice
graphics are concerned, and how quickly you want to see something nice
instead of a full blown product, then rapid prototyping with flash is
something to consider. however, if your application has many
non-graphical issues to consider, like portability and
platform/networking independence then java is the logical choice (not
discounting other technologies like C, Lisp & C++, they each have their
strong points too).

as i said, would it be possible for you to either sit down with an
accomplished systems analyst to determine first what it is that you
would really like to do? or could you take the time to describe what you
want, even over this newsgroup?

feel free to email me directly.

- perry

pe***@cplusplus .org
tmb wrote:
We need to run both as a stand-alone app and a web based app...

In the stand-alone (no internet connection or local server) and, we need to
be able to read and write to the local disk and probably to a data base...

While I think you can do it with Flash... I'm not sure that is the tool of
choice for standalone apps that are reading and writing data to the local
hard disk.

Can be done, I understand, but Java much more flexable.

tmb

"perry" <pe***@cplusplu s.org> wrote in message
news:Fx******** *********@news2 0.bellglobal.co m...
you can do anything you want if your willing to put the energy into
it... it pays however to use the right tool for the right job.
everything you've asked for can be done with java but your kinda going
against the grain. use flash for what flash is good for and no more, use
java for what java is good for and no more....

- perry

tmb wrote:
1 - Can you build an entire web page or site with Java... sorta like you
can
with Flash?

2 - Can you do...
.. Drag & Drop
.. Push Buttons
.. Hot Spot
.. Hot Object
.. Pull Down's (combo boxs)
.. data entry fields

With Java?

3 - Can you show Windows format, Apple format or Flash movies within a
Java
Web page or a Java Application (embedded... not via launching another
window)

4 - What are the down sides of using Java to build a web page or site?

thanks for any comments.




Jul 17 '05 #8
First, Lisp ? Just a question as i am interested in playing with
Lisp, partly because i had a heck of a time with it. Can one do gui
or web based stuff with Lisp ? And where would i get the compiler -
GNU ?

Second question. I am in a similar boat. We are moving away from a
character based system and rewriting it in Java. The senior
programmer kind of wants to hack - develop a small prototype for a
simple one form. But he is thinking GUI on desktop and has not
thought through all that is involved in developing a web based app,
especially one that would replace the current one: old character based
app running on unix and non client-server but hostbased: app resides
on one machine users log onto the machine via a number of ways:
telnetting through terminal emulation, or logging into the server with
the application. We want to replace that system. What i am trying to
find out is is there a good book on doing web development, especially
one that deals with converting old apps to a web based system.
Thanks.

perry <pe***@cplusplu s.org> wrote in message news:<YA******* ************@ne ws20.bellglobal .com>...
first things first, you need to define the scope of your application. a
step often missed by over-eager developers. have you taken the time to
sit down with an experienced systems analyst? someone well versed in
helping you determine the functionality that you, the end user, really
are looking for? if you have over looked this step, it is so easy to get
caught up with all the tiny details and issues related to one technology
over another.

flash has it's good points, and depending upon how important nice
graphics are concerned, and how quickly you want to see something nice
instead of a full blown product, then rapid prototyping with flash is
something to consider. however, if your application has many
non-graphical issues to consider, like portability and
platform/networking independence then java is the logical choice (not
discounting other technologies like C, Lisp & C++, they each have their
strong points too).

as i said, would it be possible for you to either sit down with an
accomplished systems analyst to determine first what it is that you
would really like to do? or could you take the time to describe what you
want, even over this newsgroup?

feel free to email me directly.

- perry

pe***@cplusplus .org
tmb wrote:
We need to run both as a stand-alone app and a web based app...

In the stand-alone (no internet connection or local server) and, we need to
be able to read and write to the local disk and probably to a data base...

While I think you can do it with Flash... I'm not sure that is the tool of
choice for standalone apps that are reading and writing data to the local
hard disk.

Can be done, I understand, but Java much more flexable.

tmb

"perry" <pe***@cplusplu s.org> wrote in message
news:Fx******** *********@news2 0.bellglobal.co m...
you can do anything you want if your willing to put the energy into
it... it pays however to use the right tool for the right job.
everything you've asked for can be done with java but your kinda going
against the grain. use flash for what flash is good for and no more, use
java for what java is good for and no more....

- perry

tmb wrote:

1 - Can you build an entire web page or site with Java... sorta like you


can
with Flash?

2 - Can you do...
.. Drag & Drop
.. Push Buttons
.. Hot Spot
.. Hot Object
.. Pull Down's (combo boxs)
.. data entry fields

With Java?

3 - Can you show Windows format, Apple format or Flash movies within a


Java
Web page or a Java Application (embedded... not via launching another
window)

4 - What are the down sides of using Java to build a web page or site?

thanks for any comments.


Jul 17 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2457
by: tmb | last post by:
Does anyone know if there is a Flash Player, a Director Player, or an Authorware player written in Java? ( Flash, Director and Authorware are Macromedia Products) And, if so, where could I find such. thanks - tmb
0
3533
by: Revenge | last post by:
hi all, i've a JBuilder project with some packages and some jsp pages using these packages. When i try to build the project , there aren't errors or warnings but the jsp pages are not built because there aren't the java files generated (example index_jsp.java) If I try to load the main jsp page from JBuilder it seems to work (even if the index_jsp.java, etc....are not visible in project) but if I build a War file and I deploy it under...
12
3393
by: Warren | last post by:
Greetings: I know how to size a child window (po-up) however WITHOUT using FLASH, is there a way to size the FIRST PAGE of a web site (and all subsaquent pages as well) i.e. the WHOLE site would be, say 400px x 500px ? Thanks in Advance! Warren
40
3178
by: Eitan | last post by:
Hello, I know Java-Applet (written for JBuilder). I would like to know about dotnet technology, pros and cons in comparation to Java-Applet technololgy. Can I write a program in dotnet, like Java-Applet, compile it, debug it, and put it as a class on an HTML (like Java-Applet). I would like to introduce to the dot net technology. Give me some samples, please, and a comparation to Java-Applet technology.
1
8069
by: Bill DeWitt | last post by:
I know that there is probably some small amount of bias here for Java, but I am trying to decide whether to devote my learning curve time to java or flash. What I want to accomplish is to create a series of web based educational games which will have very basic graphics, allow two or more players on the same game, and have some small amount of interacitvity between dissimilar games (IOW, there may be a math game that sends 'level achieved'...
458
21347
by: wellstone9912 | last post by:
Java programmers seem to always be whining about how confusing and overly complex C++ appears to them. I would like to introduce an explanation for this. Is it possible that Java programmers simply aren't smart enough to understand C++? This is not merely a whimsical hypothesis. Given my experience with Java programmers --- the code they write and the conversations they have --- Occam's Razor points to this explanation. For example,...
11
3526
by: emailus | last post by:
I am webmaster for the domain <www.alpha1.org.au>. Not being an expert in html, I take advantage of my domain Registrant's web building tool, 'Instant Website'. This tool is provided as part of the fee I pay for web hosting. 'Instant Website' provides the option of having your opening page as a Flash Page, which you'll see if you visit <www.alpha1.org.au>. Well, you'll see it if you visit from a Windows machine. For some reason, when...
5
2942
by: Good Man | last post by:
Hi everyone I was wondering if some people could comment on the new Flickr uploader at http://www.flickr.com/photos/upload/ I find a couple of things very intriguing, particuarly some things that i thought were impossible to do with javascript/client-side stuff 1) clicking "Choose photos" opens up a browser 'file' dialog with "Files of type:" pre-selected with jpg and bmp extensions. in addition, you can
9
2682
by: mel | last post by:
Hi all, I need a persistent TCP connection with my web server over page reloads. This means that, even if the user goes to a different page (in my domain), I want to keep a TCP connection live. I know I can do something similar with globalStorage in FF, window.name & userData on IE, but those storages only hold strings.
0
8996
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8832
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9566
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9388
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9333
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9254
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6800
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6078
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
3
2217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.