How to: Make XAML Content Localizable WPF application

Posted by Nantharupan on 10:22 AM in , ,
You may want to localize your XAML content by supplying resource string for XML attributes.
For example you may want to change Content of a button :
 <Button Content="Search">  </Button>

To Make Content Localizable

  1. Create a new resource file.
  2. Make the access modifier of the resource file to public.
  3. create a class that has a public constructor  Define a property that points to the resources. 
  4. Open the App.xml file and add the following to the <Application.Resources> section:
  5. To make the Content Localizable; replace the string with 



0

Bottom Up web service Creation - Java

Posted by Nantharupan on 12:15 AM
Web services can be categorized into two based on the architecture.

  1. SOAP web service
  2. RESTful web service
SOAP web services can be generated in two ways 
  •  Bottom Up
  • Top Down
Bottom Up

we need to do the method implementation first based on the implementation WSDL file will be created

Top Down

we need to create the WSDL file first , then based on the WSDL file we have to create the web methods

for both of these there are a lot of tools available, 

As i mentioned above we need to do our web method implementation first 

Tools i used 

1. Eclipse
2. GlassFish  Server

Steps





Popular posts

Copyright © 2009 On the way All rights reserved. Theme by Laptop Geek. | Bloggerized by FalconHive.