473,408 Members | 1,817 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,408 software developers and data experts.

How can i establish the connectivity between back end psql and front end in html

How can i establish the connectivity between back end psql and front end in html
Oct 7 '10 #1
4 2510
Frinavale
9,735 Expert Mod 8TB
You need to implement an application that is executed on a web server.

This application will establish connectivity with the database and generate HTML based on what it retrieves.

It will then send the HTML it generates to the browser.

When the user wants to do something (maybe do another search etc) they will click a button (or something) which will submit the HTML form to the application on the server so that this application can establish connectivity with the database and do what the user requested.

These types of applications are developed using technologies like PHP, ASP/ASP.NET, Perl, Java (Java Server Pages ...jsp) etc.

Look up the topic of developing dynamic websites.

-Frinny
Oct 7 '10 #2
Thank you so much..needed a little more help.I am planning to create a community site.But not getting how to start with.what should be the sequence of things to be done.The front end will keep track of login ,create a new account if account does not exist,keep a track of friends,messages,basic details,upcoming events. designing will be done through java but what shall be done in the back end..
Oct 7 '10 #3
Thank you so much..but i am unable to get a clear picture of how should i start on with this project,i hardly have any idea and have to submit this project in a week s time.The designing part i guess will be taken care by java but what about the back end,what exactly has to be stored there and how..My site will have a login page having basic login details,sign up for new user,once the user logs in ,there will be a list of his friends,messages,upcoming events,details about himself and chat option if possible,so could you please help me how to get started with and is it not a better option to use html over java in terms of simplicity snd convenience,and if i use html..
Oct 7 '10 #4
Frinavale
9,735 Expert Mod 8TB
This is a pretty big undertaking to do from scratch.

Consider researching products that already exist that you could expand upon.

Otherwise, your first step will be to gather the requirements for the system.

From there you will design the system (this does not involve any Java). Designing a system requires you to figure out what components will be needed to accomplish all of the tasks that are needed to meet the requirements. This involves breaking down the project into components that you can easily understand so that you easily write the code for the project (writing code is referred to as implementing).

After all of the designing is done, then you should research the technologies that you are going to use (research JSP and databases...like MySql...that you are considering)

Now, once you know exactly what you need to do, and you know about the technologies that you are going to use, you start implementing your project.

This is Not a small undertaking.
It is going to require days of requirement-gathering, designing, and research before you even get to the implementation.


By the way, in web-development the "front-end" is typically the HTML that is generated. The "back-end" is anything that is executed on the server...it is the back-bone that generates the HTML that the user interacts with.

-Frinny
Oct 7 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: krisa | last post by:
Would appreciate any help on this: I have an A2K frontend/backend application developed & tested on client's "usual" server. Then moved both back and front ends to a different server so...
4
by: John Baker | last post by:
Hi: I have an application that has a back end and a front end. I need to add a table which is identical to one in the back end, and then use it for a temporary holing place form some records. I...
3
by: Brian Keanie | last post by:
I just read these terms a few posts ago and have come across them in a database I inherited recently. Could someone please explain what this/these mean(s)?
7
by: tom | last post by:
Hi, I want a listbox below a hidden calendar control. The problem is that the listbox will shadow the calendar when the calendar is visible. How can I bring the calendar from back to front? ...
35
by: robert d via AccessMonster.com | last post by:
I was asked to provide a proposal. I provided a proposal on my application and the prospective client likes what I have but is wary of it having been developed in Access. I don't understand this...
3
by: John | last post by:
What is the easiest way to make the contact form show on the front page. Meaning on want to keep the front html page and when someone clicks on the contact us link the front page remains the same,...
5
by: The alMIGHTY N | last post by:
Hi all, Let's say I have a simple math formula: sum (x * y / 1000) / (sum z / 1000) I have to do this across 50 items, each with an x, y and z value, when the page first loads AND when a...
5
by: kcr2007 | last post by:
I am a beginner - just to give a warning up front :) I have a split database on one computer. I need to move the whole database, front and back ends to another computer. When I do, it will not...
11
by: gan | last post by:
hi dear all please help me im using the calander control from a form just i paste here the problem, the problem is when i click the calander button the calander is opening at the same time...
9
by: Peter Webb | last post by:
I want to animate one object moving in front of another. I cannot re-render the background as the object moves, as it would be extremely time consuming. This is what I would like to do. I draw...
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
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
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
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
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...

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.