RSS
 

Archive for June, 2010

Model View ViewModel Pattern @Session 1

30 Jun

I am working with my friend on Enterprise project related to dealer management system

The view is your screen.  It’s all about showing stuff and allowing the user a connection to commands – but not the actual commands.

The model is the data.  So your types would be in here.

The viewmodel is about everything else really.  It translates data between the UI and the model and it carries out the commands.

ViewModel is abstraction of view

viewModel doesn’t need a reference to view but view consume properties of viewmodel which, in turn, exposes data contained in model objects and other state specific to the view

The bindings between view and ViewModel are simple to construct because a ViewModel object is set as the DataContext of a view If property values in the ViewModel change, those new values automatically propagate to the view via data binding.

When the user clicks a button in the View, a command on the ViewModel executes to perform the requested action. The ViewModel, never the View, performs all modifications made to the model data.

 
 

Deep Look @SQLDataSource

25 Jun
 

Java Web Development Overview

24 Jun

two main java web development is

  1. JSP
  2. Servlets

Web Container

Web container is the interface between the web components and the environment that supports the component. It manages the execution of the JSP page and Servlet components

Web Application

A web application consists of web components, static resources, and dependent libraries.

what difference between JSP & Servlets

Requirements to starting java development

JDK

NetBeans or Eclipse

Apache Tomcat

we’ll also export them from Eclipse and deploy them to the Tomcat server. Before JSP or Servlets can run in Tomcat, they have to be compiled, so JDK instead of JRE is required. Tomcat 5 has been extensively tested with JDK 1.3.1 and JDK 1.4.2

Now we need to set up two environment variables: CATALINA_HOME and JAVA_HOME.

Java Web Development Framework

  1. Structs
  2. JSF
  3. Spring MVC
  4. wicket
  5. Stripes
  6. Stapestry
  7. RIFE
  8. Seam
  9. OpenXava
  10. Google Web Toolkit

My References:

http://blog.taragana.com/index.php/archive/10-best-java-web-development-framework/

 
 

Manage Your Time .. Manage Your Life

09 Jun

Remember The Milk

http://www.makeuseof.com/tag/8-easy-ways-to-manage-tasks-with-remember-the-milk/

http://www.sprinxcrm.com/SprinxCRM%20OutlookSync%20for%20Remember%20The%20Milk/index.html

http://travelinlibrarian.info/2009/11/integrating-remember-milk-into-outlook/

 

Starting Android Development with me @Session 1

08 Jun

Mr References:

http://developer.android.com/guide/tutorials/hello-world.html && http://developer.android.com/guide/basics/what-is-android.html && http://blogoscoped.com/archive/2007-11-19-n27.html && http://code.google.com/android/ && http://developer.android.com/guide/developing/tools/index.html

 

Visual Studio 2010 Tips & Tricks

07 Jun

http://blogs.msdn.com/b/saraford/archive/2008/04/10/did-you-know-you-can-drag-and-drop-code-onto-the-toolbox-general-tab-191.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/05/20/multiple-views-of-the-same-document-window-vstipenv0016.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/05/08/use-a-datatip-to-edit-a-value-vstipdebug0026.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/05/06/setting-a-breakpoint-filter-vstipdebug0024.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/05/04/set-a-complex-breakpoint-condition-vstipdebug0022.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/05/03/set-a-simple-breakpoint-condition-vstipdebug0021.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/04/30/the-best-of-visual-studio-2010-using-the-call-hierarchy-c-only.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/04/28/the-best-of-visual-studio-2010-pin-a-project-to-the-recent-projects-list.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/04/24/create-new-code-snippets-from-existing-ones-vstiptool0016.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/04/23/the-best-of-visual-studio-2010-adding-comments-to-a-datatip.aspx

http://blogs.msdn.com/b/zainnab/archive/2010/04/23/using-the-code-snippets-manager-vstiptool0015.aspx

 

Agile @No Time

07 Jun

http://port25.technet.com/archive/2010/01/20/part-3-lessons-i-learned-as-a-project-manager-converting-to-agile.aspx

http://port25.technet.com/archive/2009/10/19/lessons-i-learned-as-a-project-manager-converting-to-agile.aspx

http://blogs.msdn.com/b/saraford/archive/2010/01/21/my-3-part-series-on-agile-program-management-on-port-25.aspx

http://www.scrumalliance.org/articles/138-are-you-ready-for-agile

http://www.scrumalliance.org/articles/126-tips-for-firsttime-scrummasters

 
No Comments

Posted in Agile

 

MoonLight… SilverLight For Linux

07 Jun

My References: http://www.go-mono.com/moonlight/

 
 

Installing SQL Server Reporting Service 2005 on Windows Server 2008 OR 2008 R2

03 Jun

When i tried to install SQL Server Reporting Service 2005 on my laptop running Windows Server 2008 R2. i was surprised that i had a problem on installation :) , the problem is i don’t have IIS installed on my laptop … How i am sure that it was installed … i am really sure so i check my laptop and found that IIS 7.5 installed. so i have a problem. Go to my friend GOOGLE and found many articles that discuss that SQL Server Reporting Services need IIS 6.0 and more other features to be enabled on Windows Server 2008 R2 i follow this instructions and every thing run successfully. in this post i will not copy paste the steps again but i will refer to the link to can follow it

http://aeshen.com/wordpress/2010/03/sql-server-reporting-services-on-windows-server-2008-r2/

http://support.microsoft.com/kb/938245

 
No Comments

Posted in SSRS

 
 
 

You need to log in to vote

The blog owner requires users to be logged in to be able to vote for this post.

Alternatively, if you do not have an account yet you can create one here.

Powered by Vote It Up