الجمعة، 17 أبريل 2020

Generate Barcode on JDeveloper ADF

Generate Barcode on JDeveloper ADF



The barcode Teleology  become of great importance in many areas  on the world, so we discuss in this blog how we can generate the barcode on ADF11g

Firstly we must add one jar file "barcode4j-2.1.jar" to project class path, which has Main class to generate barcode.



Second : we create one servlet class  which receive barcoder as parameter from image component  in the page when we press "generate barcode"  button ,so the generated barcode will convert to  Array of Bytes .

now you can change partial trigger  for image component to button  and set true in auto submit property in the button.




Now when click on the generate barcode button, the value for barcode text #{pageFlowScope.value }  will be send ImageServlet .



BarcodeOnADF project



Regards

ليست هناك تعليقات:

إرسال تعليق

ADF: Programmatic View Object Using Ref Cursor.

ADF: Programmatic View Object Using Ref Cursor. Posted by:  Manish Pandey   April 25, 2013   in  ADF   Leave a comment   3758 Views Sometime...