Yes, building applications using Oracle ADF is really quick. This post depicts how quickly you can build an employee search page with following features. Search using AND or OR condition among the criteria. Add additional search fields. Search based on STARTS WITH, ENDS WITH and CONTAINS. Save the search criteria.…
What is Oracle ADF
Oracle Applications Development Framework, aka ADF, is an MVC (Model, View and Controller) design pattern based Oracle framework that can be used to build rich Java EE applications. You can build robust and easily maintainable applications that follow standard design patterns and meet foolproof software application requirements. This post gives…