By default, the language used in the WebSphere® Business Modeler user interface and messages is determined by the locale setting on your computer.
If you have installed additional languages in your WebSphere Business Modeler package, you can change the WebSphere Business Modeler language by changing your computer locale setting.
If you want to change to English, you have to do these steps
1. Close WebSphere Business Modeler.
2. Navigate to the eclipse.ini file located in the WebSphere Business Modeler installation directory. For example, if you installed the files in your Program Files directory, the eclipse.ini file resides in the C:\Program Files\IBM\WBModeler61 directory.
3. Make a backup of the eclipse.ini file.
4. Open the eclipse.ini file in a text editor.
5. add the following line after -vmargs: -Duser.language=en
6. Startup WebSphere Business Modeler.
Total Pageviews
2009/12/16
five technologies that will keep shaping the web in 2010
1. CSS3, HTML5 and Fonts as a Service
2. Ways we browse the web
3. Social media
4. JavaScript
5. Software as a Service (SaaS)
http://sixrevisions.com/web-development/five-technologies-that-will-keep-shaping-the-web-in-2010/
2. Ways we browse the web
3. Social media
4. JavaScript
5. Software as a Service (SaaS)
http://sixrevisions.com/web-development/five-technologies-that-will-keep-shaping-the-web-in-2010/
2009/12/14
VTD-XML: The Future of XML Processing
Check out this SlideShare Presentation:
VTD-XML: The Future of XML Processing
View more presentations from Guo Albert.
2009/11/24
SLF4J (Simple Logging Facade for Java)
Check out this SlideShare Presentation:
SLF4J (Simple Logging Facade for Java)
View more presentations from Guo Albert.
2009/11/17
Eclipse Tips and Shortcuts
http://shawnkercher.com/2009/11/15/eclipse-tips-and-shortcuts/
Shortcuts
Most Common
Delete line | ctrl + d |
Go to Method | ctrl + o |
Format Code | ctrl + shift + f |
Last Edit | ctrl + q |
Line Number | ctrl + l |
Move line(s) | alt + up/down |
Open Resource | ctrl + shift + r |
Open Proj Prop | alt + enter |
Open Type | ctrl + shift + t |
Run Java App | alt + shift + x, j |
Run JUnit | alt + shift + x, t |
Shortcut List | ctrl + shift + l |
Refactoring Tips
Extract Method | alt + shift + m |
Extract Variable | alt + shift + l |
Rename | alt + shift + r |
Surround | alt + shift + z |
Templates
Go to Windows->Preferences->Java->Editor->Templates
To Activate templates press ctrl + space after command
For loop | for |
If statement | if |
Main Method | main |
System.out.println() | sysout |
System.err.println() | syserr |
While statement | while |
Custom Templates
- Logger
- private static final Logger logger = Logger.getLogger(${enclosing_type}.class);
Labels:
Eclipse
2009/10/30
Utilize Telerik Reporting to build bar chart
Check out this SlideShare Presentation:
Utilize Telerik Reporting to build bar chart
View more presentations from Guo Albert.
2009/10/23
nHibenrate Exception: Unable to locate appropriate constructor on class [Persistence.vo.CaseTypeReportBean, Persistence]
I'm using aggregate functions in my HQL, it looks like this
and the CaseTypeReportBean is as bellowing
But as I run this function, system report this error message: Unable to locate appropriate constructor on class [Persistence.vo.CaseTypeReportBean, Persistence] [select new CaseTypeReportBean(t1.caseType, count(t1)) from Persistence.vo.Cases t1 group by t1.caseType]
It results from the inappropriate data type for CaseTypeReportBean constructor
Hence, I modify the constructor just like this(from int to Int64), then it works now
Reference: https://www.hibernate.org/407.html#A22
Labels:
NHibernate
Subscribe to:
Posts (Atom)