The Tutorials in this series are created using Netbeans 7.3 on Ubuntu 12.04. Java Business Application series brings together all the constructs learnt in the Java series and the Netbeans series. Building a Library Management System from scratch has been explained in a very simple manner in this series. Read more
Foss : Java Business Application - Tamil
Outline: * ஒரு எளிய web project ஐ உருவாக்குதல் * Deployment descriptor * Web content folder * web.xml * HTML பக்க்ம் * அப்ளிகேஷனை இயக்குதல்
Outline: Web server க்கான வரையறை Web container க்கான வரையறை ஒரு servlet ஐ உருவாக்குதல் அந்த servlet ஐ இயக்குதல் Java code னுள் HTML ஐ சேர்த்தல் அந்த Project ஐ மீண்டும் இயக்குதல் Servl..
Outline: Library Management System ன் home page ஐ உருவாக்குதல index.jsp க்கு செல்லுதல் ஒரு form ஐ உருவாக்குவதன் மூலம் index.jsp ஐ மாற்றுதல் GreetingServlet.java ஐ உருவாக்குதல் ஒரு con..
Outline: Database library ஐ உருவாக்குதல் Table users ஐ உருவாக்குதல் JDBC Driver ஐ load செய்தல் Project ஐ இயக்குதல் Login செய்து successGreeting பக்கத்தை காட்டுதல் GreetingServlet.java ..
Outline: Admin பக்கத்திற்கு redirect செய்ய login பக்கத்தை மாற்றுதல் Book மற்றும் Checkout model ஐ உருவாக்குதல் GreetingServlet.java ஐ மாற்றுதல் AdminSection.java ஐ உருவாக்குதல் listBook..
Outline: Admin Section Page க்கு மேலும் செயல்பாடுகளை சேர்த்தல் அனைத்து பயனர்களையும் பட்டியலிடுதல் ஒரு புத்தகத்தை புதுப்பித்தல்/திருப்பிக்கொடுத்தல் அதற்கான servletகளில் மாற்றங்களை செய்தல்..
Foss : Java Business Application - Urdu
Outline: لائبریری مینیجمینٹ سِسٹم کا جائزہ ویب ایپلِکیشن بنیادی اِنوینٹری سِسٹم کی تخلیق لائبریری مینیجمینٹ سِسٹم لائبریری مینیجمینٹ سِسٹم کی مثال لائبریری مینیجمینٹ سِسٹم کی ضرورت
Outline: ایک سادہ ویب پروجیکٹ کی تخلیق ڈِپلاے مینٹ ڈِسکرپٹر ویب کنٹینٹ فولڈر web.xml پیج HTML ایپلِکیشن رن کرنا
Outline: ویب سرور کی وضاحت ویب کنٹینر کی وضاحت سرولیٹ بنانا(servlet) سرولیٹ رن کرنا کو جاوا کوڈ کے اندر شامل کرنا HTML دوبارہ کوڈ رن کرنا میں فرق JSPs اور Servlets کی تخلیق JSP
Outline: لائبریری مینیجمینٹ سِسٹم کا ہوم پیج بنانا پر جانا index.jsp میں ترمیم کرنا index.jsp فارم بناکر کی تخلیق GreetingServlet.java Servlet کنٹرولر کے طور پر میتھڈ کے اندر سے فار..
Outline: ڈیٹا بیس لائبریری بنانا تیبل یوزرس بنانا ڈرائیورلوڈ کرنا JDBC پروجیکٹ رن کرنا کرنا Login پیج ظاہر کرنا successGreeting اور کی وضاحت successGreeting.java میتھڈ ..
Outline: ایڈمِن پیج پر رِڈائریکٹ کرنے کیلئے لوگ اِن پیج میں ترمیم کرنا (Admin) بُک اینڈ چیک آؤٹ ماڈل بنانا میں ترمیم کرنا GreetingServlet.java کی تخلیق AdminSection.java کی تخلیق list..
Outline: ایڈمِن سیکشن پیج پر مزید فنکشنلٹیزیا فعالیتیں جوڑنا تمام یوزرس کی فہرست بنانا ایک کتاب کا چیک آؤٹ یا واپسی متعلقہ سرولیٹس میں ترمیمات چیک آؤٹ اور رِٹرن کیلئے انٹرفیس کی تخلیق ..
Foss : JavaScript - English
Outline: Overview of JS Why JavaScript? About JavaScript ECMAScript The content available in various tutorials in this series
Outline: How to use JS in HTML Creating JS file Different approaches to use JS with HTML Script Tag Usage Embedding JS in HTML Writing JS code in Embedded method Importing External ..
Outline: Data Types and Variables in JS Declaring Variables Data Types Primitive Data Types Non Primitive Data Types Browser Tools Console Data Commenting JS code Data structure o..
Outline: Operators in JS Operator Different Types of Operators What Operator returns Assignment operator Arithmetic operators Comparison operators Logical operators Ternary operat..
Outline: Loops in JS What is a Loop Different Types of Loops Initializing Loops Entry Controlled Loops Exit controlled Loops Increment/Decrement in Loops for loop while loop do....
Outline: Functions in JS Create basic functions Create Parameterized function Create Function as a value Create Function as an Argument/Parameter Create Function as Property Create ..
Outline: Window and DOM Manipulations in JS Window Object Global Object Window Object Properties Prototypes Document Object Modal DOM Manipulations Access element Accessing elemen..