Features of the Data Loader includes below: Client application and easy to install An easy-to-use wizard interface An alternate command line interface A batch mode interface with database connectivity Support for large files with up […]
Difference Between REST and RESTful ?
Representational state transfer (REST) is a style of software architecture. REST is an “architectural style” that basically exploits the existing technology and protocols of the Web. RESTful is typically used to refer to web services […]
What is REST?
Representational State Transfer (REST) is an architectural style consisting of a coordinated set of constraints applied to components, connectors, and data elements, within a distributed hypermedia system. REST ignores the details of component implementation and […]
Writing a Simple Ant Build file
Writing a Simple Ant Build file Apache Ant’s buildfiles are written in XML. Each buildfile contains one project and at least one (default) target. Targets contain task elements. Each task element of the buildfile can […]