.SEAM

SEAM File

JBoss Seam Web Page (served URL)
Ask a question
QUICK ANSWER

A .seam address is a URL handled by a Java web application built on the JBoss Seam framework. The server maps the request to a page and returns ordinary HTML to your browser. There is nothing to download or open locally. If you saved a .seam page from your browser, it is plain HTML - open it in any browser. The legacy label "Sales report file" is incorrect; .seam is a Seam framework web page, not a report format.

Developer: JBoss / Red Hat (Seam framework) Category: Web Files MIME: text/html
OPENS ON Windows macOS Linux Web

On this page

19k+ extensions indexed
Last reviewed Sep 2, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the SEAM file format?

.seam is a URL suffix associated with the JBoss Seam Framework for developing interactive web pages and applications. Rather than a file stored on disk, .seam is a servlet mapping - entries in web.xml route every *.seam URL to the Seam/JSF front-controller, which renders the underlying .xhtml Facelet or .jsp page and returns standard HTML to the browser. The actual source files on the server are Java-backed templates using JSF components and EJB3 beans. A Java application server such as JBoss/WildFly, Tomcat, or GlassFish is required to serve .seam requests - the client needs only a web browser. If you save a .seam page from a browser, what you receive is rendered HTML that opens in any browser like a regular .html file.

Seam technology was commonly used for creating dynamic web applications following the concept of RIA (Rich Internet Application). RIA applications allow users to interact with the app via a defined interface without reloading the whole page each time a user interacts with any page element. Such apps are typically single-page applications with one active rendering window used to deliver content. RIA apps load into the browser's memory and retrieve data from databases or APIs referenced by server-side Seam components; Seam paired with libraries like RichFaces to deliver AJAX-driven partial page updates within the JSF lifecycle.

Active development was halted when Red Hat discontinued Seam 3 around 2012; the ecosystem has since moved to CDI and Jakarta Faces, where .xhtml Facelets remain the standard view technology.

Security & safety

RISK: LOW

Visiting a .seam URL is as safe (or unsafe) as visiting any web page - it returns HTML from a server, with no special file type to download. Normal web caution applies: only enter credentials or sensitive data on .seam pages served over HTTPS by a site you trust, since Seam apps are often internal business systems (the data shown, like a sales report, may be confidential). A saved .seam page is plain HTML and cannot run on its own; the usual risk is phishing pages dressed up as a familiar Seam application, not the .seam suffix itself.

Format details

in a nutshell
FULL NAMEJBoss Seam Web Page (served URL)aka Seam framework page, Seam request URL
DEVELOPERJBoss / Red Hat (Seam framework)since 2005-2006 (JBoss Seam framework; built on JSF + EJB3)
CATEGORYWeb Files
MIME TYPEtext/html
TYPENot a real file - a URL suffix mapped by a Java application server to a Seam/JSF page

Programs that open SEAM files

Windows1 app
Web browser (Chrome, Edge, Firefox) Free Open the .seam URL in any browser - the server returns a normal web page. If you saved a .seam to disk, double-click it; it opens as HTML.
macOS1 app
Web browser (Safari / Chrome / Firefox) Built-in Open the .seam link in a browser, or open a saved .seam page (it's HTML) in Safari/Chrome/Firefox.
Linux1 app
Web browser (Firefox / Chrome) Open-source Open the .seam URL in any browser; a saved .seam page opens as HTML.
Web1 app
Any web browser Free A .seam address is meant to be visited in a browser - there is no special viewer or download.

Technical details

deep spec
Format typeURL pattern / servlet mapping - not a file stored on disk
Underlying view technologyJSF Facelets (.xhtml) or JavaServer Pages (.jsp) rendered server-side
Framework stackJBoss Seam - integrates JSF (view layer), EJB3 (business logic), and JPA (persistence)
URL routing mechanism*.seam pattern declared in web.xml dispatches requests to the Seam/JSF FacesServlet
Required server runtimeJava EE application server: JBoss/WildFly, Apache Tomcat + Seam, or GlassFish
Client requirementAny web browser; no Java plugin or JVM needed on the client machine
HTTP response MIME typetext/html (default); application/xhtml+xml for strict XHTML output
Response character encodingUTF-8 HTML/XHTML generated dynamically by the server
On-disk file signatureNone - .seam is not a stored file; no binary structure or magic bytes exist
Framework statusDiscontinued; Red Hat halted Seam 3 development circa 2012; Seam 2.x was the last active release line
Successor technologiesCDI (JSR-299/JSR-346), Jakarta Faces, Quarkus - all from the Red Hat/JBoss lineage
Conversation scope@Conversation scope - stateful context spanning multiple HTTP requests within one browser session
Component modelSeam POJOs annotated with @Name, @In/@Out, or CDI annotations; minimal XML configuration
AJAX / RIA supportPartial page rendering via RichFaces or ICEfaces integration within the JSF component lifecycle
Released2005-2006 (JBoss Seam framework; built on JSF + EJB3)
Latest versionSeam 2.x (last active line); Seam 3 development was halted by Red Hat (~2012)
Specificationen.wikipedia.org

SEAM conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with SEAM files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about SEAM files.

Frequently asked questions

What is a .seam file?
It isn't really a file - it's a URL ending in .seam served by a Java web app built on the JBoss Seam framework. The server maps the *.seam request to a page and returns HTML to your browser. There's nothing to download or open locally.
How do I open a .seam file?
Just open the .seam URL in a web browser - it loads like any web page. If you saved a .seam page to disk, double-click it; it's HTML and opens in any browser. There is no special 'Seam viewer'.
Is .seam a sales report format?
No. Older databases mislabel it that way because someone saw a sales report at a .seam URL. .seam is just a Seam-framework web page; the report you saw was one application's page, not a file format.
Where is the actual source of a .seam page?
On the server. The real source files are .xhtml or .jsp Facelets plus Java beans; the framework renders them and serves HTML. The browser never receives the .xhtml source, only the rendered page.
Can I download the data behind a .seam page?
Only what the page offers - if the Seam application provides an export (CSV/PDF/Excel) you can use that. Otherwise you can save the rendered page as HTML or print it to PDF; there's no underlying 'seam file' to grab.
Is JBoss Seam still used?
Seam 2.x was the last active version; Red Hat halted Seam 3 around 2012 and the ecosystem moved to CDI / Jakarta EE. Some legacy enterprise apps still run on Seam, which is why .seam URLs persist.

References

1Wikipedia - JBoss Seamen.wikipedia.org
2JBoss Seam reference - configuring and packaging Seam applicationsdocs.jboss.org

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.BINCD/DVD Disc Image (BIN/CUE)
3.MDMarkdown Document
4.PARTPartial Download File
5.RPMSGRestricted Permission Message
6.CRDOWNLOADChrome Partial Download File
7.NOMEDIAAndroid No-Media Marker File
8.PRDXSoftMaker Presentations Document
9.PRO6XProPresenter 6 Bundle File
10.SWFSmall Web Format (Shockwave Flash)

Related extensions

.CRDOWNLOADChrome Partial Download File
.JNLPJava Network Launch Protocol file
.WEBARCHIVESafari Web Archive
.PARTPartial Download File
.DOWNLOADPartial / Incomplete Download File
.ASPXActive Server Page Extended (ASP.NET Web Form)

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z