Hibernate SQL Dialects (hibernate.dialect)

Reference : https://docs.jboss.org/hibernate/entitymanager/3.5/reference/en/html/configuration.html

 

Jaxb JAVA data types

 

XML Schema Type Java Data Type
xsd:string java.lang.String
xsd:integer java.math.BigInteger
xsd:int int
xsd.long long
xsd:short short
xsd:decimal java.math.BigDecimal
xsd:float float
xsd:double double
xsd:boolean boolean
xsd:byte byte
xsd:QName javax.xml.namespace.QName
xsd:dateTime javax.xml.datatype.XMLGregorianCalendar
xsd:base64Binary byte[]
xsd:hexBinary byte[]
xsd:unsignedInt long
xsd:unsignedShort int
xsd:unsignedByte short
xsd:time javax.xml.datatype.XMLGregorianCalendar
xsd:date javax.xml.datatype.XMLGregorianCalendar
xsd:g javax.xml.datatype.XMLGregorianCalendar
xsd:anySimpleType java.lang.Object
xsd:anySimpleType java.lang.String
xsd:duration javax.xml.datatype.Duration
xsd:NOTATION javax.xml.namespace.QName

Creation of the other Company,

 

 

 

 

Java run commandline a package

Try this

 

JAVA TV API and JCP Specifications

Related JCP Specifications

Name JSR Description

Java TV API 927 Provides access to digital television services:

  • Audio/video streaming
  • Conditional access
  • Access to in-band and out-of-band data channels
  • Access to service information
  • Tuner control for channel changing
  • On-screen graphics control
  • Media synchronization
  • Application life-cycle management
Connected Device Configuration 36 Supports connected devices like smart phones, set-top boxes and office equipment.
Foundation Profile(FP) 46 Provides application support classes (such as network and I/O) for platforms without a standards-based GUI system. This JSR also includes specifications for three security optional packages.
Personal Basis Profile (PBP) 129 Provides a standards-based GUI framework for supporting lightweight components. It provides the same application support classes as FP, and adds support for the xlet application model.

 

Apache Tomcat Performance optimization

1- Memory problems

2- CPU  (    For  number of Threads,  server.xml)

 

Example