473,387 Members | 1,495 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

java or C++ ??

Ive got an idea that Im going to develop into an application.
this will be a GUI type application which will be given away freely to users
to install on their PCs. The application interacts with other users on the
internet via SSL.
The problem with java is still the 16MB ish download time. I only know java
myself but intend to get somebody else to develop it in C++ rather than have
a big download.

Should I use C++ or java ?

patrick
Jan 27 '07 #1
5 1447
patrick wrote:
Ive got an idea that Im going to develop into an application.
this will be a GUI type application which will be given away freely to users
to install on their PCs. The application interacts with other users on the
internet via SSL.
The problem with java is still the 16MB ish download time. I only know java
myself but intend to get somebody else to develop it in C++ rather than have
a big download.

Should I use C++ or java ?

patrick

This is answered in this group's FAQ. See:
http://www.parashift.com/c++-faq-lit...e.html#faq-6.5

--
Alan Johnson
Jan 27 '07 #2
That faq doesnt even mention download time.
It is only a silly handwaving answer.

Download time for java is a huge business consideration
(as well as a technical consideration)

16MB would exclude all non broadband connected users from my download.
To balance that java would need a lot of advantages over C++.
patrick
"Alan Johnson" <aw***@yahoo.comwrote in message
news:hZ******************************@comcast.com. ..
patrick wrote:
>Ive got an idea that Im going to develop into an application.
this will be a GUI type application which will be given away freely to
users to install on their PCs. The application interacts with other users
on the internet via SSL.
The problem with java is still the 16MB ish download time. I only know
java myself but intend to get somebody else to develop it in C++ rather
than have a big download.

Should I use C++ or java ?

patrick

This is answered in this group's FAQ. See:
http://www.parashift.com/c++-faq-lit...e.html#faq-6.5

--
Alan Johnson

Jan 27 '07 #3
On 2007-01-27 14:35, patrick wrote:
That faq doesnt even mention download time.
It is only a silly handwaving answer.

Download time for java is a huge business consideration
(as well as a technical consideration)

16MB would exclude all non broadband connected users from my download.
To balance that java would need a lot of advantages over C++.
So why are you asking us? If you're not gonna write the application
yourself then I can't see a problem. Any language should do if you just
find a good developer.

--
Erik Wikström
Jan 27 '07 #4
"patrick" <ne********@eircom.netwrote in message
news:az*******************@news.indigo.ie
That faq doesnt even mention download time.
It is only a silly handwaving answer.
It is a silly question. You will never get a worthwhile answer here. It
depends too much on details specific to you and your application that no-one
here will be in a position to evaluate. It also is a question on which
opinions will differ widely. It is the rough equivalent of asking an
international audience: Should I be a Christian, a Muslim or an Atheist?
Download time for java is a huge business consideration
(as well as a technical consideration)

16MB would exclude all non broadband connected users from my download.
Actually, it wouldn't. It only takes about an hour and half to download that
amount on dial-up. In any case, lots of computers come with Java
preinstalled and it is legal to bundle the Java runtime with an application
on a CD, so users may have already installed an application that came with
Java.
--
John Carson
Jan 27 '07 #5


On Jan 27, 10:25 am, "John Carson"
<jcarson_n_o_sp_...@netspace.net.auwrote:
"patrick" <network...@eircom.netwrote in messagenews:az*******************@news.indigo.ie
That faq doesnt even mention download time.
It is only a silly handwaving answer.It is a silly question. You will never get a worthwhile answer here. It
depends too much on details specific to you and your application that no-one
here will be in a position to evaluate. It also is a question on which
opinions will differ widely. It is the rough equivalent of asking an
international audience: Should I be a Christian, a Muslim or an Atheist?
Download time for java is a huge business consideration
(as well as a technical consideration)
16MB would exclude all non broadband connected users from my download.Actually, it wouldn't. It only takes about an hour and half to download that
amount on dial-up. In any case, lots of computers come with Java
preinstalled and it is legal to bundle the Java runtime with an application
on a CD, so users may have already installed an application that came with
Java.

--
John Carson
Sure, in theory it wouldn't. But a large chunk of the dial-up user
base just wont wait for the download to be over. Thats not something
you should dismiss so easily.

Anyway, it seems you don't really have much of a choice. You only know
Java so just go ahead and at least write prototype in that language.
Hire another developer when the project takes off.

---
SpiralCorp

Jan 27 '07 #6

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

Similar topics

0
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what...
1
by: ptaz | last post by:
Hi I'm trying to run a web page but I get the following error. Ca anyone please tell me a solution to this. Thanks Ptaz HTTP Status 500 - type Exception report
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
0
by: mailkhurana | last post by:
Hii , I am trying to use a type 2 driver to connect to DB2 0n AIX 5 I have a small java test to class to establish a conneciton with the db .. I am NOT using WAS or any appserver When I try to...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
12
by: Mark Fink | last post by:
I wrote a Jython class that inherits from a Java class and (thats the plan) overrides one method. Everything should stay the same. If I run this nothing happens whereas if I run the Java class it...
0
by: jaywak | last post by:
Just tried running some code on Linux (2.4.21-32.0.1.EL and Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)) and Windows XPSP2 (with Java HotSpot(TM) Client VM (build...
1
by: jaimemartin | last post by:
hello, I want to validate an xml by means of a schema (xsd). To do that first of all I´m using a SchemaFactory. The problem is that if I run the code in Windows all works fine, but If I run it in...
0
oll3i
by: oll3i | last post by:
package library.common; import java.sql.ResultSet; public interface LibraryInterface { public ResultSet getBookByAuthor(String author); public ResultSet getBookByName(String name);
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...

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.