Architecture PatternsArticlesSOASOA ArchitectureWeb Services Implementing the web services MVC pattern by Navveen share In my previous blog, I had provided the architecture pattern for calling static and dynamic web services using MVC Pattern. read more
Architecture PatternsArticles Approach to handle pagination in dynamic pages by Navveen share Many Web-based applications include the requirement to display some part of the user search results in chunks of pages. For read more
Architecture PatternsArticlesSOASOA ArchitectureWeb Services Applying MVC Pattern to web services by Navveen share Web services can be invoked statically using a WSDL service interface and service implementation documents, or dynamically by retrieving the read more
ArticlesCXFWeb Services Create web services using XSD first approach by Navveen share In this blog, we will look at how to create web services starting from XSD. You will probably start with read more
Architecture PatternsArticlesCXFFeaturedWeb Services Apache CXF Architecture Overview by Navveen share The Apache CXF framework helps you to develop web services using standards based programming model and also provides a flexible read more
ArticlesSemantic WebSOA Service classification using ontology models by Navveen share In SOA, we generally talk about identifying the services, implementing it, composing it and governing the services. The key factor read more
ArticlesCXFWeb Services Sample chapter for Apache CXF Web Service Book by Navveen share I am happy to share with you the preface and sample chapter of my Apache CXF Web Service Book.Comments welcome. read more
ArticlesCXFSpring frameworkWeb Services Comparing Spring Web Services and Apache CXF by Navveen share Spring web services at a glance - Spring web services is focused on creating contract-first document oriented web services. Spring read more
ArticlesFeaturedWeb Services Evaluating Web service frameworks by Navveen share There are lots of web service frameworks available today which lets you create and deploy web services. The choice of read more
ArticlesCXFFeaturedWeb Services CXF and Spring tutorial by Navveen share In this blog we will look at how to develop a simple web service using CXF and Spring-based configurations. We read more