Web based photo album organizer for Java EE 6 - java-ee-6

Is there anything similar to web based photo album organizer Gallery, but for Java EE 6? I was using this but now I have moved to Java EE 6. Will I need to write my own album organizer?

Related

How to use a photo editor in ionic framework

I downloaded a photo editor application based on photoeditorsdk, but it has built in J query and HTML 5. If I integrated it, How may I do it ? Or IONIC-1 is compatible with any other editor ? Please suggest me what should I do.
Or what photo editor is suitable for ionic-1....?

ibm portlet 8.0 (JSR 286) device detection

I've been working on a IBM portal 8.0 and JSR 286. My requirement is to detect whether the request is coming from a PC Browser or Mobile or Tablet. I'm not using Web experience factory. It is just basic portlet project.
Please someone suggest is there any way (any helper classes or any other mechanism) for the device detection in IBM Portlet 8 (JSR286).
You can use jQuery in your portlet's jsp to detect the type of device. Otherwise there are other options available at detectmobilebrowsers.com

Nokia S40 Application Development

I am an Android Developer. I want to develop apps for my Nokia c2-00 phone. I dont know anything about nokia application but i am very interested to do apps. So friends can any one guide me from where i start reading for applications development and also suggest me important links for the source codes as well.
Friends let me clarify
1) In which language apps will be developed.
2) which IDE can be used for application development.
3) which database can be used to store data.
Thanks in Advance
Please check here for Series 40 app development: http://www.developer.nokia.com/Develop/Series_40/
Here's about Series 40 Java development tools, for example Eclipse : http://www.developer.nokia.com/Develop/Java/Tools/
Check also Nokia developer discussion boards and Wiki for additional information
I hope this takes you forward!
EDIT:
By now the developer resources have moved to: http://developers.apps.opera.com/
While at first it looks if it was targeted for "Nokia Asha" and "Nokia X" you can still find the "classic" contents, such as:
Series 40 SDK
Nokia SDK 1.1 for Java
Nokia SDK 2.0 for Java
This page can provide all the getting started information you may need

Monotouch iPhone Project not appearing in MonoDevelop

I have just installed Mono 2.10.1_3, MonoDevelop 2.4.2, and MonoTouch 4.0.3. In the order outlined on the website. Now I am trying to walk through some of the tutorials for developing on the iPhone using MonoTouch. However, I am stuck right at the start on the HelloWorld tutorial:
http://monotouch.net/Tutorials/MonoDevelop_HelloWorld
When creating a new solution and selecting C# then iPhone and iPad:
iPhone Window-based Project
iPhone OpenGL Project
iPhone Navigation-based Project
iPhone Utility Project
MonoTouch Library Project
Empty MonoTouch Project
iPad Window-based Project
Universal Window-based Project
There is no iPhone MonoTouch Project displayed in this list as shown in the Tutorial. So I guess my question is this: should there be an option for iPhone MonoTouch Project in the list or is this a newer version and this project template has been replaced by one of the options shown above? If so, which one?
iPhone Window-based Project is your friend
(it shows an small C# indicating the usage of MonoTouch)

How can i display a webpage in a BlackBerry Browser field?

i'm developing a aplication for blackberry and i want to display a simple webpage (for example www.google.com). i'm having troubles using the examples on the blackberry developer page, can anyone give me an example that work? i'm using Eclipse and net.rim.device.api.browser.field.* api. my blackberry's device OS is 4.6
Try this code :
BrowserSession visit = Browser.getDefaultSession();
visit.displayPage("http://www.google.com");