ADF Tips: How to implement a kind of responsive af:panelDashboard?

Oracle JDeveloper & ADF Team have made a great job with the latest release of Oracle ADF including the new out of the box skin and patterns – Alta UI. The concept of having a responsive ADF Application has become something that we can now actually see instead of dream. Whether you agree or not, for some people the look and feel is as important as the functional requirements in a web application. I agree. Continue reading

ADF Tips: How to update a View Object using a File? UploadFile Declarative Component.

Few weeks ago someone asked about how to add new rows to a view object using a file. That person thought that ADF provided such component out of the box; a kind of  uploadFile which would give that functionality. Unfortunately for him, that component does not exists but it doesn’t mean that one, the developer, could not create one using, for instance, declarative components.  Continue reading

ADF Tips: Cookies in ADF

Imagine this scenario; your ADF web application is wide open and there are no user management in the system. All operations are done anonymously and the requirement is that it should remain that way. The following use case  is to illustrate the situation and might not even make sense in a real world but will suffice the purpose of this post.

Continue reading

ADF Tips: OPSS User and Roles API – Part 1: Introduction + Retrieving all users.

So, you have your ADF Application and most important, you are using ADF Security. One of your requirement is to manipulate users and roles from your security framwork within your app. Do you need to worry about what your authenticator provider is? Well, certainly if you are using DB Authenticator then you could write few ViewObjects and implement the requirements accessing the DB and that will do the job but… Continue reading