I have a JAVA class that i want to be able to use in the Portal. How can this be achieved? I think i have few options:
- Put the class in a JAR and upload the JAR to the Portal (but how?)
- Put the class in a PAR project and upload this to the Portal (but it isnt a Portal Project, so the default methods like doContent or the service methods i do not need.... Can i leave them out?)
It is a JAVA class that i want to be alble to call from a custom XSLT that i use in the Portal.
Please advise me how to continue....