Not being a Facebook expert, i know that Facebook offers interfaces to integrate Facebook functionality into your webpage, whatever technical means you use to render your webpage.
For applications that run inside of Facebook, they state in their docs
Apps on Facebook are web apps that are loaded in the context of Facebook in what we refer to as a Canvas Page. You can build your app using any language or tool chain that supports web programming, such as PHP, Python, Java or C#.
So the answer would be: Yes, you can deploy Java applications to Facebook. You would have to set up your application and provide an URL to Facebook, from which it can be accessed.
They have a tutorial that gives PHP examples.