Import 3D models into a JOGL app

Is it possible with JOGL to import a 3D model from for example 3dmax in a easy way?
Like with DirectX you can import .x files which hold the every vertex of your model and texuring information.

JOGL just handles OpenGL calls and windowing. Any model loading is your responsibility. Try googling a java 3ds loader.