The Tutorials in this series are created using JDK 1.6 on Ubuntu 11.10. It is a free and open source high level programming language,simple as well as object oriented language. Read more
Foss : Java - Manipuri
Outline: - Java Interfaces - Implementing Interface - Implementation Classes - Interfaces Vs Abstract classes - Implementing Multiple Interfaces - Usage of Interfaces with an example
Outline: What is Static Variable in Java? Usage of Static Variables with Example Static Variables Vs Instance Variables Final Static Constants
Outline: - What is static method in Java? - Static methods Vs Instance methods - Usage of static method with example - Passing object variables in a static method
Outline: - What is a static block - Declaring and defining a static block - How static blocks are invoked and executed
Outline: - What is an Exception - Types of Exceptions - Checked Exceptions - Unchecked Exceptions - Explaining ''ArrayIndexOutOfBoundsException'' - Demonstrating Check..
Outline: - What is a Custom Exception - Demonstration of custom exception - Custom exception example - "InvalidMarkException" - Usage of "throw" keyword - How to resolve errors in custo..
Foss : Java Business Application - Manipuri
Outline: Overview of Library Management System Web application. To create a basic inventory system. Library Management System Example of a Library Management system. ..
Outline: * Developing a simple web project * Deployment descriptor * Web content folder * web.xml * HTML Page * Run the application
Outline: Definition of web server Definition of web container Creating a servlet Running the servlet Including HTML inside Java code Running the Project again Difference between Ser..
Outline: Creating the home page of Library Management System Go to index.jsp Modify the index.jsp by creating a form Create GreetingServlet.java Servlet as a controller Inside the doGe..
Outline: Create database library Create table users Load JDBC Driver Run the project Login and show successGreeting page Explain GreetingServlet.java Explain getParameter method Expl..
Outline: Modify the login page to redirect to admin page Create Book and Checkout model Modifying GreetingServlet.java Creating AdminSection.java Create listBooks.jsp Fetch all the boo..
Outline: Adding more functionalities to the Admin Section Page Listing all the users Checkout/Return a book Modifications in the corresponding servlets Interface for checkout and return..
Foss : K3b - Manipuri
Outline: Introduction to k3b System Requirements Installing k3b
Outline: Burning data, CDs/DVDs Burning audio or video CDs/DVDs
Foss : KiCad - Manipuri
Outline: Designing circuit schematic in KiCad Steps involved in PCB designing using KiCad Creating new project in KiCad Using Schematic editor (EEschema) in KiCad Plac..
Outline: Electric rule checking and Netlist generation Assigning values and Annotating components Electric rule check for schematic created Connecting power flags Test..
Outline: Mapping components in KiCad Mapping of components with corresponding modules using CvPCB
Outline: Designing printed circuit board in KiCad Designing a Board layout using PCBnew
Foss : Koha Library Management System - Manipuri
Outline: Outline: Koha Library Management System on Ubuntu Linux OS 16.04 Adding package repository Install koha-common Configuring port for Koha Installing Maria DB Enable Koha Mod..