473,399 Members | 4,192 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,399 software developers and data experts.

Java "server-side" (servlet/J2EE) alternatives to applets

I would like some advice on what Java server-side alternatives their are to
an applet which is a shopping cart application which allows the user to
drag-and-drop individual items into "an order" panel within the applet
environment on the browser client.

I am eager to port this application, as the rest of the site uses JSP,
servlets, XML, struts..... I do not have much experience of Swing, but
would like to know if there is a way of "equivuilent dragging and dropping"
applet functionality but using server-side components. I realise that HTTP
is not a stateful protocol.

"OR".....

Am I limited to using tick-boxes and using browser "submit" to act as a
trigger for moving the items to the order. I would rather not use
Javascript, or framesets because of browser inconsistencies.

I realise this is a rather general topic, but any suggestions, or online
examples would really be appreciated.

Many thanks.

Miles Davenport.
Jul 17 '05 #1
1 2188

"Miles Davenport" <milesd@ chocksaway. com> wrote in message
news:c3*******************@news.demon.co.uk...
I would like some advice on what Java server-side alternatives their are to an applet which is a shopping cart application which allows the user to
drag-and-drop individual items into "an order" panel within the applet
environment on the browser client.

I am eager to port this application, as the rest of the site uses JSP,
servlets, XML, struts..... I do not have much experience of Swing, but
would like to know if there is a way of "equivuilent dragging and dropping" applet functionality but using server-side components. I realise that HTTP is not a stateful protocol.

"OR".....

Am I limited to using tick-boxes and using browser "submit" to act as a
trigger for moving the items to the order. I would rather not use
Javascript, or framesets because of browser inconsistencies.

I realise this is a rather general topic, but any suggestions, or online
examples would really be appreciated.

Many thanks.

Miles Davenport.


HTTP and its being statefull has little to do with this. HTML userinterfaces
usually are statefull which is implemented through HTTP sessions. The
problem here is the d&d thing. IMHO d&d is in most cases not needed and
often impractical. If you want to be able to add product to a shopping cart
a button, popup-menu or even a double-click is probably a lot easier to use
and these would be easy to implement in a HTML ui.
Doing d&d is possible but it very tedious, especially if you need multiple
browser support.

Regards,

Silvio Bierman
Jul 17 '05 #2

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

Similar topics

0
by: Yi | last post by:
Hi, I am a scientist and new to .NET programming. On my PC, I am using Windows 2000 professional with IIS, SQL Server 2000 (standard, personal), Visual Basic .net (2003, standard). By following...
1
by: bonnie.tangyn | last post by:
Hello all I get Too few parameters expected 2 error and "The MS Jet Database engine cannot find the input table or query "myTempTablename". Make sure it exists and that its name is spelled...
0
by: Oliver | last post by:
> I am seeing an 'Access Denied' exception when using a "Server" "Serviced Component" >> ..are...registered in the GAC ? yes. >> ..are...the parameters serializable? um - parameters? - the...
0
by: Jim Moon | last post by:
Hello. We have SQL Server Stored Procedures that use the "CURRENT_USER" variable. We have SQL Server database fields that call "user_name()" as a default. That has been fine in the use and...
2
by: Jim Moon | last post by:
Hello. We have SQL Server Stored Procedures that use the "CURRENT_USER" variable. We have SQL Server database fields that call "user_name()" as a default. That has been fine in the use and...
1
by: SibAndela | last post by:
Is there a way that I can attach the uploaded file from a client web site to the web server without first storing the uploaded file on the server? Currently on my local PC (local host) the...
3
by: Jim in Arizona | last post by:
Most of the asp.net learning I've done has been from books that were written during the 1.0 framework. I didn't have a copy of visual studio when I started reading them then I got a hold of VS 2005...
2
by: Ed Mittelstedt | last post by:
Hello, I've been wrestling with this problem for almost 4 months now. I am trying to run two instances of the same java server app on 1 linux box. Basically they are listening on seperate...
0
by: martin leer | last post by:
Hi all. I got the following error: OLE DB provider "MSDAORA" for linked server "infonet" returned message "Oracle client and networking components were not found. These components are...
3
by: raghulvarma | last post by:
if I type the code as <input type="text" name="txtbox" > and make the script language as function empty() { if(document.Form1.txtbox.value=="") { alert("should not be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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...
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.