Introduction to Web services technologies Web Services Introduction Before understanding why web services are popular or so important, you should first assess ‘What is Web Services, what’s its use and how does it work?’ The nature and functionality of web services have made it very popular. Nowadays, our business systems have matured, transparent and more logical and high tech, and all for these are because of web services. Definition Web services are the amalgamation of eXtensible Markup Language (XML) and HyperText Transfer Protocol HTTP that can convert your application into a Web-application, which publish its function or message to the rest of the world. In other words, we can say, web services are just Internet Application Programming Interfaces (API) that can be accessed over a network, such as Internet and intranet, and executed on a remote system hosting the requested services. Web-applications are simple applications that run on the web. Web services are b...
Popular posts from this blog
Important Points may ask in Interviews
Here I'm posting some important facts may ask in interviews,hope these are helpful for you. If a Controller Extension extends Standard Controller,the logic from the standard controller does not execute in system mode,instead its execute in user mode.In which the permissions, sharing rules,field level security of the current user apply. The view State Size of visualforce page must be under 135kb.By reducing view state,page can be load quickly. Use Transient Keyword in apex controllers to define variables,that aren't essential for state maintaining,aren't necessary during page refreshes. In BatchApex,by using DATABASE.QUERYLOCATOR object returns 50 millions of records,if more than 50 millions records are returned,batch job is immediately terminated and marked a fail. The Default Interval value for Apex:ActionPoller is 60 sec,its must be 5 sec or greater . Use CustomController When you want to run visualforce page...
Comments