Category: FromSitesTree.com

flow contro collection concurrency generics fundamentals #Java

https://www.youtube.com/watch?feature=player_embedded&v=0fTDGw1pZK0 From: http://sitestree.com/?p=2627 Categories:JavaTags:Java Post Data:2015-10-19 18:00:22 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

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

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

Blackberry Application to Access Remote Databases or Web-Services #Java Short Notes

Definitely, you can write a web application (web-site) to access remote databases or web-services, and you can access that web-application from Blackberry devices. However, you can also write Blackberry applications that will access remote databases and web-services. An example Blackberry application that accesses remote databases can be found at:https://www6.software.ibm.com/developerworks/education/os-blackberry/index.html. This application assumes that there is …

Continue reading

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