0
votes
0answers
4 views
0
votes
1answer
100 views
Teaching javax.mail, javax.activation to recognize mime type of mail attachment in web application
Im sending mails from a web application running on a glassfish server, which was quite easy with the java mail API.
I'm starting now to attach files (mainly pdf and odt) to the mail, which …
0
votes
0answers
248 views
Configuring javax.servlet.Filter and javax.xml.rpc.handler.GenericHandler at server level
Hi,
I have one Filter and few Handlers (GenericHandler), which work fine when configured per web application or web-service. I was just wondering if there is a way of configuring these at s …
2
votes
6answers
2k views
difference between project management and process management
What is the difference between project management and process management?
…
2
votes
6answers
83 views
Should management or project management come to the sprint retrospective
Disadvantages:
Team will not feel free to talk about issues.
Advantages:
Project management and management like to know what is going on.
How should this be done? Getting conflicti …
9
votes
4answers
2k views
javax vs java package
Hi!
What's the rationale behind the javax package? What goes into java and what into javax?
I know a lot of enterprise-y packages are in javax, but so is Swing, the new date and tim …
2
votes
5answers
235 views
Higher level project management (portfolio management) software?
Probably not the best wording for that question but...
I understand there are things like MS Project to manage tasks within a project, however I'm looking for something one level higher. I …
0
votes
2answers
55 views
Http Session Management / Alternative Session Management (in Java)
Hi guys,
I'll try as best as possible to explain what I'm doing in order to get best possible advice/solution. This is all done in java.
My client has a SWING based …
0
votes
0answers
179 views
Why I'm Getting AccessControlException: access denied javax.management.MBeanPermission?
… AccessControlException: access denied (javax.management.MBeanPermission com.sun.org.apache.commons.modele … a.security.AccessControlException: access denied (javax.management.MBeanPermission com.sun.org.apache.commons.modele … a.security.AccessControlException: access denied (javax.management.MBeanPermission com.sun.org.apache.commons.modele …
5
votes
8answers
251 views
Software Management / Project Management links
Can you recommend any good blogs and sites for Managers and Project Managers, obviously oriented to software development.
I started reading …
1
vote
3answers
564 views
School Management Software (NOT Content Management System)
Hi,
I'm looking for management software for schools, that provides management for courses, students, registrations, classes, etc. Can any one name some free ones? I prefer Java/(j)Ruby but …
2
votes
2answers
776 views
org.hibernate.annoatations vs. javax.persistence
Is it a bad idea to use the annotations from the
javax.persistence package
instead of using the
org.hibernate.annotations annot …
1
vote
3answers
1k views
magento stock management with external inventory management program
Hi magento users,
Is there any possibility for connecting an external inventory management program with magento? Our customer wants to keep magento's stock synchronized with the "real" stoc …
5
votes
5answers
428 views
A powerful management tool for MySQL with similar features to SQL Server Management studio
Hi Everyone,
I am currently working with a developer who is experinced at MsSQL, but not much at MySQL. He has been cursing MySQL for having Bugs, and also being far harder to use.
…
1
vote
2answers
68 views
Why should javax.servlet.GenericServlet implement javax.servlet.ServletConfig ?
I was having a look through the servlet-api.jar source code and found out (to my utter bewilderment) that javax.servlet.GenericServlet implements javax.servlet.ServletConfig.
Now, I don't b …