473,406 Members | 2,620 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,406 software developers and data experts.

WebClasses .vs. JAVA .vs. ASP

I am trying to help a company move into the future. They are interested in
using VB.NET as their platform, and need to know if they can do major web
development using WebClasses.

I am used to people doing major projects in JAVA, ASP, etc.

Can the WebClasses in VB.NET be used to develop at the enterprise wide
intranet/extranet level?

Are the WebClasses the evolution of what I used to call DHTML in VB.6?

Thanks for your professional insight.

Michael
Jul 21 '05 #1
4 2266

"Michael J. Visintin" <mj********@msn.com> wrote in message
news:OO**************@tk2msftngp13.phx.gbl...
I am trying to help a company move into the future. They are interested in using VB.NET as their platform, and need to know if they can do major web
development using WebClasses.

I am used to people doing major projects in JAVA, ASP, etc.

Can the WebClasses in VB.NET be used to develop at the enterprise wide
intranet/extranet level?

Are the WebClasses the evolution of what I used to call DHTML in VB.6?

Thanks for your professional insight.

Michael


WebClasses are an old technology from the VB6 days.

However, they illustrate the way that ASP.NET now works, compiled OOP code
that is a DLL that runs under the http server.

In ASP.NET, using c#, everything is a class, it's the basis of the language.

I would use c# for web and web services applications.
Jul 21 '05 #2
> In ASP.NET, using c#, everything is a class, it's the basis of the
language.

I would use c# for web and web services applications.


This is rather independent of C#. I personally prefer C#, but VB.NET can
work out fine (we've done some large projects in VB.NET for the web with no
problems). With .NET, the language itself isn't as important...

-mike
MVP
Jul 21 '05 #3

"Michael Giagnocavo [MVP]" <mg*******@Atrevido.net> wrote in message
news:e6**************@tk2msftngp13.phx.gbl...
problems). With .NET, the language itself isn't as important...


I hear that, and it is often said, but
to be honest with you, I would not
use .Net if it didn't have c#.

java was the superior choice for
people who wanted to commit
to the OO paradigm for web
development, multi-tiered applications
and data manipulation for business
logic.

c# is microsoft's answer for a clean,
workable language that is in the history
of c++ and smallTalk.

VB.NET just isn't that, and it will
soon be abandoned.

As for 'other' languages, do you
seriously think someone is going
to program COBOL in dotnet?

I mean they can -- but why?

Jul 21 '05 #4
I'm sorry to be so late replying to you.

I wrote a book on WebClasses and I'd love to recommend them to you, but they
are fully obsolete and deprecated by Micrsooft. They are not part of .NET --
the equivalent in .NET is ASP.NET, which is the technology you'll want if
you want to develop a web application on the Microsoft platform.

You can write ASP.NET comfortably in either VB.NET or C#. If you are an
experienced VB programmer and you have some experience with object oriented
programming, you'll find this an easy transition.

You may want to take a look at my web site, I have a number of books on the
subject that may be of interest to you: http://www.LibertyAssociates.com -
click on books. If I can be of help, please let me know.

-j

--
Jesse Liberty, President
Liberty Associates, Inc.
http://www.LibertyAssociates.com
"Michael J. Visintin" <mj********@msn.com> wrote in message
news:OO**************@tk2msftngp13.phx.gbl...
I am trying to help a company move into the future. They are interested in using VB.NET as their platform, and need to know if they can do major web
development using WebClasses.

I am used to people doing major projects in JAVA, ASP, etc.

Can the WebClasses in VB.NET be used to develop at the enterprise wide
intranet/extranet level?

Are the WebClasses the evolution of what I used to call DHTML in VB.6?

Thanks for your professional insight.

Michael

Jul 21 '05 #5

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

Similar topics

2
by: Michael | last post by:
Hello I am trying to write a Java-Program which converts a XML-file in a HTML. It should take the Transformation-file from the XML-file itself. Below find a possible XML-file: <?xml...
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...
4
by: Michael J. Visintin | last post by:
I am trying to help a company move into the future. They are interested in using VB.NET as their platform, and need to know if they can do major web development using WebClasses. I am used 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...
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);
1
by: Ellie | last post by:
I need to upgrade a VB6 webclasses application to asp.net and it seems like almost an impossible task. My application used a lot of tags with the processtags event. Also I have a lot of html...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.