Weblogic and EJB #8

From: http://sitestree.com/?p=5011
Categories:8
Tags:
Post Data:2008-10-22 02:59: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

Installing Apache Tomcat 6.0: Windows #8

  • Make sure you have installed J2SE 5 (both the jdk and the jre) or greater (for tomcat 6.0, j2se5 is required according to my experience)
  • Set the JAVA_HOME environment variable to the path of the JDK
  • Download Tomcat 6 from http://tomcat.apache.org/download-60.cgi
  • Click on the downloaded setup.exe file
  • Select Core+service+examples i.e. full install
  • When the installer asks for the JRE, provide the path for jre 5 (jre 6 did not work for me)
  • For user name and password I kept user name to be admin password to be blank [you can also set one]
  • Next, Next, Finish – tomcat will be installed and start running [if the option was selected]
  • Set the CATALINA_HOME environment variable to the installation path of the Tomcat 6.0 – it is important for deploying J2EE web applications under Tomcat

From: http://sitestree.com/?p=4911
Categories:8
Tags:
Post Data:2013-03-18 12:48:48

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

WebLogic and WebSpheres #8

I was just checking about weblogic and websphere. Some resources that I went through:

Note: Sometimes knowing information like where to get the information is important especially when you know if you read, you will understand, and if you understand, you will be able to implement.

From: http://sitestree.com/?p=4873
Categories:8
Tags:
Post Data:2010-03-30 15:17:32

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

Configuring IIS 6.0 #8

Please check:

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/0a199196-4ae9-41eb-b8c1-572251f9f550.mspx?mfr=true

It is a very good resource

Check the following link to know in 2003 server that runs IIS what services should be enabled/disabled

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/eb255518-2cc7-4972-8dd9-40bbaa7ca331.mspx?mfr=true

Common Administrative Tasks:http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/f504d2a6-be2a-49fa-b3e9-931ab1671bf1.mspx?mfr=true From: http://sitestree.com/?p=4726
Categories:8
Tags:
Post Data:2012-06-23 19:48:58

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

What is flex? Video tutorial on Flex #80

Please check the following resources:

From: http://sitestree.com/?p=5072
Categories:80
Tags:
Post Data:2009-02-22 09:30:00

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

VB.net: What to learn? #81

From: http://sitestree.com/?p=5076
Categories:81
Tags:
Post Data:2011-10-02 15:20:38

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

Lesson 1: How to Develop a Customer Ticket Management System in Vb.net (Lesson 1 Focus: Overview) #83

I will demonstrate step by step software development in different platforms using different approaches. Platform for this lesson is: VB.net and MS SQL Server. I will provide short-notes and video trainings incrementally. I will update the notes time to time.

  • Project Focus: We assumed as part of the project management process of an imaginary company, a project charter is approved.
  • Project Charter: In the initiation phase of project management, a project charter is created describing the details of the project
  • Project Statement: Key Features from the Project Charter:
    • The project will develop a customer ticket management system.
    • Phone calls and emails from the customers will create a ticket in the system (only if the customers select the option to create a ticket. Appropriate category also need to be selected by the customers).[will not be demonstrated in my lessons]
    • Customers will be able to place tickets from the company web-site
    • Tickets should be assigned to the TSRs. TSRs performance need to be tracked
    • Ticket histories need to be maintained
    • Customer activities need to be monitored
  • Now the Project Planning Phase:
    • Now we need to plan the project. It involves, time management plan, cost management plan, communication management plan, human resource management plan, quality control plan (setting the quality attributes of the software, how to measure quality), quality assurance plan (how to achieve the quality), risk management plan, project closing plan, plan on ethical aspects of the project.
    • In planning phase, timing for these activities can also be set/determined.
    • However, to work on the planning, we need a detail understanding of the software/system/requirements. System analysis may be done at this point to understand the software/system/requirements. Project managers may define the time lines for system analysis as well.
    • System analysis may be run in this phase to understand the system better and also to find out the requirements of the software
    • Based on the system analysis, a detail requirements can be determined. A work breakdown structure can be created.
    • Human resource management plan can be done at this point [or after time management plan. We are in planning step. Hence, things can really overlap]. Based on the system analysis, it can be determined, how many people will be required. What will be the responsibilities of the people involved. Human resource management will also be affected by the project budget and time requirements
    • For time management plan: the project manager can assign time (in hour) for each task/work. It can be based on the type of the work, past experience of the project manager, similar assignments done in the company, the formula time = (best estimate+4*reasonable estimate + worst estimate)/6 may be used. As part of project risk management, some buffering on time may be kept/considered.
    • Then cost can be planned for each task/work. Based on the budget, and time requirements cost can be assigned to each work/task. Also, the hourly rate of the people involved will affect the cost management.
    • Later I will provide notes on other planning
  • Here, I will also provide notes on system analysis later

From: http://sitestree.com/?p=5095
Categories:83
Tags:
Post Data:2008-04-28 17:49:14

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

PHP Topics and Learning Resources #84

From: http://sitestree.com/?p=5126
Categories:84
Tags:
Post Data:2009-07-16 23:13:16

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

Windows XP Embedded #85

From: http://sitestree.com/?p=5115
Categories:85
Tags:
Post Data:2011-11-05 05:21:13

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

Traffic Crashes Are Getting Worse. Car Ads Are Part Of the Problem.

More on CityLab:

The Plexes of Montreal Make Room for Change
With their distinctive details and treacherous outdoor staircases, these two- or three-floor apartment buildings dominate the city’s multi-family rental housing market.
Traffic Crashes Are Getting Worse. Car Ads Are Part Of the Problem.
What if car companies were banned from boasting their trucks can “conquer,” “intimidate” and “thrill”?
Turkey Battles Wildfires for 6th Day; 10,000 Are Evacuated
Fed by strong winds and scorching temperatures, the fires that began Wednesday have left eight people dead.