Hibernate an open source Java persistence
framework project. Perform powerful object relational mapping and query
databases using HQL and SQL.
The purpose of "Student Programming World" blog is to give needed information for Student who want to become a programmer.
Sunday, 5 April 2015
Sunday, 22 March 2015
Drupal
Drupal is one of the best Content Management Systems (CMS). It is written in PHP and requires a MySQL database. Its basic installation can be easily turned into many different types of web sites - from simple web logs to large online communities.
Tutorial
- How to install Drupal through Softaculous, through Fantastico or manually Step
by step instructions how to perform a Drupal installation using the
Softaculous or the Fantastico autoinstallers. If your host does not
support these autoinstallers, you can find out how to install Drupal
manually.
- How to use Drupal Comprehensive examples how to use Drupal for your website.
- How to install Drupal modules Learn how to install Drupal modules for an existing Drupal installation.
- How to change Drupal themes Easy to follow instructions how to upload and use a new theme for your Drupal website.
- How to manage Drupal users Learn how to manage the user roles in a Drupal website.
- Access control in Drupal Here you will find instructions how to control the users permissions for a Drupal website.
- How to use Search Engine Friendly URLs in Drupal In this part of the tutorial you will find instructions how to enable the clean URLs in Drupal in three simple steps.
- How to backup Drupal Learn how to create a backup for your Drupal website.
- How to update Drupal In this part of the tutorial you will find instructions how to upgrade your Drupal application to the latest stable version.
- How to use Drupal Taxonomy Here you will find information how to work with Drupal Taxonomy.
Click https://www.siteground.com/tutorials/drupal/
Tuesday, 10 February 2015
Friday, 6 February 2015
Internet Of Things
Definition
Definition, details about IOT can be know using below link.
click http://en.wikipedia.org/wiki/Internet_of_Things
Tutorial
This Eclipse tutorila about IOT,this explaint about technologies used in it.
the tutorial help to make green house by making IOT Device to check tempratore.click http://iot.eclipse.org/java/tutorial/
Kura
Kura provides a Java/OSGi-based container for IoT applications running in service gateways. By installing Kura on a device, not only can you turn it into a powerful IoT router that can be managed remotely, but you also have access to a complete application framework for deploying custom applications. These applications leverage OSGi and Kura API for making it easy to access the underlying hardware (serial port, GPIOs, etc.), communicate with an IoT server backend, manage the runtime settings, etc.
Learn more on Kura on the project’s website: https://www.eclipse.org/kura.
MQTT and Paho
In order to make the sensors data available to the Internet, and therefore allow 3rd party applications (mobile, web, etc.) to consume this data, we will use the MQTT protocol.
MQTT is a lightweight messaging protocol based on the publish/subscribe model. A central broker is federating MQTT clients that are publishing messages on specific topics, allowing other clients subscribed to these topics to immediately receive those messages.
Eclipse Paho is an open-source project that provides MQTT client implementations in many programming languages, and Kura is using Paho to provide high-level OSGi services for IoT communications between a gateway and the Internet.
Learn more on Paho on the project’s website: https://www.eclipse.org/paho.
CoAP and Californium
CoAP (Constrained Application Protocol) is a RESTful protocol targeting constrained embedded devices and wireless networks. CoAP essentially replicates the HTTP resource model on top of UDP using a binary, bandwidth-efficient, encoding.
Eclipse Californium provides a Java implementation of CoAP, together with a security library (Scandium) for DTLS.
Learn more on Californium on the project’s website: https://www.eclipse.org/californium.
Labels:
green house,
internet of things,
iot
Location:
Erode, Tamil Nadu, India
Area Of Interest
Data Structure
Definition ( Wikipedia )
click http://en.wikipedia.org/wiki/Data_structure
List of Data Structure
click http://en.wikipedia.org/wiki/List_of_data_structures
Technical Interview Questions
Indiabix
click http://www.indiabix.com/technical/data-structures/
Careerride
click http://www.careerride.com/Data-Structure-Interview-Questions.aspx
ProgrammerInterview
click http://programmerinterview.com/index.php/data-structures/introduction
Software Engineering
Software Requirements
click http://www.tutorialspoint.com/software_engineering/software_requirements.htm
Software Design Basics
click http://www.tutorialspoint.com/software_engineering/software_design_basics.htm
Software Analysis & Design Tools
click http://www.tutorialspoint.com/software_engineering/software_analysis_design_tools.htm
Software Design Strategies
click http://www.tutorialspoint.com/software_engineering/software_design_strategies.htm
Software User Interface Design
click http://www.tutorialspoint.com/software_engineering/software_user_interface_design.htm
Software Design Complexity
click http://www.tutorialspoint.com/software_engineering/software_design_complexity.htm
Software Implementation
click http://www.tutorialspoint.com/software_engineering/software_implementation.htm
Software Testing
click http://www.tutorialspoint.com/software_engineering/software_testing_overview.htm
Software Maintenance
click http://www.tutorialspoint.com/software_engineering/software_maintenance_overview.htm
CASE Tools
click http://www.tutorialspoint.com/software_engineering/case_tools_overview.htm
Friday, 30 January 2015
Open Source Contribution
Google Summer Of Code
click https://www.google-melange.com/
openhatch
all open source project accessed in one place.
click http://openhatch.org/search/
Monday, 26 January 2015
Drupal commerce
Drupal commerce
drupa website
click https://drupalcommerce.org/
drupal commerce features
click https://www.drupal.org/project/commerce_features
drupal download
click https://drupalcommerce.org/download
drupal installation from scratch
click https://www.drupal.org/project/commerce
drupal installation commerce Kicstart(recommanded for starter)
click https://www.drupal.org/project/commerce_kickstartr
install commerce Kickstart quide
click https://www.drupal.org/node/1291122
if any error arises use guide
click https://www.drupal.org/documentation/install
- Get Started click https://www.drupal.org/start
Project 1st Review
Data Flow Diagram
Tutorial
click software_analysis_design_tools.htm
Samples
click Dataflowdiagram/University+Admission
Software (Online) click https://www.draw.io/
Entity Relationship Diagram
Tutorial click ER Diagram Representation Tutorial
Software (Online) click https://www.draw.io/
Database Design
Tutorial
click Relational Database Design Tutorial
Online Database Design Software
click http://www.vertabelo.com/
User Interface Design
Tutorial click UI Design Tutorial
Software(Online) click https://www.fluidui.com/
Module & Module Details
Module Details click Modular_programming
Sunday, 25 January 2015
Mobile Application Development
Software
Xamarian
its is cross platform mobile application development software.
click http://xamarin.com
Android UI Design
Tutorial click android_ui_deign.htm
Tutorial
Introduction
click http://www.vogella.com/tutorials/Android/article.html
Detailed
click http://www.vogella.com/tutorials/android.html
click http://www.tutorialspoint.com/mobile_development_tutorials.htm
REST
Representational State Transfer (REST) is a software architecture style consisting of guidelines and best practices for creating scalable web services.
Click http://www.restapitutorial.com/index.html
JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language
Click http://www.w3schools.com/json/
SOAP
SOAP stands for Simple Object Access Protocol.SOAP is a protocol for accessing web services.SOAP is based on XML.
Click http://www.w3schools.com/webservices/ws_soap_intro.asp
Third Party API & SDK
third party API & SDK sometimes it helps in getting the application quicker to market.
Click http://javatechig.com/android/android-third-party-libraries-sdks
Unit Testing
unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use.
Click http://developer.android.com/tools/testing/testing_android.html
Android News
news about anndroid, new features and etc...
click http://www.i-programmer.info/news/193-android.html
click http://www.androidcentral.com/articles/news
Android News Letter
it contains articles & tutorials, library,code,job,news,tools,video & more on weekly basis, an easy way to be updated on android technology.
click http://androidweekly.net/
Google Play Store
click https://play.google.com/store?hl=en
Salary
for android app develper, how much salary can be earned,what technology skills need, how long can work, are explained
Click http://www.payscale.com/research/IN/Job=Android_Software_Developer/Salary
Android Develper job details
details about salary,skills,experience,employer,contact, applying details are know from blew link.
http://jobsearch.naukri.com/android-developer-jobs
Free Online Cources for Technical Skills
Edx
This website offer free online cource for technical skills from world top universities.
click https://www.edx.org/
Microsoftt Virtual Academy
This site provide free cource for microsoft technologies
click http://www.microsoftvirtualacademy.com/
Udacity
this site provide cources which are wanted by technology companys
click https://www.udacity.com/
Alison
this site provide free cources which are basic education , employablity oriented.
click http://alison.com/
Saturday, 10 January 2015
Subscribe to:
Comments (Atom)







