Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

develop login application with coldfusion and java

I am a beginner in ColdFusion. I just went through some tutorial to know the basic tags and functions used in ColdFusion. I am interested in developing a simple web application with Login functionality as the first step, where the username and password, entered in the form are validated in the back-end java code. I am not able to find out how to call a back-end java function to make the validation when the form is submitted. It would be of great help to start off my journey with ColdFusion.

like image 871
user902490 Avatar asked Sep 24 '26 14:09

user902490


1 Answers

Is there a reason you want to create the login validation in java? You may not be understanding what ColdFusion can do for you. You can create a fully-functional login using HTML, ColdFusion, and its connection to a relational database. This tutorial touches on a lot of that functionality.

It is possible to compile java objects and call them using ColdFusion, but this is definitely not beginner intro to ColdFusion tutorial material.

like image 72
Digital Chris Avatar answered Sep 26 '26 04:09

Digital Chris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!