Category: FromSitesTree.com

object oriented concepts in general #Java

https://www.youtube.com/watch?feature=player_embedded&v=kmjm8DR62Qk From: http://sitestree.com/?p=2629 Categories:JavaTags:Java Post Data:2015-10-20 00:02:34 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Get System Property: Pretty Simple Java Code #Java

/* * Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * – Redistributions of source code must retain the above copyright * notice, this list of …

Continue reading

Count Chars in a File : Pretty Simple Java Code #Java

/* * Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * – Redistributions of source code must retain the above copyright * notice, this list of …

Continue reading

basic java language concepts #Java

From: http://sitestree.com/?p=2625 Categories:JavaTags:Java Post Data:2015-10-19 12:58:08 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Some New Features in Java EE 6 #Java Short Notes

Some New Features in Java EE 6 Was focused in making the Java EE platform light weight and making the environment easier for the developers Introduced new APIs such as WebBeans 1.0 Made servlet technologies to be more matured Started to prune APIs that are not used much or not essential or better options are …

Continue reading

basic file operations in java #Java

From: http://sitestree.com/?p=2623 Categories:JavaTags:Java Post Data:2015-10-19 06:56:40 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

Spring and iBatis: Some Notes [Will be updated later] #Java Short Notes

Implementing the data access layer of a Spring application using iBATIS. Spring Framework and IBATIS You can use JDBC with Spring for sure. Spring also simplifies the use of JDBC. iBATIS can provide one more step in simplification. Using iBATIS, you can mapdata and Java objects, also make use of simplified database operations. Using iBatis …

Continue reading

Hibernate: Basic Concepts #Java Short Notes

Hibernate Object Relational Mapping Software ORM qualities: Pure relational, Light object mapping, Medium object mapping, Full object mapping ORM Metadata: ORM metadata provides support for mapping between classes and tables, properties and columns, associations and foreign keys, Java types and SQL types. Full Object Mapping: Supports advanced object modeling: composition, inheritance, polymorphism, persistence. Hibernate provides …

Continue reading

iBATIS: Some Notes #Java Short Notes

You can download iBatis library from http://ibatis.apache.org/. Just make the Jar files available to your application iBatis with Spring: Need to configure at least three files. Spring config file (applicationContext.xml) – Define database connection parameters, the location of the SQL Map config file, and one or more Spring beans for use within the application in …

Continue reading

Your First Black Berry Application #Java Short Notes

The Idea: You need to install J2SE, JDE (from Blackberry web-site), Blackberry Device Simulator (from blackberry web-site). In JDE, you can write Blackberry applications. When you will run your applications in JDE, the application will be executed in a simulated Blackberry device. When you are done with your development, you can deploy your applications to …

Continue reading